New-RMCollection
From PowerGUI Wiki
Creates new computer collection.
Contents |
Syntax
New-RMCollection [[-Name] <String>] [-Temporary] [<CommonParameters>]
Detailed Description
Creates a new computer collection with a default name or with the name you specify. The new computer collection is created using the default computer collection parameters set in the Recovery Manager console.
Related Commands
Parameters
| Name | Description | Required? | Pipeline Input | Default Value |
|---|---|---|---|---|
| Name | Allows you to specify a name for the computer collection to be created. | false | true (ByValue, ByPropertyName) | |
| Temporary | Creates a new temporary computer collection. | false | false |
Examples
Example 1
New-RMCollection -Name Collection1
This command creates a new computer collection named Collection1.
Example 2
New-RMCollection Collection1 -Temporary
This command creates a new temporary computer collection from the existing collection named Collection1.
