Showing posts with label Powershell scripts. Show all posts
Showing posts with label Powershell scripts. Show all posts

Wednesday, November 24, 2010

Powershell scripts

$Win32_OS = Get-WmiObject Win32_OperatingSystem -computer PutHereComputerName -credential domain\administrator | select *

Mimmo97 Blog Archive