名前 Get-WmiObject 概要 Gets instances of WMI classes or information about the available classes. 構文 Get-WmiObject [-Class] [[-Property] []] [-Amended] [-AsJob] [-Authentication {Default | None | Connect | Call | Packet | PacketIntegrity | PacketPrivacy | Unchanged}] [-Authority []] [-ComputerNa me []] [-Credential []] [-DirectRead] [-EnableAllPrivileges] [-Filter []] [-Imp ersonation {Default | Anonymous | Identify | Impersonate | Delegate}] [-Locale []] [-Namespace []] [-ThrottleLimit []] [] Get-WmiObject [-Amended] [-AsJob] [-Authentication {Default | None | Connect | Call | Packet | PacketIntegrity | PacketPrivacy | Unchanged}] [-Authority []] [-ComputerName []] [-Credential [ ]] [-EnableAllPrivileges] [-Impersonation {Default | Anonymous | Identify | Impersonate | Delegate}] [-Locale [ ]] [-Namespace []] [-ThrottleLimit []] [] Get-WmiObject [-Amended] [-AsJob] [-Authentication {Default | None | Connect | Call | Packet | PacketIntegrity | PacketPrivacy | Unchanged}] [-Authority []] [-ComputerName []] [-Credential [ ]] [-EnableAllPrivileges] [-Impersonation {Default | Anonymous | Identify | Impersonate | Delegate}] [-Locale [ ]] [-Namespace []] [-ThrottleLimit []] [] Get-WmiObject [[-Class] ] [-Amended] [-AsJob] [-Authentication {Default | None | Connect | Call | Packe t | PacketIntegrity | PacketPrivacy | Unchanged}] [-Authority []] [-ComputerName []] [-Creden tial []] [-EnableAllPrivileges] [-Impersonation {Default | Anonymous | Identify | Impersonate | D elegate}] [-List] [-Locale []] [-Namespace []] [-Recurse] [-ThrottleLimit []] [] Get-WmiObject [-Amended] [-AsJob] [-Authentication {Default | None | Connect | Call | Packet | PacketIntegrity | PacketPrivacy | Unchanged}] [-Authority []] [-ComputerName []] [-Credential [ ]] [-DirectRead] [-EnableAllPrivileges] [-Impersonation {Default | Anonymous | Identify | Impersonate | Delegat e}] [-Locale []] [-Namespace []] [-ThrottleLimit []] -Query [ ] 説明 Starting in Windows PowerShell 3.0, this cmdlet has been superseded by Get-CimInstance. The Get-WmiObject cmdlet gets instances of Windows Management Instrumentation (WMI) classes or information abou t the available WMI classes. To specify a remote computer, use the ComputerName parameter. If the List paramete r is specified, the cmdlet gets information about the WMI classes that are available in a specified namespace. If the Query parameter is specified, the cmdlet runs a WMI query language (WQL) statement. This cmdlet does not use Windows PowerShell remoting to perform remote operations. You can use the ComputerName parameter of the Get-WmiObject cmdlet even if your computer does not meet the requirements for Windows PowerSh ellremoting or is not configured for remoting in Windows PowerShell. Beginning in Windows PowerShell 3.0, the __Server property of the object that Get-WmiObject returns has a PSCom puterName alias. This makes it easier to include the source computer name in output and reports. 関連するリンク Online Version: http://go.microsoft.com/fwlink/p/?linkid=290505 Get-WSManInstance Invoke-WSManAction New-WSManInstance Remove-WSManInstance Invoke-WmiMethod Remove-WmiObject Set-WmiInstance 注釈 例を参照するには、次のように入力してください: "get-help Get-WmiObject -examples". 詳細を参照するには、次のように入力してください: "get-help Get-WmiObject -detailed". 技術情報を参照するには、次のように入力してください: "get-help Get-WmiObject -full". オンライン ヘルプを参照するには、次のように入力してください: "get-help Get-WmiObject -online"