Powershell script to find scheduled tasks on all servers or computers in the domain.
First off lets get all the set up variables out of the way. A lot of these are the same variables I use in every script and I just copy them in each time so…
First off lets get all the set up variables out of the way. A lot of these are the same variables I use in every script and I just copy them in each time so…
I recently updated my SCVMM server to Update Release 6. However once updated, I was getting error 21201 “Another machine with the same SMBIOS GUID is found. Recommended Action An SMBIOS GUID should uniquely identify…
Recently I needed to create a quick report that would allow me to see at a glance which accounts in that domain had been synchronised with AD Sync into Azure AD. It wasn’t possible using…
I have been working on a mail migration within an environment that has a Hybrid Exchange configuration with a single 365 tenant but which synchronises Active Directory from multiple forests. As part of the migration…
Here is a short powershell script to update job title and department in Active Directory, though this could be used to update any of the AD fields. Obviously you will need to create a CSV…
This script enables you to generate a set of random complex passwords for a list of users which is imported as a CSV file. The password will contain upper and lowercase letters, symbols, numbers and…