# 2. Architecture - What is WMI? - Architecture - WMI Components - MOF Files - Namespaces - Repository ## WMI with PowerShell ``` ### PowerShell(v2) cmdlets to interact with WMI Get-Command *wmi* Get-WmiObject Invoke-WmiMethod Remove-WmiObject Set-WmiInstance ```  ``` help Get-WmiObject help Get-WmiObject -Examples ```  ## WMI with Powershell v3 ``` ### CIM cmdlets Get-CimAssociatedInstance Get-CimClass Get-CimInstance Get-CimSession Invoke-CimMethod . . . ``` ``` Get-Command -CommandType cmdlet *cim* ``` 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up