We all know that SCCM does a great job when it comes to Operating System deployment. However, when perfor ...
We all know that SCCM does a great job when it comes to Operating System deployment. However, when performing OS refresh on multiple machines on LAN, you would want to check multiple things like its c ...
A simple power shell script to run test-servicehealth against all Exchange 2010 servers & get the res ...
A simple power shell script to run test-servicehealth against all Exchange 2010 servers & get the result in the body of Email $a=foreach ($server in Get-ExchangeServer){Test-ServiceHealth $server ...
There are multiple ways to create bulk users in Active Directory like - Manually using Active Directory U ...
There are multiple ways to create bulk users in Active Directory like - Manually using Active Directory Users and Computers MMC snap-in, VB Script, tools like LDIF or PowerShell. Using PowerShell in ...