Remove-CDProject

From PowerGUI Wiki

Jump to: navigation, search

Removes Change Director's projects from repository

Contents

Syntax

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

Detailed Description

Removes Change Director's projects from repository



Related Commands

Parameters

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

Examples

Example 1

Get-CDRepository servMain CDRepository | Remove-CDProject -OlderThan '05.10.2007 16:50'

Projects created before 05.10.2007 16:50 will be removed from repository database.

Personal tools