Get-UalDailyAccess

Get-UalDailyAccess

Gets UAL records of client requests for each day.

Syntax

Parameter Set: ByName
Get-UalDailyAccess [-AccessCount <UInt32[]> ] [-AccessDate <DateTime[]> ] [-AsJob] [-CimSession <CimSession[]> ] [-IPAddress <String[]> ] [-ProductName <String[]> ] [-RoleGuid <String[]> ] [-RoleName <String[]> ] [-TenantIdentifier <String[]> ] [-ThrottleLimit <Int32> ] [-Username <String[]> ] [ <CommonParameters>]

Detailed Description

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

For each client that accesses a service, the cmdlet returns a record that specifies IP address of the device, the user name, 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 date that the client accessed the service and how many times the client accessed the service during that day.

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, user name, 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.

Parameters

-AccessCount<UInt32[]>

Specifies an array of the number of access requests by a client during a single day.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-AccessDate<DateTime[]>

Specifies an array of dates, as DateTime objects. A client can make one or more access requests per date.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-AsJob

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-CimSession<CimSession[]>

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-IPAddress<String[]>

Specifies an array of IP addresses for clients that request a service.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

true

-ProductName<String[]>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

true

-RoleGuid<String[]>

Specifies an array of GUIDs for roles that clients access.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

true

-RoleName<String[]>

Specifies an array of names for roles that clients access.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

true

-TenantIdentifier<String[]>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-ThrottleLimit<Int32>

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Username<String[]>

Specifies an array of user names that request a service.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

true

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Get daily access for specific IP address

This command gets UAL daily access requests for a client with the specified IP address. This request returns two client request objects.

PS C:\> Get-UalDailyAccess -IPAddress 10.17.44.6

Get-UalDailyDeviceAccess

Get-UalDailyUserAccess

Get-UalDeviceAccess

Get-UalUserAccess