Set-MIISFIMMAConfiguration
Configures the FIM MA database connection info and FIM service URI.
Syntax
Default (Default)
Set-MIISFIMMAConfiguration
[-AuthenticationMode <String>]
-Credentials <PSCredential>
[-DatabaseName <String>]
[-DatabaseServer <String>]
[-FIMServiceBaseAddress <String>]
[-MAName] <String>
[-WarningAction <ActionPreference>]
[-WarningVariable <String>]
[-WhatIf]
[-Confirm]
Description
The Set-MIISFIMMAConfiguration cmdlet configures the FIM MA database connection info and FIM service URI.
Examples
PS C:\> set-MIISFIMMAConfiguration -AuthenticationMode integrated -Credentials <credential object> -DatabaseName "FIMService" -DatabaseServer "localhost" -FIMServiceBaseAddress http://localhost:5725 -MAName "Fabrikam FIM MA"
This command configures the FIM MA database connection info and FIM service URI.
Parameters
-AuthenticationMode
Specifies the authentication mode for the FIM service database connection.
Parameter properties
Type: | String
|
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-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 |
-Credentials
Specifies the credentials for authenticating with the FIMService database.
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 |
-DatabaseName
Specifies the FIM Service database name.
Parameter properties
Type: | String
|
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-DatabaseServer
Specifies the FIM Service database server.
Parameter properties
Type: | String
|
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-FIMServiceBaseAddress
Specifies the FIM service base link, as an URI.
Parameter properties
Type: | String
|
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-MAName
Specifies the name of the management agent to update.
This cmdlet gets 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-MIISFIMMAConfiguration cmdlet configures the FIM MA database connection info and FIM service URI.
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-MIISFIMMAConfiguration cmdlet configures the FIM MA database connection info and FIM service URI.
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 |