Search found 8196 matches
- Wed Feb 08, 2023 11:16 am
- Forum: Former and Future Customers - Questions
- Topic: PS Studio 2023 Free Trial too limiting
- Replies: 5
- Views: 366
Re: PS Studio 2023 Free Trial too limiting
Apologies, I just saw your email to support come in. As per your question: "If I am referencing something like MSOL module in my script. Does the person who uses the exe on another machine need the MSOL module installed on their machine for it to work?" Any external modules, applications, ...
- Wed Feb 08, 2023 11:10 am
- Forum: Former and Future Customers - Questions
- Topic: PS Studio 2023 Free Trial too limiting
- Replies: 5
- Views: 366
Re: PS Studio 2023 Free Trial too limiting
Hi. You didn't email support@sapien.com but I looked at your account to investigate this issue. It appears you applied a 30 trial extension key right away rather than use the original 45 day trial. To assist you, I generated a new key for you to use, which will be emailed to you. Please make sure th...
- Tue Feb 07, 2023 9:52 am
- Forum: PowerShell Studio
- Topic: EXOV3 and ActiveDirectory modules Non-Thread STA issue in PS5.1 and PSS 2023
- Replies: 17
- Views: 1412
Re: EXOV3 and ActiveDirectory modules Non-Thread STA issue in PS5.1 and PSS 2023
Most likely it is the same cause as for some other .NET framework and Windows Forms problems. There was a recent update that broke some things. It is not too far fetched that it also affected Windows PowerShell in some areas, since that is based on .NET framework. We are still investigating exactly ...
- Tue Feb 07, 2023 8:58 am
- Forum: PowerShell Studio
- Topic: Code no longer works when packaged as an exe (but did used to, and hasn't changed)
- Replies: 4
- Views: 686
Re: Code no longer works when packaged as an exe (but did used to, and hasn't changed)
Yes, that's the one I meant. That did break a few .NET things. Can you please create a code snippet that illustrates the problem, without any real user IDs and post that here with the exact same settings you have in the original project? If you do not want to post it here, you can use this link for ...
- Mon Feb 06, 2023 12:16 pm
- Forum: PowerShell Studio
- Topic: EXOV3 and ActiveDirectory modules Non-Thread STA issue in PS5.1 and PSS 2023
- Replies: 17
- Views: 1412
Re: EXOV3 and ActiveDirectory modules Non-Thread STA issue in PS5.1 and PSS 2023
There must be something else at play here, because any combination I try here works just fine. I would venture a guess that you might need to remove the AD module BEFORE you import the Exchange module, but in a script that runs in PowerShell Studio, the remove is not necessary. PowerShell Studio ALW...
- Mon Feb 06, 2023 9:07 am
- Forum: PowerShell Studio
- Topic: Powershell command not work when compiled
- Replies: 13
- Views: 2453
Re: Powershell command not work when compiled
From your description you are launching the executable from a user folder (like 'My Documents') and the elevate to admin. That will make the user folder invalid. Start-process the tries to use the current folder as current directory but has no rights to access it. In general you should never place a...
- Sun Feb 05, 2023 1:40 pm
- Forum: Customer Service
- Topic: Incorrect message: subscription has expired
- Replies: 2
- Views: 658
Re: Incorrect message: subscription has expired
I was informed by our store support staff that the credit card charge for your ongoing subscription was denied. The full error reported is: Payment failed because of incorrect card number. Tell the customer to try again with the correct number. If that doesn't work, they should contact their issuing...
- Sun Feb 05, 2023 11:49 am
- Forum: Customer Service
- Topic: Incorrect message: subscription has expired
- Replies: 2
- Views: 658
Re: Incorrect message: subscription has expired
Please send the subscription key you are using to sales@sapien.com for evaluation. Please do NOT post it here.
- Fri Feb 03, 2023 1:36 pm
- Forum: PowerShell Studio
- Topic: EXOV3 and ActiveDirectory modules Non-Thread STA issue in PS5.1 and PSS 2023
- Replies: 17
- Views: 1412
Re: EXOV3 and ActiveDirectory modules Non-Thread STA issue in PS5.1 and PSS 2023
If you feel adventurous, replace the PowerShellDebuggerV5.dll here: C:\Program Files\SAPIEN Technologies, Inc\PowerShell Studio 2023\Debugger64 with the one in the attached zip file for a test. No promises. And make sure you backup the original so you can restore that. Let me know if that makes any ...
- Fri Feb 03, 2023 1:19 pm
- Forum: PowerShell Studio
- Topic: EXOV3 and ActiveDirectory modules Non-Thread STA issue in PS5.1 and PSS 2023
- Replies: 17
- Views: 1412
Re: EXOV3 and ActiveDirectory modules Non-Thread STA issue in PS5.1 and PSS 2023
As you can see here, with the sample code you provided it seems to operate.
Of course I do not have an actual AD server running here.
Of course I do not have an actual AD server running here.