Remove-CDSnapshot

From PowerGUI Wiki

Jump to: navigation, search

Removes Change Director's snapshots from repository

Contents

Syntax

Remove-CDSnapshot [-OlderThan [<DateTime>]] [-All] [-InputObject] <PSObject> [<CommonParameters>]

Detailed Description

Removes Change Director's snapshots from repository



Related Commands

Parameters

Name Description Required? Pipeline Input Default Value
OlderThan Snapshots older than date/time specified will be removed false false
All If this option is specified. All snapshots will be removed false false
InputObject Object with Change Director Repository credentials true true (ByValue)

Examples

Example 1

Get-CDRepository servMain CDRepository | Remove-CDSnapshot -All

All snapshots will be removed from repository database.

Personal tools