< Back
Get-AADIntAccessTokenForAADIAMAPI
Post
NAME Get-AADIntAccessTokenForAADIAMAPI
SYNOPSIS
Gets OAuth Access Token for Azure AD IAM API
SYNTAX
Get-AADIntAccessTokenForAADIAMAPI [[-Credentials] <PSCredential>] [<CommonParameters>]
DESCRIPTION
Gets OAuth Access Token for Azure AD IAM API
PARAMETERS
-Credentials <PSCredential>
Credentials of the user.
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$cred=Get-Credential
PS C:\\>Get-AADIntAccessTokenForAADIAMAPI -Credentials $cred
RELATED LINKS
SYNOPSIS
Gets OAuth Access Token for Azure AD IAM API
SYNTAX
Get-AADIntAccessTokenForAADIAMAPI [[-Credentials] <PSCredential>] [<CommonParameters>]
DESCRIPTION
Gets OAuth Access Token for Azure AD IAM API
PARAMETERS
-Credentials <PSCredential>
Credentials of the user.
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$cred=Get-Credential
PS C:\\>Get-AADIntAccessTokenForAADIAMAPI -Credentials $cred
RELATED LINKS