PowerShell Logo Small

Set-ADCentralAccessPolicy



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

Modifies a central access policy in Active Directory.

SYNTAX


Set-ADCentralAccessPolicy [-Identity] <ADCentralAccessPolicy> [-Add <Hashtable>] [-AuthType <ADAuthType>] [-Clear <String[]>] [-Credential
<PSCredential>] [-Description <String>] [-PassThru [<SwitchParameter>]] [-ProtectedFromAccidentalDeletion <Boolean>] [-Remove <Hashtable>]
[-Replace <Hashtable>] [-Server <String>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Set-ADCentralAccessPolicy [-AuthType <ADAuthType>] [-Credential <PSCredential>] [-PassThru [<SwitchParameter>]] [-Server <String>] -Instance
<ADCentralAccessPolicy> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-ADCentralAccessPolicy cmdlet can be used to modify a central access policy in Active Directory.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkId=216406

REMARKS

<

Examples


-------------------------- EXAMPLE 1 --------------------------

C:\PS>Set-ADCentralAccessPolicy "Finance Policy" -Description "For the Finance Department."



Description

-----------

Updates the central access policy named "Finance Policy" to include the description "For the Finance Department."




-------------------------- EXAMPLE 2 --------------------------

C:\PS>Get-ADCentralAccessPolicy "Finance Policy" | Set-ADCentralAccessPolicy -Description "For the Finance Department."



Description

-----------

Gets the central access policy named "Finance Policy", and then sets its description to "For the Finance Department."