Search Results for WMI

WMI Architecture

WMI Architecture – relationship between wmi infrastructure, wmi providers, and managed objects...

Get Hyper-V guest serial number with PowerShell

PowerShell 5.0 logo

...the above Get-WmiObject command is: elementname BIOSSerialNumber ----------- ---------------- hyperv-vm-01 1111-2222-3333-4444-5555-6666-77 hyperv-vm-02 1112-2223-3334-4445-5556-6667-77 This PowerShell code utilizes the Get-WmiObject Cmdlet. Perfect for an automatic, unattended deployment of the guest and...

Software deployment through WDS

How to Deploy Software through WDS, automated as a FirstLogonCommand

...this may fail in other Windows versions $SysRestore = [wmiclass]"\\$sysname\root\default:systemrestore" $SysRestore.Disable("C:\") # define Office 2013 installation function, set up your config.xml first function installOffice2013 { &$sharepath\Office2013\setup.exe /config standard.ww\config.xml -Wait }...

About

...websites, application pools, SQL Server and databases). Often scripted using WMI/CIM, PowerShell and Performance Counters. I’ll create some doorway posts outlining the most interesting bits. My Microsoft Certified Professional (MCP)...