Use this simple script against a csv file to pull serial numbers on remote computers. The script assumes the user have the appropriate level of
Category: Powershell
get-wmiobject returns object not found
If you run get-wmiobject and it returns an error that says Object not found. Here’s how to fix it: For Server 2003: rundll32 wbemupgd,
Listing Windows Updates using Powershell
From Powershell.com Listing Windows Updates There is a not widely known COM object that you can use to list all the installed Windows Updates on a machine.
Searching for text in text files or Powershell Grepping
Ask any linux admin and they’ll tell you how useful grep is. Grep is a command in linux allow you go search through piped outputs
Making AD accounts in an OU “mail-enabled” using powershell
Exchange 2007 If you have a number of users in an OU that are not mail-enabled. You can use the following command to look for
Monitoring & Notifying Status of Exchange Services using Powershell
For those who have more then one exchange servers, i.e. Edge – Hub/Mailbox, you can use this script to monitor exchange services and if any
You must be logged in to post a comment.