Search found 4 matches

by bfoster68
Thu Mar 05, 2020 9:36 am
Forum: PowerShell
Topic: Odd issue
Replies: 5
Views: 3219

Odd issue

Using the code below while running in Powershell Studio 5.7.173 The output window correctly displays ProcessName and UserName. However, if I run this in console It fails to populate these two fields. I'm stuck, thoughts? >> Running (get-nettcp.ps1) Script... >> Platform: V5 64Bit (STA) (Elevated) Re...
by bfoster68
Wed Aug 15, 2012 4:28 am
Forum: PowerShell
Topic: PrimalForms questions
Replies: 14
Views: 8979

PrimalForms questions

ok so I settled on using Out-File to save the contents. Seems to work but if someone would take a look that would be cool. #========================================================================# Created with: SAPIEN Technologies, Inc., PowerShell Studio 2012 v3.0.7# Created on: 8/15/2012 10:05 AM...
by bfoster68
Wed Aug 15, 2012 3:39 am
Forum: PowerShell
Topic: PrimalForms questions
Replies: 14
Views: 8979

PrimalForms questions

sorry for the crappy formatting. looked right when i pasted it.
by bfoster68
Wed Aug 15, 2012 3:36 am
Forum: PowerShell
Topic: PrimalForms questions
Replies: 14
Views: 8979

PrimalForms questions

#======================================================================== # Created with: SAPIEN Technologies, Inc., PowerShell Studio 2012 v3.0.7 # Created on: 8/15/2012 10:05 AM # Created by: wfoster # Organization: AOPC # Filename: WIConfEdit.ps1 #================================================...