Robert Veivers
Robert Veivers
  Yeah i'd agree, we need to make sure this can work for both v1 and Beta command Searches. Lucky only two commands are using Beta commands (Get-MsIdCrossTenantAccessActivity.ps, ConvertFrom-MsIdUniqueTokenIdentifier.ps1),...
Working off Issue #70 Test-MgCommandPrerequisites Must be able to handle v1 and beta via the APIVersion Parameter again
@mmascolino I had a PR which I think solves your issue. Maybe try again. #58 https://github.com/AzureAD/MSIdentityTools/pull/58
@mmascolino ohh true, yeah thats a big tenant. Let us know how it goes with extending the PIMable assignment time. Our tenant is only small compared to yours but it...
@wobblewobble This Powershell project has a function which checks if commands/modules are installed. This functions checks what Microsoft.Graph.Authentication is installed in the current powershell session. Using this Version it then...