< Back
get-azureRMADUserInfo
Post
NAME get-azureRMADUserInfo
SYNOPSIS
Retrieve info about specified user
SYNTAX
get-azureRMADUserInfo [-token] <Object> [-userGuid] <Object> [<CommonParameters>]
DESCRIPTION
Retrieve info about specified user by GUID
PARAMETERS
-token <Object>
a valid Azure RM token retrieved through my get-azureRMtoken function
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-userGuid <Object>
GUID of the user you want to retrieve info about
Required? true
Position? 2
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
NOTES
filename: get-azureRMADUserInfo.ps1
author: Jos Lieben
blog: www.lieben.nu
created: 27/7/2018
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$users = get-azureRMADUserInfo -token (get-azureRMtoken -username jos.lieben@xxx.com -password password01)
-userGuid 479c3c0d-a103-4899-84ce-54b05e5be5fa
RELATED LINKS
SYNOPSIS
Retrieve info about specified user
SYNTAX
get-azureRMADUserInfo [-token] <Object> [-userGuid] <Object> [<CommonParameters>]
DESCRIPTION
Retrieve info about specified user by GUID
PARAMETERS
-token <Object>
a valid Azure RM token retrieved through my get-azureRMtoken function
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-userGuid <Object>
GUID of the user you want to retrieve info about
Required? true
Position? 2
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
NOTES
filename: get-azureRMADUserInfo.ps1
author: Jos Lieben
blog: www.lieben.nu
created: 27/7/2018
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$users = get-azureRMADUserInfo -token (get-azureRMtoken -username jos.lieben@xxx.com -password password01)
-userGuid 479c3c0d-a103-4899-84ce-54b05e5be5fa
RELATED LINKS