external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Gets security check information for a specified backup.
Get-RMADBackupSecurityStatus [-BackupGuid <Guid[]>] [-From <DateTime>] [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
Retrieves security check information for a specified backup registered with Recovery Manager for Active Directory.
PS C:\> {{ Add example code here }}
{{ Add example description here }}
Specifies the GUID of the backup to get.
Type: Guid[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the time point to get statuses.
Type: DateTime
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
Required: False
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:
Retrieves Recovery Manager computer collection objects or default computer collection settings.
Get-RMADCollection [[-Name] <String[]>] [-InformationAction <ActionPreference>] [-InformationVariable <String>]
[<CommonParameters>]
Get-RMADCollection [-Id] <Int32[]> [-InformationAction <ActionPreference>] [-InformationVariable <String>]
[<CommonParameters>]
Get-RMADCollection [-Default] [-InformationAction <ActionPreference>] [-InformationVariable <String>]
[<CommonParameters>]
Allows you to retrieve an existing Recovery Manager computer collection by its name or ID.
This cmdlet retrieves all existing computer collections if no collection name or ID is specified.
You can also use this cmdlet to retrieve the default computer collection settings that apply to each new computer collection.
PS C:\> Get-RMADCollection
This command retrieves all Recovery Manager computer collections.
PS C:\> (Get-RMADCollection Coll1).Schedule
This command retrieves the line containing the schedule for the collection named Coll1.
Specifies the name of the computer collection you want to retrieve.
In the computer collection name that you type in this parameter, you can use an asterisk as a wildcard symbol for any number of any characters.
Do not use the Default parameter along with this parameter.
Type: String[]
Parameter Sets: Name
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: True
Specifies the identifier of the Computer Collection to retrieve.
Type: Int32[]
Parameter Sets: Id
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Allows you to retrieve the default computer collection settings that apply to each new computer collection.
Do not use the Name or ID parameter along with this parameter.
Type: SwitchParameter
Parameter Sets: Default
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
Required: False
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:
Retrieves information about items added to specified Recovery Manager for Active Directory computer collections.
Get-RMADCollectionItem [-InputObject] <ComputerCollection[]> [-UseCache] [-ComputerInfo]
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Get-RMADCollectionItem [-UseCache] [-Name] <String[]> [-ComputerInfo] [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
Get-RMADCollectionItem [-UseCache] [-Id] <Int32[]> [-ComputerInfo] [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
Retrieves information about items added to specified Recovery Manager for Active Directory computer collections.
You can use this cmdlet to retrieve information about one of the following:* Items that are explicitly added to computer collections (such as domain controllers, Active Directory domains, Active Directory sites, organizational units, AD LDS (ADAM) hosts, AD LDS (ADAM) instances, and AD LDS (ADAM) sites).
PS C:\> Get-RMADCollectionItem -Collection NewCollection
Retrieves information about items that are explicitly added to the Computer Collection named NewCollection.
These items can include domain controllers, Active Directory domains, Active Directory sites, organizational units, AD LDS (ADAM) hosts, AD LDS (ADAM) instances, and AD LDS (ADAM) sites.
PS C:\> Get-RMADCollectionItem -Collection NewCollection -ComputerInfo
Retrieves information about domain controllers and AD LDS (ADAM) hosts explicitly or implicitly added to the Computer Collection named NewCollection.
Specifies the object representing the computer collections that include the items you want to retrieve.
Type: ComputerCollection[]
Parameter Sets: InputObject
Aliases: Collection
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies to return the data from cache
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
When present, specifies to retrieve information about the domain controllers and AD LDS (ADAM) hosts that are explicitly or implicitly added to the computer collections you specified in the Collection parameter.
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 computer collection that includes the items you want to retrieve.
Type: String[]
Parameter Sets: Name
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the identifier of the computer collection that includes the items you want to retrieve.
Type: Int32[]
Parameter Sets: Id
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
Required: False
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:
Retrieves deleted Active Directory objects.
Get-RMADDeletedObject [-All] [-Restorable] [-Computer <String>] [-RetrieveOnlyUnpackedBackups]
[-ForceBackupRetrieving] [-Name <String[]>] [-Count <Int32>] [-Attribute <String[]>] [-SearchBase <String>]
[-Timeout <Int32>] [-UseSsl] [-Server <String>] [-Credential <PSCredential>] [-Partition <String>]
[-Port <Int32>] [-IgnoreReadOnly] [-InformationAction <ActionPreference>] [-InformationVariable <String>]
[<CommonParameters>]
Get-RMADDeletedObject [-All] [-Restorable] [-Computer <String>] [-RetrieveOnlyUnpackedBackups]
[-ForceBackupRetrieving] [-Id <String[]>] [-Attribute <String[]>] [-UseSsl] [-Server <String>]
[-Credential <PSCredential>] [-Partition <String>] [-Port <Int32>] [-IgnoreReadOnly]
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Get-RMADDeletedObject [-All] [-Restorable] [-Computer <String>] [-RetrieveOnlyUnpackedBackups]
[-ForceBackupRetrieving] [-Filter <String>] [-Count <Int32>] [-Attribute <String[]>] [-SearchBase <String>]
[-Timeout <Int32>] [-UseSsl] [-Server <String>] [-Credential <PSCredential>] [-Partition <String>]
[-Port <Int32>] [-IgnoreReadOnly] [-InformationAction <ActionPreference>] [-InformationVariable <String>]
[<CommonParameters>]
Allows you to retrieve specific deleted or recycled Active Directory objects.
The cmdlet retrieves objects from the default naming context or the Active Directory partition you specify.
You can only retrieve recycled objects when Microsoft's Active Directory Recycle Bin is enabled in your environment.By default, for each deleted object, this cmdlet retrieves the following attributes:
PS C:\> Get-RMADDeletedObject
This command retrieves all deleted Active Directory objects in the current domain.
PS C:\> Get-RMADDeletedObject -Name "John Doe"
This command uses ambiguous name resolution (ANR) to look for and retrieve the deleted objects whose Name attribute value is John Doe.
PS C:\> Get-RMADDeletedObject -Name "John Doe" -Attribute usnChanged, usnCreated
This command uses ambiguous name resolution (ANR) to look for and retrieve the deleted objects whose Name attribute value is John Doe.
In addition to the default set of object attributes (that is, GUID, Distinguished name (DN), Name, and objectClass), this command also retrieves the attributes usnChanged and usnCreated.
PS C:\> Get-RMADDeletedObject -Filter "whenCreated>=20130601123000.0Z"
This command retrieves all deleted objects that were created on 1 June 2013 at 12:30:00 or after this date.
PS C:\> Get-RMADDeletedObject -Filter "whenCreated=20130601000000.0Z"
This command retrieves all deleted objects that were created on 1 June 2013 between 00:00:00 and 23:59:59.
PS C:\> Get-RMADDeletedObject -Filter "distinguishedName='CN=johnDoe\\0ADEL:b0806312-d320-41fb-9e4d-ebad82706a74,CN=Deleted Objects,DC=mydomain,DC=com'"
Retrieves the deleted object whose distinguished name (DN) is CN=johnDoe\0ADEL:b0806312-d320-41fb-9e4d-ebad82706a74,CN=Deleted Objects,DC=mydomain,DC=com.
PS C:\> Get-RMADDeletedObject -Name johnDoe -SearchBase 'OU=Users,DC=domain,DC=com'
Gets the deleted object whose Name attribute value is johnDoe and that was deleted from the container with DN OU=Users,DC=domain,DC=com or from any of its subcontainers.
Specifies to retrieve all deleted and recycled Active Directory objects.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: ShowRecycled
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies to retrieve only those objects that can be completely restored.
That is, objects located in Microsoft's Active Directory Recycle Bin or in a backup registered with Recovery Manager for Active Directory.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the computer whose backups contain the deleted object to retrieve.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Retrieves the deleted objects only from the unpacked backups.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Retrieves the ID of the backup that contains the deleted object even if this object can be restored using the Active Directory Recycle Bin.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Retrieves objects whose Name attribute value is equal to the value specified in this parameter.
The Name attribute stores object's relative distinguished name (RDN) which looks similar to the following:
John Doe\0ADEL:7dbac5c7-f38d-4270-8ac2-7a0674bc246b
Type: String[]
Parameter Sets: Name
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Limits the maximum number of objects to retrieve.
Type: Int32
Parameter Sets: Name, Filter
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the object attributes to retrieve in addition to the attributes retrieved by default.
If this parameter is omitted or empty, the cmdlet retrieves the following default set of object attributes:
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies an Active Directory container in which to search for deleted objects.
This is the container from which the objects you want to find were deleted.
The search is performed in the specified container and all its subcontainers, including the deleted ones.
Specify the distinguished name (DN) of the container in which you want to search.
Type: String
Parameter Sets: Name, Filter
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the maximum wait time for retrieving the objects, in seconds.
The default value is 30.
Type: Int32
Parameter Sets: Name, Filter
Aliases:
Required: False
Position: Named
Default value: 30
Accept pipeline input: False
Accept wildcard characters: False
Specifies the Active Directory domain, domain controller, or AD LDS (ADAM) instance host from which you want the cmdlet to retrieve objects.
If this parameter is omitted, the cmdlet retrieves objects from any available domain controller in the current domain.
To specify a domain controller or AD LDS (ADAM) instance host, use the computer name or IP address.
If you specify an Active Directory domain name in this parameter, deleted objects are retrieved from any available domain controller in the specified domain.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The user name and password of the user account with which you want to connect, in the form of a PSCredential object.
Use the Get-Credential cmdlet provided by Windows PowerShell to pass a PSCredential object to this parameter.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the distinguished name of the Active Directory partition from which you want to retrieve objects.
If this parameter is omitted, the default naming context is used.
This parameter is required if you specify an AD LDS (ADAM) instance host in the Server parameter.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the port number to connect to.
If this parameter is set to 0 or omitted, the default LDAP port (389) is used.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
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: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the identifier of the object to retrieve.
This parameter accepts one of the following:
Type: String[]
Parameter Sets: Identity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Allows you to filter objects by attribute names and attribute values.
For the syntax this parameter accepts, see the examples provided for this cmdlet.
Type: String
Parameter Sets: Filter
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies whether use Secure Sockets Layer (SSL) to encrypt the connection.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
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.
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center