external help file | Module Name | online version | schema |
---|---|---|---|
Jagabata.psm.dll-Help.xml |
Jagabata.psm |
2.0.0 |
Retrieve the current user.
Get-AnsibleMe [<CommonParameters>]
Retrieve the current user.
Implements following Rest API:
/api/v2/me/
PS C:\> Get-AnsibleMe
Id Type Username Email FirstName LastName IsSuperuser IsSystemAuditor Created Modified LastLogin LdapDn ExternalAccount
-- ---- -------- ----- --------- -------- ----------- --------------- ------- -------- --------- ------ ---------------
1 User admin admin@localhost True False 2023/11/04 16:20:25 2024/08/02 16:26:10 2024/08/02 16:26:10
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.