Share via


Add-MIISADMARunProfileStep

Adds run profile step to the run profile of Active Directory management agent.

Syntax

Default (Default)

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.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-MAName

Specifies the name of the management agent to update. Get this name from the MIIS tool.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PageSize

Specifies the page size of the Active Directory management agent.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Partition

Specifies the partition which the cmdlet assigns the new step to.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ProfileName

Specifies the name of the run profile.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments: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"

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimeLimit

Specifies the time limit of the Active Directory management agent.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WarningAction

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.

Parameter properties

Type:ActionPreference
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wa

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WarningVariable

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wv

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False