Search found 13 matches

by renenielsen
Mon Sep 23, 2019 4:35 pm
Forum: Feedback
Topic: Remote debug - server core?
Replies: 2
Views: 13335

Remote debug - server core?

I am attempting to set up remote debug for PowerShell scripting. My local system is a current Windows 10 desktop running PowerShell Studio . The target system is Hyper-V Server 2012 R2 . The immediate issue is with Cache Export. Specifically, when I execute ExportCacheCLI.exe on the remote server I ...
by renenielsen
Sun Dec 23, 2018 11:33 am
Forum: PowerShell
Topic: Access help for script installed from PSRepository
Replies: 1
Views: 1879

Access help for script installed from PSRepository

WMF: 5.1 Windows 10 (latest) Issue: I have written a script with comment based help. I verified the script as well as its comment based help ( using get-help .\foo.ps1 ) before publishing it ( had to migrate the comment based help into a <#psscriptinfo block ) as well as associated modules to a PSRe...
by renenielsen
Tue Dec 18, 2018 2:27 pm
Forum: PowerShell Studio
Topic: UAC popup on Run or Debug
Replies: 1
Views: 1758

UAC popup on Run or Debug

Product, version and build:PowerShell Studio 2019, Version 5.6.156 32 or 64 bit version of product: 64 Operating system:Windows 10 32 or 64 bit OS:64 Since my upgrade to PowerShell Studio 2019 I've been getting a User Account Control popup requesting permission for PrimalScript 2019 to make changes ...
by renenielsen
Wed Jul 18, 2018 1:25 pm
Forum: PowerShell Studio
Topic: Debug on virtual best practice
Replies: 1
Views: 1435

Debug on virtual best practice

Product, version and build: PowerShell Studio 2018; version 5.5153 32 or 64 bit version of product: 64-bit Operating system: Windows 10/Server 2016 Standard 32 or 64 bit OS: 64-bit Apologies if this is covered elsewhere, I searched and did not find an answer. I've developed a PowerShell v5 - 64 bit ...
by renenielsen
Wed Jan 29, 2014 2:22 pm
Forum: PowerShell Studio
Topic: DSC support in editor?
Replies: 1
Views: 2000

DSC support in editor?

Does PowerShell Studio 2012 have Desired State Configuration (DSC) in PowerShell 4.0 support?
by renenielsen
Wed Nov 24, 2010 5:57 am
Forum: PowerShell
Topic: PSRemoting Failure Scenario
Replies: 8
Views: 7560

PSRemoting Failure Scenario

Yes, setting the WSMAN shell max memory resolved the issue. Thanks again. I am going to do some testing to see if this can be successfully dynamically manipulated via the Connect-WSMAN cmdlet or, failing that, at least do test runs to tune the shell max memory so it is a little more in line with wha...
by renenielsen
Wed Nov 24, 2010 3:32 am
Forum: PowerShell
Topic: PSRemoting Failure Scenario
Replies: 8
Views: 7560

PSRemoting Failure Scenario

BINGO! I did exactly as you recommended and re-ran the test which ran to completion (first time as a remote execution). Much thanks to both of you for the helpful diagnostics to keep this going. I was completely stuck. You provide an invaluable resource and I know I am not alone in expressing how mu...
by renenielsen
Wed Nov 24, 2010 12:57 am
Forum: PowerShell
Topic: PSRemoting Failure Scenario
Replies: 8
Views: 7560

PSRemoting Failure Scenario

Thanks. I have researched session limits but it appears that the ones specific to storage are set to unlimited by default. They seem only to apply to scenarios where you want to constrain resource usage for specific sessions. If someone knows of settings that might effect this that are otherwise sen...
by renenielsen
Wed Nov 24, 2010 12:34 am
Forum: PowerShell
Topic: PSRemoting Failure Scenario
Replies: 8
Views: 7560

PSRemoting Failure Scenario

Thanks for the response. There are no records in the event logs around the time this process runs. It only runs for a couple minutes max before failing (last run was 1:40 minutes). Monitoring memory usage shows that on this 2 Gb system the memory usage starts at a pre-run base of around 665 Mb and r...
by renenielsen
Tue Nov 09, 2010 2:28 am
Forum: PowerShell
Topic: PSRemoting Failure Scenario
Replies: 8
Views: 7560

PSRemoting Failure Scenario

I'd like some input on a failure scenario involving PSRemoting. Basic scenario: I have an executable which interrogates a database for modular test specifications. By providing arguments to the executable I can ask it to run all or subsets of the tests. I have automated the remote execution of this ...