Get-UalHyperV

Get-UalHyperV

Gets UAL information about virtual machines.

構文

Parameter Set: ByName
Get-UalHyperV [-AsJob] [-ChassisSerialNumber <String[]> ] [-CimSession <CimSession[]> ] [-FirstSeen <DateTime[]> ] [-LastSeen <DateTime[]> ] [-ProductName <String[]> ] [-RoleGuid <String[]> ] [-RoleName <String[]> ] [-ThrottleLimit <Int32> ] [-UUID <String[]> ] [ <CommonParameters>]

詳細説明

The Get-UalHyperV cmdlet gets User Access Logging (UAL) information about virtual machines hosted on . Use the CimSession parameter to run the cmdlet on a remote server. Use this cmdlet only for servers that host virtual machines. UAL polls for data every 24 hours.

This cmdlet gets the virtual machine Universally Unique Identifier (UUID) for virtual machines hosted on a server, the name of the server product, and chassis serial number of the host server. This cmdlet also gets the creation time for a virtual machine and the most recent time the virtual machine ran on the server.

For more information about UAL, see the User Access Logging Overview topic in the TechNet library at https://technet.microsoft.com/library/hh849634.aspx.

パラメーター

-AsJob

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ChassisSerialNumber<String[]>

Specifies an array of strings. Each member contains the chassis serial number of a server.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

true

-CimSession<CimSession[]>

リモート セッションまたはリモート コンピューターでコマンドレットを実行します。New-CimSession コマンドレットや Get-CimSession コマンドレットの出力など、コンピューター名またはセッション オブジェクトを入力します。既定値は、ローカル コンピューターで実行中の現在のセッションです。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-FirstSeen<DateTime[]>

Specifies an array of dates, as DateTime objects. A time represents when the virtual machine first existed.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

false

-LastSeen<DateTime[]>

Specifies an array of dates, as DateTime objects. A time represents the most recent time when UAL logged a virtual machine.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

false

-ProductName<String[]>

Specifies an array of names of products. The installed role or specific product in the request is a component of this product.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

true

-RoleGuid<String[]>

Specifies an array of GUIDs for roles that clients access.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

true

-RoleName<String[]>

Specifies an array of names for roles that clients access.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

true

-ThrottleLimit<Int32>

このコマンドレットを実行するために確立できる最大同時操作数を指定します。このパラメーターを省略するか、値として 0 を入力した場合、Windows PowerShell® では、コンピューターで実行している CIM コマンドレットの数に基づいて、コマンドレットに対する最適なスロットル制限を計算します。スロットル制限は現在のコマンドレットのみに適用され、セッションまたはコンピューターには適用されません。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-UUID<String[]>

Specifies an array of UUIDs for servers. Each UUID refers to the virtual machine.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Get information about virtual machines

This command gets UAL virtual machine records for the current server.

PS C:\> Get-UalHyperV

関連トピック

Get-UalOverview

Get-UalServerDevice

Get-UalServerUser

Get-UalDns

Get-Ual