Search found 6 matches

by ServerStorage
Thu Sep 21, 2017 5:49 am
Forum: PowerShell Studio
Topic: Cannot instantiate PowerShell V5 object: 80070002>
Replies: 1
Views: 1010

Cannot instantiate PowerShell V5 object: 80070002>

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: 5.2.129 32 or 64 b...
by ServerStorage
Sat Mar 04, 2017 12:37 pm
Forum: PowerShell Studio
Topic: rebuild cache
Replies: 1
Views: 1288

rebuild cache

Product, version and build: Powershell Studio 2016 Operating system: Server 2012 R2 64 Bit OS PowerShell Version: 5.0 I am trying to install a PowerShell Module (PowerOrion) and I have read that I may need to Rebuild my Cache, but cannot find how in PSS 2016. The module does show in Get-Module -List...
by ServerStorage
Wed Dec 30, 2015 5:54 am
Forum: VersionRecall
Topic: Install Issue
Replies: 1
Views: 7603

Install Issue

Product, version and build:VersionRecall 2015 1.0.123 32 or 64 bit version of product:64 Operating system:2012R2 32 or 64 bit OS:64 I am attempting to install Version Recall on a 2012 R2 server and when I enter my subscription information, I get an error - "The certificate authority is invalid ...
by ServerStorage
Mon Oct 26, 2015 11:23 am
Forum: PowerShell GUIs
Topic: Get-Credential - ButtonSubmit_Click
Replies: 1
Views: 1509

Get-Credential - ButtonSubmit_Click

I have a GUI to create new AD users that is 99% complete. On form load event, I have added $cred = Get-Credential, which when I launch the PS GUI it opens the credential window. $formNewUserCreat_Load={ #TODO: Initialize Form Controls here #Get User Credential - Form will close if Cancelled or Close...
by ServerStorage
Wed Oct 14, 2015 5:46 am
Forum: PowerShell GUIs
Topic: Populate a Textbox on GUI startup
Replies: 3
Views: 4445

Re: Populate a Textbox on GUI startup

Awesome links from both of you! Thanks!
by ServerStorage
Tue Oct 13, 2015 11:39 am
Forum: PowerShell GUIs
Topic: Populate a Textbox on GUI startup
Replies: 3
Views: 4445

Populate a Textbox on GUI startup

I have download the trial PowerShell Studio 2015 and getting familiar. I have wrote some small PS GUI in the past and new job there is a need for PS GUI's here. As a start to get used to PS Studio 2015, I am working with creating simple form. First thing I have tried I am stuck on. I want to create ...