Twitter
-
Recent Posts
- Report on SCOM Alert Notification Subscriptions
- Enable Windows Authentication for Live Maps on a non-RMS Server
- Mass reboot servers and workstations with PowerShell
- Resetting Logical Disk Fragmentation Monitor via PowerShell
- xperf: error: NT Kernel Logger: Cannot create a file when that file already exists
Recent Comments
Archives
Categories
Meta
Tag Archives: Windows
Mass reboot servers and workstations with PowerShell
We’ve got a bunch of servers stuck in pending reboot state due to SCCM updates. There is no way I’m rebooting 50 servers manually! PowerShell to the rescue! Tweet
LDAP Query to find all Windows Servers in a Domain
Here a quick tutorial on how to grab all the Windows Servers out of your domain: 1 ) Open Active Directory Users and Computers MMC. 2 ) Expand AD Users and Computers. 3 ) Expand the domain you want to create the query in. 4 ) Right click on Saved Queries, Select New->Query. 5 ) [...]