### Is your feature request related to a problem? Please describe the problem. https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/34e2549948690924ff403975de39603c1d4043bc/src/Authentication/Authentication.Core/Utilities/WindowHandleUtlities.cs#L41-L43 ### Describe the solution you'd like. ``` [DllImport("user32.dll")] static extern IntPtr GetForegroundWindow(); IntPtr parentWindowHandle = GetForegroundWindow(); ``` ### Additional context? _No response_
Is your feature request related to a problem? Please describe the problem.
msgraph-sdk-powershell/src/Authentication/Authentication.Core/Utilities/WindowHandleUtlities.cs
Lines 41 to 43 in 34e2549
Describe the solution you'd like.
Additional context?
No response