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
Tag: 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
Mass creating users using PowerShell and PowerGUI from Quest
DISCLAIMER: Use on your own risk. My company and I will not be responsible any actions and/or results this script may cause. All user names are fictious. This
You must be logged in to post a comment.