Showing posts with label Windows OS. Show all posts
Showing posts with label Windows OS. Show all posts

Sunday, 8 August 2010

OS patching - is the patch installed and if so, does it still need reboot?

#Description: This powershell script allows you to check the list of servers for: Server OS, SP, specific patch installed and if reboot is pending
#Purpose: To ensure the patch has been applied successfully for list of computers
#Designed to be run from commandline, output written into Excel sheet

Tuesday, 13 January 2009

Find largest folders on server

#Description: This powershell script allows you to search for folders containing largest files (over 100MB)
#Purpose: quickly find large files on remote server to resolve space issues
#Designed to be added into $profile for quick-admin tasks, run from commandline