Returns the objects representing domain credential.
The Get-RumDomainCredential cmdlet returns the objects representing domain credential in the specified collection or project root. The objects can be requested by wildcard or by ID.
Get-RumDomainCredential [[-Collection] <PSRumCollection>] [ <CommonParameters>]
Get-RumDomainCredential [-Id] <Guid[]> [<CommonParameters>]
Get-RumDomainCredential [[-Name] <String[]>] -CollectionName <String> [<CommonParameters>]
Get-RumDomainCredential [-Name] <String[]> [[ -Collection] <PSRumCollection>] [<CommonParameters>]
-Id <Guid[]>
ID of the requested object.
Required? | true |
Position? | 1 |
Default value | none |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | false |
-Name <String[]>
Wildcard of domain name for requested objects.
Required? | false |
Position? | 1 |
Default value | none |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | true |
-Collection <PSRumCollection>
Collection.
Required? | false |
Position? | 2 |
Default value | none |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | false |
-CollectionName <String>
Name of the collection.
Required? | true |
Position? | named |
Default value | none |
Accept pipeline input? | false |
Accept wildcard characters? | false |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, see about_CommonParameters.
PSRumCollection
PSRumDomainCredential
Get-RumDomainCredential "domain_1"
Get-RumCollection "collection_1" | Get-RumDomainCredential "domain_1"
Returns a list of existing projects.
The Get-RumProject cmdlet returns a list of existing projects.
Get-RumProject [<CommonParameters>]
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, see about_CommonParameters.
None
String
Get-RumProject
Returns task results.
The Get-RumResult cmdlet returns the results for specified tasks or computers.
Get-RumResult [-Computer] <PSRumComputer> [<CommonParameters>]
Get-RumResult [-Task] <PSRumTask> [<CommonParameters>]
Get-RumResult [-Computer] <PSRumComputer> [-Task] <PSRumTask> [ <CommonParameters>]
-Computer <PSRumComputer>
Computer.
Required? | true |
Position? | 1 |
Default value | none |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | false |
-Task <PSRumTask>
Task.
Required? | true |
Position? | 2 |
Default value | none |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | false |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, see about_CommonParameters.
PSRumComputer
PSRumTask
PSRumResult
Objects containing information about tasks performed
Get-RumTask -CollectionName "collection_1" | Get-RumResult
Get-RumComputer -CollectionName "collection_1" "computer_1" | Get-RumResult
Get-RumTask -CollectionName "collection_1" | Get-RumResult (Get-RumComputer -CollectionName "collection_1" "computer_1")
Returns existing tasks for the specified collection
The Get-RumTask cmdlrt returns existing tasks for the specified collection. You can request all tasks, tasks by wildcard or a task by ID.
Get-RumTask [[-Collection] <PSRumCollection>] [<CommonParameters>]
Get-RumTask [-Id] <Guid[]> [<CommonParameters>]
Get-RumTask [[-Name] <String[]>] -CollectionName <String> [ <CommonParameters>]
Get-RumTask [-Name] <String[]> [[-Collection] <PSRumCollection>] [ <CommonParameters>]
-Id <Guid[]>
ID of the requested task.
Required? | true |
Position? | 1 |
Default value | none |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | false |
-Name <String[]>
Wildcard for the names of the requested tasks.
Required? | true |
Position? | 1 |
Default value | none |
Accept pipeline input? | false |
Accept wildcard characters? | true |
-Collection <PSRumCollection>
Collection.
Required? | false |
Position? | 2 |
Default value | none |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | false |
-CollectionName <String>
Name of the collection.
Required? | true |
Position? | named |
Default value | none |
Accept pipeline input? | false |
Accept wildcard characters? | false |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, see about_CommonParameters.
PSRumCollection
Collection
PSRumTask
Task
Get-RumTask
Get-RumCollection "collection_1" | Get-RumTask
Get-RumTask -CollectionName "collection_1"
Get-RumTask -Id $taskId
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center