Loading |
VBScript |
JavaScript |
Powershell |
Search Options: WMI root_Microsoft_SqlServer_ComputerManagement10 ServerNetworkProtocolIPAddress QueryContent of WMI root_Microsoft_SqlServer_ComputerManagement10 ServerNetworkProtocolIPAddress Query.ps1MD5 Hash: BF29FEAD135DD3558B863DC0B878E935 |
||
$computer = "LocalHost"
$namespace = "root\Microsoft\SqlServer\ComputerManagement10" Get-WmiObject -class ServerNetworkProtocolIPAddress -computername $computer -namespace $namespace | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |