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.
Search found 1159 matches
- Thu Aug 11, 2022 8:10 am
- Forum: PowerShell Studio
- Topic: ExchangeOnlineManagement 2.0.4 or 2.0.5 connection Freeze
- Replies: 5
- Views: 503
- Wed Aug 10, 2022 7:15 am
- Forum: PowerShell Studio
- Topic: Format script issue?
- Replies: 5
- Views: 626
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: 150
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: 289
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: 914
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: 664
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: 664
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: 248
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.
- Fri Aug 05, 2022 7:44 am
- Forum: PrimalScript
- Topic: Path to CSC.exe not found
- Replies: 3
- Views: 289
Re: Path to CSC.exe not found
String Interpolation was introduced in C# 10 with .NET 6. Mostly like the CSC.exe you found was for .NET Framework which has an older version of C#.
I will check with the development team to see if .NET 6 is supported and someone will get back to you.
I will check with the development team to see if .NET 6 is supported and someone will get back to you.