< Back

Remove-ActiveDirectorySnapshot

Mon Jan 13, 2020 6:00 am

NAME Remove-ActiveDirectorySnapshot



SYNOPSIS

Short description





SYNTAX

Remove-ActiveDirectorySnapshot [-Identity] <String[]> [[-Server] <String>] [-WhatIf] [-Confirm]

[<CommonParameters>]





DESCRIPTION

Long description





PARAMETERS

-Identity <String[]>

The identity of the snapshot to remove.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Server <String>

The Active Directory Domain Controller.



Required? false

Position? 2

Default value $env:COMPUTERNAME

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

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



OUTPUTS



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



PS C:\\>Example of how to use this cmdlet













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



PS C:\\>Another example of how to use this cmdlet















RELATED LINKS