Search found 42 matches

by shiroscout
Sat Oct 12, 2024 12:00 pm
Forum: Customer Service
Topic: Can I donate my Sapien DevSuite 2020 software to anyone?
Replies: 1
Views: 659

Can I donate my Sapien DevSuite 2020 software to anyone?

Hello Sapien Software & Developement Team... I would like to know if I can donate my Sapien Dev Suite to someone? I would like to give it away and have someone make use of it. I am not able to focus on the suite and would like to give it to someone that van make use of it. If Yes, Do you know of...
by shiroscout
Sun Jan 29, 2023 12:14 pm
Forum: PowerShell
Topic: Tree folder/sub-folder/files archive issues...
Replies: 1
Views: 1166

Tree folder/sub-folder/files archive issues...

Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.164 OS: Windows 10 Pro (64 Bit) Build: v10.0.19045.0 Hello, I am new just so you can brace yoursself. I have predesigned form I am modifying code. It's a learning, training project for myself. I'm sure there of lots of cleanup and design issues, b...
by shiroscout
Sun Jan 29, 2023 11:51 am
Forum: PowerShell Studio
Topic: Details on Start sequence and use of Startup.pss and globals.ps1
Replies: 4
Views: 8867

Re: Details on Start sequence and use of Startup.pss and globals.ps1

I had hoped for a clearer answer but if it is simply my lack of knowledge, then I will do my research. I'm sure your not intentionally trying to withold any free info or knowledge you might be able to share. I do have all the URLS you gave me, as well as I found the online manual here: https://info....
by shiroscout
Wed Jan 25, 2023 5:35 pm
Forum: PowerShell Studio
Topic: Details on Start sequence and use of Startup.pss and globals.ps1
Replies: 4
Views: 8867

Details on Start sequence and use of Startup.pss and globals.ps1

Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.164 OS: Windows 10 Pro (64 Bit) Build: v10.0.19045.0 Hello, Currently, I only use PowerShell 5, STA Mode, focusing on the 64bit Windows Form app. I run and launch in Elevated Mode. I've uninstalled all modules used in app and commented out modules...
by shiroscout
Tue Apr 21, 2020 5:20 pm
Forum: PowerShell GUIs
Topic: Help with System.Management.Automation.PSRemotingJob error
Replies: 10
Views: 4732

Re: Help with System.Management.Automation.PSRemotingJob error

Well I suppose you are correct.
Awesome, thank you. You should include a link to this free book with every Sapien product purchase. It might save you from many migraine headaches and support mayhem. :)
Thank you again.
Wayne
by shiroscout
Tue Apr 21, 2020 1:41 am
Forum: PowerShell GUIs
Topic: Help with System.Management.Automation.PSRemotingJob error
Replies: 10
Views: 4732

Re: Help with System.Management.Automation.PSRemotingJob error

I'll use your good suggestion of trying commands, etc... one-at-a-time, and see what they do, and see if that works as needed without plumping up my code needlessly.

Thank You again.

Wayne
by shiroscout
Tue Apr 21, 2020 1:38 am
Forum: PowerShell GUIs
Topic: Help with System.Management.Automation.PSRemotingJob error
Replies: 10
Views: 4732

Re: Help with System.Management.Automation.PSRemotingJob error

Hello, Yes friend, you are correct. I overdid it and made it way too hard on myself. I don't know how many hours I worked on getting it corrected, and then I used your code and it immediately did what I needed with no PowerShell flash popup, etc... That worked exactly as I needed with 90% less code....
by shiroscout
Mon Apr 20, 2020 3:47 pm
Forum: PowerShell GUIs
Topic: Help with System.Management.Automation.PSRemotingJob error
Replies: 10
Views: 4732

Re: Help with System.Management.Automation.PSRemotingJob error

Here is my fix. I was using Start-Job and got rid of it as I was using it incorrectly, as I am only using this on local machine, and I think it was calling the psremoting which I did not need. I changed my code from this: $Command = Start-Job -ScriptBlock { Systeminfo -fo "LIST" | Format-L...
by shiroscout
Mon Apr 20, 2020 4:44 am
Forum: PowerShell GUIs
Topic: Help with System.Management.Automation.PSRemotingJob error
Replies: 10
Views: 4732

Re: Help with System.Management.Automation.PSRemotingJob error

I checked and that does not seem to be an issue. Here is my Powershell version info: PS C:\Windows\system32> $PSVersionTable Name Value ---- ----- PSVersion 5.1.18362.752 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.18362.752 CLRVersion 4.0.30319.42000 WSManStackV...
by shiroscout
Sun Apr 19, 2020 11:14 pm
Forum: PowerShell GUIs
Topic: Help with System.Management.Automation.PSRemotingJob error
Replies: 10
Views: 4732

Help with System.Management.Automation.PSRemotingJob error

Hello, I am getting an error when debugging and have no idea what is causing it. ERROR: System.Management.Automation.PSRemotingJob ERROR: At Line: 1 char: 1 I believe I get the error when clicking the button "Get PC Info" I'm a bit concerned, as I just updated .net, did a Windows Update, a...