Set-MIISExtMAConfiguration

Sets configuration details for the extensible management agent.

Syntax

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.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ConnectTo

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

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Credentials

Specifies the credentials for authentication with the custom container.

Type:PSCredential
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-MAName

Specifies the name of the management agent that this cmdlet updates. You can get this name from the MIIS tool.

Type:String
Position:1
Default value:None
Required:True
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