PowerShell Logo Small

Get-SilUalAccess



This is the built-in help made by Microsoft for the command 'Get-SilUalAccess', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Displays the total number of unique client device requests and client user requests of the server from two days prior.

SYNTAX


Get-SilUalAccess [[-RoleGuid] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-RoleName <String[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SilUalAccess cmdlet displays the total number of unique client device requests and the total number of client user requests for server roles or software products.
You can specify the RoleName parameter and RoleGuid parameter to filter the client device requests and client user requests of the server that the cmdlet displays.


The cmdlet returns totals of client requests for a server role or software product that uses the User Access Logging framework to capture client requests. The cmdlet returns
totals for one calendar day, two days prior to when the cmdlet is run.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=216597
Get-SilSoftware
Get-SilComputer
Get-SilData
Get-SilLogging
Get-SilWindowsUpdate

REMARKS

<

Examples


Example 1: Display the total number of client requests of the server

PS C:\> Get-SilUalAccess


ProductName : Windows Server 2012 R2 Datacenter
RoleGuid : 10a9226f-50ee-49d8-a393-9a501d47ce04
RoleName : File Server
SampleDate : 3/30/2013 11:59:59 PM
UniqueDeviceAccessCount : 45
UniqueUserAccessCount : 45


ProductName : Windows Server 2012 R2 Datacenter
RoleGuid : 7fb09bd3-7fe6-435e-8348-7d8aefb6cea3
RoleName : Print and Document Services
SampleDate : 3/30/2013 11:59:59 PM
UniqueDeviceAccessCount : 15
UniqueUserAccessCount : 9



This command displays the total number of unique client requests of the serverfor the day, two days prior from when the cmdlet is run.




Example 2: Display UAL data for a specified server role

PS C:\>Get-SilUalAccess –RoleName "Print and Document Services"
ProductName : Windows Server 2012 R2 Datacenter
RoleGuid : 7fb09bd3-7fe6-435e-8348-7d8aefb6cea3
RoleName : Print and Document Services
SampleDate : 7/24/2013
UniqueDeviceAccessCount : 0
UniqueUserAccessCount : 0



This command displays a filtered list of UAL data for only the server role specified.