Set-MIISADMAConfiguration
Sets the MIIS SourceAD management agent configuration.
Syntax
Set-MIISADMAConfiguration
[-MAName] <String>
-Credentials <PSCredential>
-Forest <String>
[-Container <String>]
[-Partitions <String>]
[-WarningAction <ActionPreference>]
[-WarningVariable <String>]
[-WhatIf]
[-Confirm]
Description
The Set-MIISADMAConfiguration cmdlet modifies the Microsoft Identity Integration Server (MIIS) SourceAD management agent configuration to include the credentials provided and the target Active Directory forest, and it reconfigures the agent to synchronize all containers in all domains of the forest.
Examples
Example 1: Modify the MIIS SourceAd management agent configuration with credentials
PS C:\> Set-MIISADMAConfiguration -MAName: "SourceAD" -Forest:"contoso.com" -Credential: <pscredential object>
This command modifies the MIIS SourceAD management agent configuration.
Example 2: Modify the MIIS SourceAd management agent configuration
PS C:\> Set-MIISADMAConfiguration -MAName "SourceAD"
This command configure the SourceAD management agent named SourceAD.
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 |
-Container
Specifies the distinguished name of the container to synchronize.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Credentials
Specifies the credentials for authentication with Active Directory. Credentials must have replication permissions in Active Directory.
Type: | PSCredential |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Forest
Specifies the DNS name of the root domain of the forest that this cmdlet connects to.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
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 |
-Partitions
Specifies partitions that this cmdlet modifies.
Type: | String |
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 |