< Back

Set-PolicyContainerAuditing

Fri Jan 10, 2020 6:58 pm

NAME Set-PolicyContainerAuditing



SYNOPSIS

Active Directory Group Policy objects must be configured with proper audit settings.





SYNTAX

Set-PolicyContainerAuditing [[-Credential] <PSCredential>] [<CommonParameters>]





DESCRIPTION

The Set-PolicyContainerAuditing cmdlet sets the required auditing. The command must be run with Enterprise Admin

credentials.





PARAMETERS

-Credential <PSCredential>

The credentials to use to make the change. The command must be run with Enterprise Admin credentials.



Required? false

Position? 1

Default value [System.Management.Automation.PSCredential]::Empty

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None





OUTPUTS

None





NOTES





AUTHOR: Michael Haken

LAST UPDATE: 2/27/2016



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



PS C:\\>Set-PolicyContainerAuditing



Configures the required auditing for the Group Policy container.











RELATED LINKS