Search found 1160 matches
- Tue Aug 16, 2022 7:35 am
- Forum: PowerShell Studio
- Topic: ExchangeOnlineManagement 2.0.4 or 2.0.5 connection Freeze
- Replies: 7
- Views: 537
Re: ExchangeOnlineManagement 2.0.4 or 2.0.5 connection Freeze
The error will also happen with the following code: Add-Type -AssemblyName System.Windows.Forms $FormMain = New-Object System.Windows.Forms.Form Connect-ExchangeOnline As previously stated, the issue is not the code generated by PowerShell Studio. It is a threading issue when running a GUI while att...
- Thu Aug 11, 2022 8:10 am
- Forum: PowerShell Studio
- Topic: ExchangeOnlineManagement 2.0.4 or 2.0.5 connection Freeze
- Replies: 7
- Views: 537
Re: ExchangeOnlineManagement 2.0.4 or 2.0.5 connection Freeze
From my research, this is a problem with PowerShell v5.1 and the ExchangeOnlineManagement module being version 2.0.4 or later. There is a little we can do to help with this as these are both Microsoft.
The only known fixes are to downgrade ExchangeOnlineManagement or upgrade to use PowerShell 7.
The only known fixes are to downgrade ExchangeOnlineManagement or upgrade to use PowerShell 7.
- Wed Aug 10, 2022 7:15 am
- Forum: PowerShell Studio
- Topic: Format script issue?
- Replies: 5
- Views: 646
Re: Format script issue?
I'm slightly confused by your statement. Are you running build 209 currently? Are you saying this happened from the previous build?
I'm currently testing with build 209 and have been unable to reproduce this behavior. What are your Formatting settings in options:
I'm currently testing with build 209 and have been unable to reproduce this behavior. What are your Formatting settings in options:
- Wed Aug 10, 2022 7:08 am
- Forum: PowerShell Studio
- Topic: Script Formatting Introduces Coding Error
- Replies: 1
- Views: 162
Re: Script Formatting Introduces Coding Error
Can you please provide a screenshot of your Formatting settings in options:
- Tue Aug 09, 2022 3:32 pm
- Forum: PrimalScript
- Topic: Path to CSC.exe not found
- Replies: 3
- Views: 298
Re: Path to CSC.exe not found
For C# 10, you will need to download .NET 6:
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
- Tue Aug 09, 2022 3:24 pm
- Forum: PowerShell Studio
- Topic: Option to Create New PowerShell File Disappears
- Replies: 7
- Views: 920
Re: Option to Create New PowerShell File Disappears
With the files present, can you currently see the templates when creating a new file?
- Mon Aug 08, 2022 11:12 am
- Forum: Former and Future Customers - Questions
- Topic: can't use this . method to display the members of an object
- Replies: 4
- Views: 678
Re: can't use this . method to display the members of an object
From my initial tests, I found the PowerShell variable $HOME in the path of the dll to be the issue. When I put the full path or relative path without the variable, it appears to work as expected. I've filed a bug report with the development team and update you when I have more information.
- Mon Aug 08, 2022 6:55 am
- Forum: Former and Future Customers - Questions
- Topic: can't use this . method to display the members of an object
- Replies: 4
- Views: 678
Re: can't use this . method to display the members of an object
We are looking into this and will get back to you soon.
- Mon Aug 08, 2022 6:31 am
- Forum: PowerShell GUIs
- Topic: Form: disable button while scheduled task is running
- Replies: 2
- Views: 92
Re: Form: disable button while scheduled task is running
[Topic was moved by moderator to PowerShell GUIs forum]
- Fri Aug 05, 2022 2:44 pm
- Forum: PowerShell Studio
- Topic: Fonts static when running on remote server
- Replies: 2
- Views: 256
Re: Fonts static when running on remote server
PowerShell 4 is no longer supported by us; we only support PowerShell 5.1 or higher. This means we do not test to ensure our products work with this version of PowerShell.