PowerShell Logo Small

Disable-Ual



This is the built-in help made by Microsoft for the command 'Disable-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

Disables UAL at the next restart.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Disable-Ual cmdlet disables User Access Logging (UAL) for Windows Server® 2012 at the next restart of the server. You can use the
CimSession parameter to run the cmdlet on a remote server. This cmdlet does not stop the UAL service.


You can use the Get-Ual cmdlet to check the startup status for UAL on Windows Server 2012. You can use the Disable-Ual and Enable-Ual cmdlets
to change the startup status.


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

Enable-Ual
Get-Ual
Get-UalOverview

REMARKS

<

Examples


Example 1: Disable UAL at restart

PS C:\>Disable-Ual



This command disables UAL for the local server. The next time you restart the server, UAL logging does not begin. You can use the Get-Ual
cmdlet to check UAL startup status.