< Back

Get-ActiveDirectorySnapshot

Mon Jan 13, 2020 5:56 am

NAME Get-ActiveDirectorySnapshot



SYNOPSIS

Get the Active Directory snapshots.





SYNTAX

Get-ActiveDirectorySnapshot [[-Identity] <String>] [[-Server] <String[]>] [<CommonParameters>]





DESCRIPTION

Get the Active Directory snapshots on a domain controller.





PARAMETERS

-Identity <String>

The identity of the snapshot



Required? false

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



<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:\\>Get-ActiveDirectorySnapshot



Identity Date SetID

-------- ---- -----

{B22E56F9-C4C5-49C2-A4EF-67A40DE21132} 7/9/2016 9:08:54 ????????

{34987893-9D63-4955-968B-3000002789F5}

{1DF443D2-9F27-41C4-9E32-950F557E9826} 7/9/2016 8:39:35 ????????

{6D3802A3-BD22-4732-AE27-5FEC25EE1E01}











RELATED LINKS