SYNOPSIS
Stop module.
SYNTAX
Stop-ASModule [-Core] <ConnectCore> [-ModuleId] <Guid[]> [<CommonParameters>]
DESCRIPTION
The Stop-ASModule cmdlet stop module. After the command is executed, the module status can be checked in the Archive Shuttle user interface. All parameters in the cmdlet are mandatory. You can specify core as a parameter, or call Connect-ASCore once and the core parameter will be automatically added from the session state.
Example:
Stop-ASModule -ModuleId "434b9603-1ab9-e511-80e6-005056b82cc9" |
|
Get-ASModule -ModuleType DellArchiveManager | Stop-ASModule |
|
SYNOPSIS
Restart module.
SYNTAX
Restart-ASModule [-Core] <ConnectCore> [-ModuleId] <Guid[]> [<CommonParameters>]
DESCRIPTION
The Restart-ASModule cmdlet restart module. After the command is executed, the module status can be checked in the Archive Shuttle user interface. All parameters in the cmdlet are mandatory. You can specify core as a parameter, or call Connect-ASCore once and the core parameter will be automatically added from the session state.
Example:
Restart-ASModule -ModuleId "434b9603-1ab9-e511-80e6-005056b82cc9" |
|
Get-ASModule -ModuleType DellArchiveManager | Restart-ASModule |
/* Retrieves specified module and restarts it (it can have small delay) */ |
SYNOPSIS
Start command immediately.
SYNTAX
Start-ASCommand [-Core] <ConnectCore> [-Command] <CommandEnum[]> [<CommonParameters>]
DESCRIPTION
The Start-ASCommand cmdlet starts command immediately. After the command is executed, the result can be checked in the Archive Shuttle user interface/logs. You can specify core as a parameter, or call Connect-ASCore once and the core parameter will be automatically added from the session state.
Example:
Start-ASCommand -Command Office365CollectLicenses |
/* Command to collect Office 365 licenses is set to be executed */ |
SYNOPSIS
Returns status of command.
SYNTAX
Get-ASCommandQueueStatus -Core <ConnectCore> [[-CommandId] <int>] [[-ModuleId] <Guid[]>] [<CommonParameters>]
DESCRIPTION
The Get-ASCommandQueueStatus returns command queue status. Core parameter in the cmdlet is mandatory. You can specify core as a parameter, or call Connect-ASCore once and the core parameter will be automatically added from the session state.
Example:
Get-ASCommandQueueStatus |
/* Retrieves statuses of all commands within CommandQueue table */ |
---|---|
Get-ASCommandQueueStatus -CommandId 801 |
/* Retrieves status of specified command */ |
Get-ASCommandQueueStatus -ModuleId b305cf97-f93d-e611-813c-005056b84ed8 -CommandId 801 |
/* Retrieves status of specified command related to specified module */ |
Get-ASCommandQueueStatus | Where-Object {$_.TaskExecutionStatusId -eq "Success"} |
/* Retrieves only successfully processed commands */ |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center