external help file: Quest.RecoveryManager.AD.PowerShell.SecureStorage.psm1-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell.SecureStorage
online version:
Retrieves the hardening status of the current server.
Get-RMADStorageServerHardeningStatus [<CommonParameters>]
This cmdlet retrieves the hardening status of the current server. Returns status for SMB Disabled, Is Hardened and Network Traffic Disabled. The server is hardened if all values are True.
PS C:\> Get-RMADStorageServerHardeningStatus
Name Value
---- -----
SMBDisabled True
IsHardened True
NetworkTrafficDisabled True
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: Quest.RecoveryManager.AD.PowerShell.SecureStorage.psm1-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell.SecureStorage
online version:
Retrieves the retention policy status of the current server.
Get-RMADStorageServerRetentionPolicy [<CommonParameters>]
This cmdlet retrieves the retention policy of the current server. Returns the current value for number of days to keep backups and current value of IncludeLWTProcessing option. IncludeLWTProcessing (Last Write Time) is used in cases the backups do not include a copy of backup details with the time the backup was created. If IncludeLWTProcessing is set to true will tell the retention policy to check Last Write Time of the backup file and use that instead.
PS C:\> Get-RMADStorageServerRetentionPolicy
DaysToKeep IncludeLWTProcessing
------------- --------------------
5 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:
Reads the backup registration information from the .xml file and returns backup descriptions in the BackupInfo objects.
Import-RMADBackup [-Path] <String[]> [-IgnoreReadOnly] [<CommonParameters>]
Import-RMADBackup -Definition <String> [-IgnoreReadOnly] [<CommonParameters>]
Reads the backup registration information from the .xml file and returns backup descriptions in the BackupInfo objects. After you import backups, you need to register them with Recovery Manager so that the backups become available in the Recovery Manager user interface. To register the backups, use the Add-RMADBackup cmdlet.
PS C:\> Import-RMADBackup C:\ImportedBackups\RMADBackups.xml | Add-RMADBackup
Imports backups from the C:\ImportedBackups\RMADBackups.xml file to the Recovery Manager for Active Directory backup registration database on the computer where you are using this cmdlet.
Then, the Add-RMADBackup registers the imported backups with Recovery Manager for Active Directory.
Specifies the registration information about the backups you want to import into the Recovery Manager for Active Directory backup registration database.
Type: String
Parameter Sets: Definition
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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: False
Accept pipeline input: False
Accept wildcard characters: False
Specifies the path to the .xml file that contains the registration information about the backups you want to import into the Recovery Manager for Active Directory backup registration database.
Type: String[]
Parameter Sets: Paths
Aliases:
Required: True
Position: 0
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.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Imports Forest Recovery certificates.
Import-RMADFERecoveryCertificate [-Path] <String> [-Password] <SecureString> [<CommonParameters>]
This cmdlet imports Forest Recovery certificates from the specified location.
You must also supply the password that is used to protect the certificates.
PS C:\> Import-RMADFERecoveryCertificate -Path C:\Certificates\RMADFeCertificates.pfx" -Password (ConvertTo-SecureString "protection password" -AsPlainText -Force)
This command imports Forest Recovery certificates from the specified location.
Specifies the password that is used to access the Forest Recovery certificates.
Type: SecureString
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the full path to the Forest Recovery certificate file.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
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.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center