Functions/Show-AGGraphAccessToken.ps1
Function Show-AGGraphAccessToken{ <# .SYNOPSIS Retrieves a list of groups via MS Graph API. .DESCRIPTION Retrieves a list of groups via MS Graph API. .EXAMPLE Show-AGGraphAccessToken This will show the existing Token if one exists .NOTES Author: Lars Panzerbjørn Creation Date: 2021.08.24 #> Return $TokenResponse } |