Share via


Set-MIISExtMAConfiguration

Sets configuration details for the extensible management agent.

Syntax

Default (Default)

Set-MIISExtMAConfiguration
    [-MAName] <String>
    -Credentials <PSCredential>
    -ConnectTo <String>
    [-WarningAction <ActionPreference>]
    [-WarningVariable <String>]
    [-WhatIf]
    [-Confirm]

Description

The Set-MIISExtMAConfiguration cmdlet modifies the Microsoft Identity Integration Server (MIIS) extensible management agent to include the credentials that are used to synchronize accounts and to update the domains that are synchronized.

Examples

Example 1: Configure the connection and credentials

PS C:\> Set-MIISExtMAConfiguration -MAName:"TargetWebService" -ConnectTo:"https://provisioning.microsoftonline.com" -Credentials:"<PSCredential object>"

This command configures the Connection and Credentials parameters of the management agent.

Parameters

-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

-ConnectTo

Specifies the name of the service or server to connect to when importing and exporting MIIS metaverse objects.

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

-Credentials

Specifies the credentials for authentication with the custom container.

Parameter properties

Type:PSCredential
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

-MAName

Specifies the name of the management agent that this cmdlet updates. You can 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

-WarningAction

The Set-MIISExtMAConfiguration cmdlet modifies the Microsoft Identity Integration Server (MIIS) extensible management agent to include the credentials that are used to synchronize accounts and to update the domains that are synchronized.

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

The Set-MIISExtMAConfiguration cmdlet modifies the Microsoft Identity Integration Server (MIIS) extensible management agent to include the credentials that are used to synchronize accounts and to update the domains that are synchronized.

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