scriptkiddy666

Results 4 comments of scriptkiddy666
trafficstars

Same with PS7 (do I have to "reinstall" the module for PS7?): ![image](https://github.com/user-attachments/assets/953c56a6-748b-45cb-97bf-4408ed82bcd6) 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...