SYNOPSIS
Gets list of module performance records.
SYNTAX
Get-ASModulePerformance [-Core] <ConnectCore> [[-ModuleId] <Guid[]>] [[-FromTimeStamp] <DateTime>] [<CommonParameters>]
DESCRIPTION
The Get-ASModulePerformance cmdlet gets a list of modules statistics. If FromTimeStamp parameter is not specified not set it will return latest record of module performance. The core parameter 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-ASModulePerformance -ModuleId a5eb1281-de91-e611-8147-005056b84ed8 -FromTimeStamp "2016-10-24 09:00:00" |
/* Retrieves module performance records of specified module (time range: from specified UTC datetime to the latest record) */ |
Get-ASModulePerformance -ModuleId a5eb1281-de91-e611-8147-005056b84ed8 |
/* Retrieves latest module performance record of specified module */ |
Get-ASModule -ModuleType Office365Import | Get-ASModulePerformance | Select-Object -Property ModuleId, ServerCPU* |
/* Retrieves latest performance records of all O365 modules with filtered view of specified properties only */ |
NOTE: Since Archive Shuttle 7.10, the "-LatestRecord" parameter is not supported anymore. It is automatically applied unless "-FromTimeStamp" parameter is defined. |
SYNOPSIS
Enable module.
SYNTAX
Enable-ASModule [-Core] <ConnectCore> [-ModuleId] <Guid[]> [<CommonParameters>]
DESCRIPTION
The Enable-ASModule cmdlet enables 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:
Enable-ASModule -ModuleId "434b9603-1ab9-e511-80e6-005056b82cc9" |
|
Get-ASModule -ModuleType DellArchiveManager | Enable-ASModule |
|
SYNOPSIS
Disable module.
SYNTAX
Disable-ASModule [-Core] <ConnectCore> [-ModuleId] <Guid[]> [<CommonParameters>]
DESCRIPTION
The Disable-ASModule cmdlet disables 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:
Disable-ASModule -ModuleId "434b9603-1ab9-e511-80e6-005056b82cc9" |
|
Get-ASModule -ModuleType DellArchiveManager | Disable-ASModule |
|
SYNOPSIS
Start module.
SYNTAX
Start-ASModule [-Core] <ConnectCore> [-ModuleId] <Guid[]> [<CommonParameters>]
DESCRIPTION
The Start-ASModule cmdlet start 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:
Start-ASModule -ModuleId "434b9603-1ab9-e511-80e6-005056b82cc9" |
|
Get-ASModule -ModuleType DellArchiveManager | Start-ASModule |
/* Retrieves specified module and starts it (it can have small delay) */ |
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center