Search found 18 matches

by bembree
Sun Jan 22, 2017 12:46 am
Forum: PowerShell GUIs
Topic: How to use Powershell Forms to create and fill printable doc
Replies: 15
Views: 9311

Re: How to use Powershell Forms to create and fill printable doc

What I want to do is run a script (shortcut, exe, etc), which gathers data about any PCs that are past our 5 year Refresh date, then print out a document, which is a one page doc with a specific PC's info on it. It will print out one "Build Sheet" for each PC name entered into the main GUI...
by bembree
Sat Jan 21, 2017 2:44 pm
Forum: PowerShell GUIs
Topic: How to use Powershell Forms to create and fill printable doc
Replies: 15
Views: 9311

How to use Powershell Forms to create and fill printable doc

Product, version and build: Powershell Studio 2015 (will provide version/build later - not at my PC. (*** Please do not write "latest" as a version, specify a version number ***) 32 or 64 bit version of product: 64bit Operating system: Win7 Enterprise 32 or 64 bit OS: 64 bit PowerShell Ver...
by bembree
Fri Dec 16, 2016 7:30 am
Forum: PowerShell
Topic: Trying to create build sheets to use to refresh PCs
Replies: 1
Views: 2605

Trying to create build sheets to use to refresh PCs

I am in charge of maintaining a Powershell script that is used by our Refresh Team to get info about PCs that are in need of replacement. I've got the data gathering script working but I want to remove some steps the tech has to do because the data is stored in Access and the team doesn't know much ...
by bembree
Tue Oct 25, 2016 5:10 pm
Forum: PowerShell Studio
Topic: Powershell Studio 2015 only showing PS V3 and V2
Replies: 6
Views: 2031

Re: Powershell Studio 2015 only showing PS V3 and V2

Shoot! My company had paid for it 2 years ago but the subscription ran out last July. I guess I'm stuck unless they want to renew the subscription, which is probably $700, which I seriously doubt they would do as I'm not in the dept that would actually benefit from it. If I ever move up, maybe I can...
by bembree
Tue Oct 25, 2016 12:21 pm
Forum: PowerShell Studio
Topic: Powershell Studio 2015 only showing PS V3 and V2
Replies: 6
Views: 2031

Re: Powershell Studio 2015 only showing PS V3 and V2

I have 4.2.85, so how do I get 4.2.89?
by bembree
Tue Oct 25, 2016 10:07 am
Forum: PowerShell Studio
Topic: Powershell Studio 2015 only showing PS V3 and V2
Replies: 6
Views: 2031

Powershell Studio 2015 only showing PS V3 and V2

Windows 7 Enterprise 64bit
Powershell Studio 2015 Ver 4.2.85 - 64bit version
I have PS Ver 5 installed - Build 10586 Revision 117


After I installed Windows Framework 5 and PS 5, PS Studio still only shows V2 and V3 in the Version list. How do I get PS Studio to use V4 or 5?
by bembree
Tue Oct 11, 2016 1:29 pm
Forum: PowerShell Studio
Topic: Breakpoints no longer working
Replies: 3
Views: 1602

Re: Breakpoints no longer working

I think the issue is that you declare your two functions Main and Get-PrintersFromReg but you never call them. In the script, if you add main to the very bottom of your script with a breakpoint on the line with $GSList = ... then press F5, it should hit the breakpoint as you expect. Thanks so much....
by bembree
Tue Oct 11, 2016 7:52 am
Forum: PowerShell Studio
Topic: Breakpoints no longer working
Replies: 3
Views: 1602

Breakpoints no longer working

Product, version and build: Powershell Studio 2015 ver 4.2.85 32 or 64 bit version of product: 64 bit Operating system: Windows 7 Enterprise 32 or 64 bit OS: 64 bit PowerShell Version: 5 DO NOT POST SUBSCRIPTIONS, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM I am somewhat new to Powershell ...