In this post we are going to look at a simple script to change AD attributes on a large scale with minimal effort. Although bare in mind every Active Directory structure has it's differences, parts of the script or the majority of it's contents may not be applicable to your current situation. This post is … Continue reading Active Directory clean up using PowerShell script e.g Name, UPN, SAM, Email
username
How to Pass Credentials in PowerShell
In this post we are going to look at the multiple different ways to use user credentials in PowerShell. Bare in mind, the examples listed in this post aren't the only options available when it comes to using credentials in PowerShell, but these examples are a good place to start. Having your domain username and password … Continue reading How to Pass Credentials in PowerShell