Configuration driven Active Directory management.
Registers an exchange version to apply to the domain’s exchange objects.
Register-DMExchange -LocalImagePath <String> -ExchangeVersion <String> [-ContextName <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Register-DMExchange -LocalImagePath <String> [-ObjectVersion <Int32>] [-ContextName <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Registers an exchange version to apply to the domain’s exchange objects. Updating this requires Enterprise Admin permissions.
Register-DMExchange -LocalImagePath 'C:\ISO\exchange-2019-cu6.iso' -ExchangeVersion '2019CU6'
Registers the Exchange 2019 CU6 exchange version as exchange domain settings to be applied.
The path where to find the Exchange ISO file Must be local on the remote server connected to! Updating the Exchange AD settings is only supported when executed through the installer contained in that ISO file without exceptions.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The version of the Exchange server to apply. E.g. 2016CU6 We map Exchange versions to their respective identifier in AD: ObjectVersion in the domain’s Microsoft Exchange System Objects container. This parameter is to help avoiding to have to look up that value. If your version is not supported by us yet, look up the version number and explicitly bind it to -ObjectVersion instead.
Type: String
Parameter Sets: Version
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The object version on the “Microsoft Exchange System Objects” container in the domain.
Type: Int32
Parameter Sets: Details
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
The name of the context defining the setting. This allows determining the configuration set that provided this setting. Used by the ADMF, available to any other configuration management solution.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: <Undefined>
Accept pipeline input: False
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.