Search found 13 matches

by ITZBund_WisIT
Tue Oct 16, 2018 10:12 pm
Forum: PowerShell GUIs
Topic: SCVVM Command freezing in Forms
Replies: 13
Views: 4882

Re: SCVVM Command freezing in Forms

I've tried implementing this now and it seems to work, even though badly. The command finally does end after being called, which is great. The problem is that I have to put a bunch of the code into the job and not just the Set-SCLogicalNetworkDefinition because everything i pass to it (with param or...
by ITZBund_WisIT
Thu Oct 11, 2018 11:20 pm
Forum: PowerShell GUIs
Topic: SCVVM Command freezing in Forms
Replies: 13
Views: 4882

Re: SCVVM Command freezing in Forms

Sorry for the delay.
I've just tried a simple Form instead of a Form Project and the result is the exactly same.
by ITZBund_WisIT
Thu Sep 27, 2018 10:45 pm
Forum: PowerShell GUIs
Topic: SCVVM Command freezing in Forms
Replies: 13
Views: 4882

Re: SCVVM Command freezing in Forms

The blocking line is still the one mentioned.

The only thing that changed is the "Line breakpoint on ..." in the Tools Output and I now see all variables up to that point.
It still won't continue or give me any message that could help.
by ITZBund_WisIT
Thu Sep 27, 2018 6:08 am
Forum: PowerShell GUIs
Topic: SCVVM Command freezing in Forms
Replies: 13
Views: 4882

Re: SCVVM Command freezing in Forms

The onlything in the "Output" is:

Code: Select all

>> Debugging (test.psproj) Project Script...
>> Platform: V5 64Bit (STA) (Elevated) (Forced)
Until I forcefully kill it.

The "Debug Console" stays empty.

The line that makes it freeze is commented in the original code.
by ITZBund_WisIT
Sun Sep 23, 2018 10:37 pm
Forum: PowerShell GUIs
Topic: SCVVM Command freezing in Forms
Replies: 13
Views: 4882

Re: SCVVM Command freezing in Forms

It doesn't matter if you select Windows Forms or Windows Application. The thing I'm trying to get across here is that it doesn't work at all when you use a forms project. If it helps, ignore the Write-Host and have it change a label or something. As long as it gets stuck on the Set-SCLogicalNetworkD...
by ITZBund_WisIT
Fri Sep 21, 2018 5:10 am
Forum: PowerShell GUIs
Topic: SCVVM Command freezing in Forms
Replies: 13
Views: 4882

Re: SCVVM Command freezing in Forms

Write-Host does things. When running inside the PSS, it will output to the Output window. Also when you select the Script Engine "SAPIEN PowerShell Vx Host (Windows Application) it will direct all output like Write-Host or thrown errors to a separate "debugging" window. Just create a ...
by ITZBund_WisIT
Fri Sep 21, 2018 4:06 am
Forum: PowerShell GUIs
Topic: SCVVM Command freezing in Forms
Replies: 13
Views: 4882

SCVVM Command freezing in Forms

Product, version and build: PowerShell Studio 2018, v5.5.154 32 or 64 bit version of product: 64bit Operating system: Windows Server 2016 (1607) 32 or 64 bit OS: 64bit PS Engine: V5 - 64bit elevated with STA mode I'm building a bunch of tools to simplify adding the whole network shebang for new subn...
by ITZBund_WisIT
Fri Aug 31, 2018 3:23 am
Forum: Customer Service
Topic: Problem generating offline activation file
Replies: 3
Views: 6216

Re: Problem generating offline activation file

Thank you, I received the file.
When loading it however I get a message "License is not registered to this user."
What does that mean and how can I fix this?
by ITZBund_WisIT
Thu Aug 30, 2018 5:59 am
Forum: Customer Service
Topic: Problem generating offline activation file
Replies: 3
Views: 6216

Problem generating offline activation file

Since the new version seems to not accept my offline activation key anymore, I checked the portal and instead of the key I now have a button
to generate a file.
When I click it however, all I get is a HTTP ERROR 500.
by ITZBund_WisIT
Thu Apr 12, 2018 10:58 pm
Forum: PowerShell Studio
Topic: PrimalScriptHostImplementation can't read NTFS ADS
Replies: 8
Views: 3995

Re: PrimalScriptHostImplementation can't read NTFS ADS

This works indeed. Very curious error I have to say.
I prefer to use the Cmdlets own -ErrorAction parameter instead of the global one, but both work the same.

Thanks for clearing that up.