external help file: Quest.RecoveryManager.AD.PowerShell.SecureStorage.psm1-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell.SecureStorage
online version:
Enable storage server hardening.
Protect-RMADStorageServer [-Wait] [[-Port] <Int32>] [<CommonParameters>]
Enable storage server hardening.
PS C:\> Get-RMADStorageServer | Protect-RMADStorageServer
Enables hardening on all registered secure storage servers.
PS C:\> Protect-RMADStorageServer -Name "storage.srv"
Enables hardening on the specified storage server.
Port used to connect to the secure storage agent
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Publishes security check information for a specified backup.
Publish-RMADBackupSecurityStatus -BackupGuid <Guid[]> -SecurityStatus <BackupSecurityStatus>
[<CommonParameters>]
Saves security check information for a specified backup registered with Recovery Manager for Active Directory.
PS C:\> $bkf = (Get-RMADBackup -ComputerName DC.DomainName.local)[-1]
$status = New-Object -TypeName QuestSoftware.RecoveryManager.AD.PowerShell.BackupSecurityStatus
$status.Summary = "Passed"
$status.Details = "some passed"
$status.CheckDate = Get-Date
Publish-RMADBackupSecurityStatus -BackupGuid $bkf.backupGuid -SecurityStatus $status
Get-RMADBackupSecurityStatus -BackupGuid $bkf.BackupGuid
For troubleshooting only. This command saves antimalware scan results for a specified backup registered with Recovery Manager for Active Directory.
This is the GUID of the backup for which a user wants to get the antimalware scan results.
Type: Guid[]
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Result information about the security check of a particular backup.
Type: BackupSecurityStatus
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Refreshes current information of the secure storage server.
Refresh-RMADStorageServer [-IgnoreReadOnly] [-Name] <String> [<CommonParameters>]
Refresh-RMADStorageServer [-IgnoreReadOnly] [-Server] <StorageServer> [<CommonParameters>]
Connects to the secure storage server and retrieves the current status (agent state and hardening state).
PS C:\> Get-RMADStorageServer | Refresh-RMADStorageServer
Updates statuses of all registered secure storage servers.
PS C:\> Refresh-RMADStorageServer -Name "storage.srv"
Refreshes the status of the specified secure storage server.
Allows you to perform the action in a console currently performing full replication.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the name of the secure storage server.
Type: String
Parameter Sets: Name
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the secure storage server. Use Get-RMADStorageServer to get a list of all secure storage servers.
Type: StorageServer
Parameter Sets: Server
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Registers backups on an existing secure storage server in a Recovery Manager database.
Register-RMADSecureStorageBackups [-IgnoreReadOnly] [-Name] <String> [<CommonParameters>]
Register-RMADSecureStorageBackups [-IgnoreReadOnly] [-Server] <StorageServer> [<CommonParameters>]
Registers backups on an existing secure storage server in a Recovery Manager database so that the backups become available in the Recovery Manager user interface.
PS C:\> Register-RMADSecureStorageBackups -Name "storage.srv"
Registers backups on a specified storage server.
Allows you to perform the action in a console currently performing full replication.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the name of the secure storage server.
Type: String
Parameter Sets: Name
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the secure storage server. Use Get-RMADStorageServer to get a list of all secure storage servers.
Type: StorageServer
Parameter Sets: Server
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center