PowerShell

Powershell and MS Office : Setting User Initials in MS Office using Powershell.

Hi, I hope you all are doing fine and enjoying my blog post. I think we covered lots of things from setting wallpapers using Powershell to the generating reports from Active Directory, and this shows how powerful Powershell is and how we can use it in our various task to automate. I simply love Powershell,… Continue reading Powershell and MS Office : Setting User Initials in MS Office using Powershell.

PowerShell

Powershell Trick : Make an email ID using user Environment Variables and powershell

Hi, Last Friday i was working on one script, that script send an email to a “Service Desk” system. But that script required an email id of the sending user. So that if someone replied to that email from service desk software it should goes to users email id. This is global script and we… Continue reading Powershell Trick : Make an email ID using user Environment Variables and powershell

Active Directory · PowerShell

Remove Computer Account from All Domain controllers using PowerShell

  Hi, If you are using Active Directory environment in you infrastructure then you does the one thing for sure , remove / add computers to the domain. Some times when you format user computer and add it again to the Domain it gives an error that “Computer Already exists in the domain”. Or you… Continue reading Remove Computer Account from All Domain controllers using PowerShell

PowerShell

Accessing Windows Environment Variables using PowerShell.

  Hi, Before working on script i always thought that these windows “Environment Variables” are not so important, but as i start working on PowerShell and start working on script i realise that these windows “Environment Variables” are very useful. I uses these windows “Environment Variables” in most of my scripts. Why these windows “Environment… Continue reading Accessing Windows Environment Variables using PowerShell.