Add-MIISADMARunProfileStep
Adds run profile step to the run profile of Active Directory management agent.
Syntax
Add-MIISADMARunProfileStep
[-MAName] <String>
-ProfileName <String>
-StepType <String>
-Partition <String>
[-BatchSize <Int32>]
[-PageSize <Int32>]
[-TimeLimit <Int32>]
[-WarningAction <ActionPreference>]
[-WarningVariable <String>]
[-WhatIf]
[-Confirm]
Description
This cmdlet adds run profile step to the run profile of Active Directory management agent. If run profile does not exist, it will be created. Management agent should already exist.
Examples
Example 1: Add a run profile step to the Active Directory managment agent
PS C:\> Add-MIISADMARunProfileStep -MAName "AD_MA" -Partition "DC=MIMOneBox12R2AD,DC=COM" -StepType "FI" -ProfileName "MyRunProfile"
This command adds the management agent named AD_MA to the profile named MyRunProfile.
Parameters
-BatchSize
Specifies the batch size of the Active Directory management agent.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MAName
Specifies the name of the management agent to update. Get this name from the MIIS tool.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PageSize
Specifies the page size of the Active Directory management agent.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Partition
Specifies the partition which the cmdlet assigns the new step to.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProfileName
Specifies the name of the run profile.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StepType
Specifies the type of the new run profile step. Valid values are (short and long form make the same effect):
- "FI", "FULL IMPORT",
- "FS", "FULL SYNCHRONIZATION",
- "FIFS", "FULL IMPORT AND FULL SYNCHRONIZATION",
- "FIDS", "FULL IMPORT AND DELTA SYNCHRONIZATION",
- "DI", "DELTA IMPORT",
- "DS", "DELTA SYNCHRONIZATION",
- "DIDS", "DELTA IMPORT AND DELTA SYNCHRONIZATION",
- "EXP", "EXPORT"
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TimeLimit
Specifies the time limit of the Active Directory management agent.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WarningAction
Type: | ActionPreference |
Aliases: | wa |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WarningVariable
Type: | String |
Aliases: | wv |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |