scriptkiddy666
scriptkiddy666
Same with PS7 (do I have to "reinstall" the module for PS7?):  Yes, both, my managed identity and the app registration have Mail.Send and Mail.ReadWrite. (That should be fine,...
> You don't have to reinstall module. > > Just to clarify: > > * Does it work for 4MB plus with Connect-MgGraph and MgGraphRequest with ClientSecret? **Yes. I just...
I'm now using the following workaround without the need for a client secret: ``` $null = Connect-AzAccount -Identity [System.Object]$AccessToken = (Get-AzAccessToken -ResourceTypeName 'MSGraph' -AsSecureString -WarningAction 'SilentlyContinue').Token [System.Object]$Credentials = ConvertTo-GraphCredential -MsalToken...
Just my 2 cents: I recently migrated my Steam Guard from the WinAuth application (which isn't updated anymore) to KeePassXC. During the reregistration I had to use the following tool...