Set-MIISECMA2Configuration
Sets configuration details for the extensible connectivity management agent 2.0.
Syntax
Set-MIISECMA2Configuration
[-MAName] <String>
-ParameterUse <String>
[-Credentials <PSCredential>]
[-WarningAction <ActionPreference>]
[-WarningVariable <String>]
[-WhatIf]
[-Confirm]
Description
The Set-MIISECMA2Configuration cmdlet modifies the Microsoft Identity Integration Server (MIIS) extensible connectivity management agent 2.0 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 for a management agent
PS C:\> Set-MIISECMA2Configuration -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 |
-Credentials
Specifies the credentials for authenticating with the custom container.
Type: | PSCredential |
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 |
-ParameterUse
Type: | String |
Position: | Named |
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 |