You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run Open-AADIntOWA from a powershell window, I get the following error:
New-Object : Cannot find type [Windows.Forms.Form]: verify that the assembly containing this type is loaded.
Doing a bit of digging, I'm pretty sure that's because the powershell module doesn't include the required "Add-Type -AssemblyName System.Windows.Forms" and associated assembly references. You can get around this by using powershell ISE, which will auto-load some modules.
After getting around this one, I still was unable to use Open-AADIntOWA successfully. I was getting the error 'Clear-WebBrowser'.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
When trying to run Open-AADIntOWA from a powershell window, I get the following error:
New-Object : Cannot find type [Windows.Forms.Form]: verify that the assembly containing this type is loaded.
Doing a bit of digging, I'm pretty sure that's because the powershell module doesn't include the required "Add-Type -AssemblyName System.Windows.Forms" and associated assembly references. You can get around this by using powershell ISE, which will auto-load some modules.
After getting around this one, I still was unable to use Open-AADIntOWA successfully. I was getting the error 'Clear-WebBrowser'.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: