Search found 15 matches

by HONDAAL
Fri Dec 03, 2021 12:47 pm
Forum: PowerShell Studio
Topic: PowerShell 7.2 compatibility
Replies: 2
Views: 3116

Re: PowerShell 7.2 compatibility

Alexander, thanks for the quick response. I'm back to PowerShell 7.15 and all is good. I will keep an eye out For PowerShell Studio updates that indicate PowerShell 7.2 compatibility before trying this again.
by HONDAAL
Fri Dec 03, 2021 10:48 am
Forum: PowerShell Studio
Topic: PowerShell 7.2 compatibility
Replies: 2
Views: 3116

PowerShell 7.2 compatibility

Product, version and build: PowerShell Studio 2021 v5.8.196 Operating system: Windows 10 PowerShell version(s): 7.2 After upgrading PowerShell 7 from v7.1.1 to v7.2, scripts are no longer running, even in Debug mode. This is the only output I get: >> Debugging (<module_project_name>) Project Script....
by HONDAAL
Mon Oct 04, 2021 6:36 am
Forum: PowerShell
Topic: Managing modules with multiple user accounts on the same computer
Replies: 4
Views: 5748

Re: Managing modules with multiple user accounts on the same computer

Sorry for the confusion, but without a complete picture, it would be easy to go down the wrong path. Let me explain the accounts a different way. As an administrator, I have multiple domain accounts. Each account provides access to different parts of the corporate environment, based on the principal...
by HONDAAL
Thu Sep 30, 2021 9:25 am
Forum: PowerShell
Topic: Managing modules with multiple user accounts on the same computer
Replies: 4
Views: 5748

Managing modules with multiple user accounts on the same computer

Product, version and build: PowerShell Studio 2021 v5.8.191 Operating system: Windows 10 1909 PowerShell version(s): 5.1 and 7.1 This is a follow-up to the Changing the PowerShell module export path topic. Until a change (or no change) is made to PowerShell Studio, I am looking for solutions to addr...
by HONDAAL
Thu Sep 23, 2021 7:25 am
Forum: PowerShell Studio
Topic: Changing the PowerShell module export path
Replies: 2
Views: 7535

Changing the PowerShell module export path

Product, version and build: PowerShell Studio 2021 v5.8.191 Operating system: Windows 10 1909 PowerShell version(s): 5.1 and 7.1 Due to increased security efforts, I now have three different accounts under which I need to run PowerShell Studio (PSS). By default, PSS exports PowerShell modules to the...
by HONDAAL
Wed Nov 25, 2020 11:27 am
Forum: PowerShell HelpWriter
Topic: Using HelpWriter to generate GitHub README.md
Replies: 2
Views: 24143

Re: Using HelpWriter to generate GitHub README.md

Thanks for confirming. I've submitted the request.
by HONDAAL
Tue Nov 24, 2020 12:37 pm
Forum: PowerShell HelpWriter
Topic: Using HelpWriter to generate GitHub README.md
Replies: 2
Views: 24143

Using HelpWriter to generate GitHub README.md

Product, version and build: PowerShell HelpWriter 2020 (v2.3.48) Operating system: Windows 10 1909 PowerShell version(s): v5.1 (Windows) I would like to use PowerShell HelpWriter to generate a more typically formatted README.md. See this for an example. The project name, description, etc. would be a...
by HONDAAL
Fri Nov 20, 2020 8:14 am
Forum: PowerShell Studio
Topic: Follow-up on topic 'Dot Sourcing module functions seems to 'break' breakpoints'
Replies: 1
Views: 1317

Follow-up on topic 'Dot Sourcing module functions seems to 'break' breakpoints'

I'm following up on my earlier topic entitled "Dot Sourcing module functions seems to 'break' breakpoints." It's locked and I cannot respond directly in the thread. I installed build 5.7.182 and it resolved the problem. Thanks very much. Original topic: https://www.sapien.com/forums/viewto...
by HONDAAL
Fri Aug 21, 2020 3:39 pm
Forum: PowerShell Studio
Topic: PowerShell Studio vs VS Code
Replies: 1
Views: 9862

PowerShell Studio vs VS Code

Just a brief editorial. I have tried VS Code a few times, but it's been a while. Today, given some of the challenges I've been having recently (mostly with Pester), I decided to give VS Code another try. Well, it didn't last long. After about an hour of suffering with terrible performance, I shut it...
by HONDAAL
Thu Aug 20, 2020 7:16 am
Forum: PowerShell Studio
Topic: Dot Sourcing module functions seems to 'break' breakpoints
Replies: 3
Views: 2346

Dot Sourcing module functions seems to 'break' breakpoints

Product, version and build: PowerShell Studio 2020 Operating system: Windows 10 1809 PowerShell version: v5.7.180 32 or 64 bit OS: 64-bit As I start working with Pester, I am trying to adopt a new module structure where: Each function resides in an individual .ps1 file in .\Functions\Public or .\Fun...