PowerShell Logo Small

Get-UalOverview



This is the built-in help made by Microsoft for the command 'Get-UalOverview', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets information about products registered with UAL.

SYNTAX


Get-UalOverview [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-FirstSeen <DateTime[]>] [-GUID <String[]>] [-LastSeen
<DateTime[]>] [-ProductName <String[]>] [-RoleName <String[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-UalOverview cmdlet gets information about products registered with User Access Logging (UAL) on a server. Use the CimSession parameter
to run the cmdlet on a remote server.


This cmdlet returns records that specify a server role and the name of the server product. Each record also includes the first time a client
accessed the service and a most recent time a client accessed the service. Only server roles that have data for first client request and most
recent client request provide records for this cmdlet.


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


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



<

RELATED LINKS

Get-UalDeviceAccess
Get-UalUserAccess
Get-Ual

REMARKS

<

Examples


Example 1: Get overview information

PS C:\>Get-UalOverview -RoleName "DHCP Server"



FirstSeen : 8/17/2012 11:33:04 AM

GUID : 48eed6b2-9cdc-4358-b5a5-8dea3b2f3f6a

LastSeen : 9/26/2012 10:15:28 AM

ProductName : Windows Server 2012 Datacenter

RoleName : DHCP Server

PSComputerName :



This command gets an overview record for the DHCP Server role on the local system.