A strange issue occasionally occurs on some servers where random network dropouts occur while accessing any file share (ie. \\servername\c$). I recently came across this issue again and found this fantastic post on the technet forums.
Read moreTag: Microsoft
Create Active Directory Forest via PowerShell
To create a new Active Directory (AD) forest, the below PowerShell commands can be run to simplify the process.
Read moreUseful SCCM Collection Queries
0 Every Microsoft System Center Configuration Manager (SCCM) administrator has a handful of WQL Collection Queries that you hang onto. I figured I would share my most commonly used queries. Let me know in the comments if you have any others. The below are just examples and you should test if they are appropriate for…
Read moreIncrease WinRM / PowerShell Limits
0 For many organisations, PowerShell remoting is done through a scripthost server where maximum concurrent session limits and maximum connected user limits can be reached. As explained in this Microsoft blog, the following error might be encountered. PS> New-PSSession[localhost] Connecting to remote server failed with the following error message : The WS-Management service cannot process…
Read more