PowerShell Logo Small

Get-Ual



This is the built-in help made by Microsoft for the command 'Get-Ual', 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 the startup status for UAL.

SYNTAX


Get-Ual [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-Ual cmdlet gets the startup status for User Access Logging (UAL).

-- Enabled. UAL starts when Windows Server® 2012 starts.
-- Disabled. UAL does not start when Windows Server 2012 starts.


You can use the Disable-Ual and Enable-Ual cmdlets to change the startup status. The Get-Ual cmdlet does not check whether the UAL service
itself is running.


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

Disable-Ual
Enable-Ual
Get-UalOverview

REMARKS

<

Examples


Example 1: Get UAL startup configuration

PS C:\>Get-Ual
Enabled PSComputerName

------- --------------

False



This command gets the startup status for the current server. The next time you restart this server, it does not start UAL.