Get-UalDeviceAccess

Get-UalDeviceAccess

Gets UAL records of client request per device.

構文

Parameter Set: ByName
Get-UalDeviceAccess [-ActivityCount <UInt32[]> ] [-AsJob] [-CimSession <CimSession[]> ] [-FirstSeen <DateTime[]> ] [-IPAddress <String[]> ] [-LastSeen <DateTime[]> ] [-ProductName <String[]> ] [-RoleGuid <String[]> ] [-RoleName <String[]> ] [-TenantIdentifier <String[]> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

詳細説明

The Get-UalDeviceAccess cmdlet gets User Access Logging (UAL) records for client requests, by device, for services on a server. Use the CimSession parameter to run the cmdlet on a remote server.

This cmdlet organizes information by device. For each device that accesses a service on a server, the cmdlet returns a record that specifies IP address of the device, the server role that the client requested, and the name of the server product. If the service uses a tenant client, the record includes a tenant identifier. The record also includes the first time the client accessed the service, the most recent time the client accessed the service, and the total number of times the client accessed the service.

You can specify parameter values to narrow the records that this cmdlet returns. For instance, you can get records for only a specified IP address or role.

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

パラメーター

-ActivityCount<UInt32[]>

Specifies an array of the number of access requests by a client for a service.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

true (ByPropertyName)

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

false

-AsJob

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-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 client accessed the service for the first time.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

true (ByPropertyName)

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

false

-IPAddress<String[]>

Specifies an array of IP addresses for client devices that request services.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

true (ByPropertyName)

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

true

-LastSeen<DateTime[]>

Specifies an array of dates, as DateTime objects. A time represents when the client accessed the service for the most recent time.

エイリアス

なし

必須?

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

-TenantIdentifier<String[]>

Specifies an array of GUIDs. Each GUID identifies a tenant client of an installed role or product, if a tenant client exists.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

true (ByPropertyName)

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

false

-ThrottleLimit<Int32>

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Get access information for a specified device

This command gets UAL records for a client device with a specified IP address. The results show a single service that the devices accesses for the first time on 8/25/2012 and most recently on 9/1/2012.

PS C:\> Get-UalDeviceAccess -IPAddress "10.17.44.6"

関連トピック

Get-UalDailyAccess

Get-UalDailyDeviceAccess

Get-UalDailyUserAccess

Get-UalUserAccess