Get D365UserAuthenticationDetail - FH-Inway/d365fo.tools GitHub Wiki
Cmdlet used to get authentication details about a user
Get-D365UserAuthenticationDetail [-Email] <String> [<CommonParameters>]
The cmdlet will take the e-mail parameter and use it to lookup all the needed details for configuring authentication against Dynamics 365 Finance & Operations
Get-D365UserAuthenticationDetail -Email "[email protected]"
This will get all the authentication details for the user account with the email address "[email protected]"
The e-mail address / login name of the user that the cmdlet must gather details about
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
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.
Tags: User, Users, Security, Configuration, Authentication
Author : Rasmus Andersen (@ITRasmus) Author : Mötz Jensen (@splaxi)