vamueller
Results
1
comments of
vamueller
Seems like this is failing because of this code in Get-MsalToken.ps1 [IntPtr] $ParentWindow = [System.Diagnostics.Process]::GetCurrentProcess().MainWindowHandle if ($ParentWindow -eq [System.IntPtr]::Zero -and [System.Environment]::OSVersion.Platform -eq 'Win32NT') { $Win32Process = Get-CimInstance Win32_Process -Filter ("ProcessId...