< Back

Set-InfrastructureObjectAuditing

Fri Jan 10, 2020 6:57 pm

NAME Set-InfrastructureObjectAuditing



SYNOPSIS

The Active Directory Infrastructure object must be configured with proper audit settings.





SYNTAX

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





DESCRIPTION

The Set-InfrastructureObjectAuditing 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

System.Management.Automation.PSCredential





OUTPUTS

None





NOTES





AUTHOR: Michael Haken

LAST UPDATE: 12/5/2015



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



PS C:\\>Set-InfrastructureObjectAudting



Configures the required auditing for the infrastructure object.











RELATED LINKS