Get-RMCollection

From PowerGUI Wiki

Jump to: navigation, search

Retrieves Recovery Manager computer collections.

Contents

Syntax

Get-RMCollection [[-Name] <String[]>] [<CommonParameters>]

Detailed Description

Retrieves the Recovery Manager computer collection with the specified name or retrieves all computer collections if no collection name was specified.



Related Commands

Parameters

Name Description Required? Pipeline Input Default Value
Name Specifies the name of the computer collection to be retrieved. false true (ByValue, ByPropertyName)

Examples

Example 1

Get-RMCollection

This command retrieves all Recovery Manager computer collections.

Example 2

(Get-RMCollection Coll1).Schedule

This command retrieves the line containing the schedule for the collection named Coll1.

Personal tools