Search found 30 matches

by WSUsoftware
Thu Aug 24, 2017 6:10 am
Forum: PowerShell Studio
Topic: Error signing system tray application
Replies: 4
Views: 1663

Re: Error signing system tray application

Sorry for the late response, I was at training for a few weeks. The latest update fixed the issue!
by WSUsoftware
Fri Jul 28, 2017 11:14 am
Forum: PowerShell Studio
Topic: Error signing system tray application
Replies: 4
Views: 1663

Error signing system tray application

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: Powershell Studio ...
by WSUsoftware
Tue Jun 27, 2017 11:41 am
Forum: PowerShell Studio
Topic: Not seeing new packaging options after update today.
Replies: 1
Views: 840

Not seeing new packaging options after update today.

Product, version and build: Powershell Studio 2017, Version 5.4.141 Product bit version: 64 bit version OS: Windows 10 (1703) 64-bit Powershell version: 5.1 Based on the update notes for the release today, I thought there were supposed to be new packager engines according to this article: https://w...
by WSUsoftware
Thu Jun 22, 2017 12:08 pm
Forum: PowerShell
Topic: Powershell 'Encrypt Used Space Only' Issue
Replies: 1
Views: 1945

Powershell 'Encrypt Used Space Only' Issue

Hi, I'm having trouble figuring out something that is happening when I am Enabling Bitlocker on machines. I have a script that runs on various different computers and enables bitlocker. The command I am using is: Enable-Bitlocker -MountPoint C: -RecoveryPasswordProtector -SkipHardwareTest -UsedSpace...
by WSUsoftware
Fri Nov 04, 2016 1:54 pm
Forum: PowerShell GUIs
Topic: Imagelist with AddRange from a CSV file
Replies: 5
Views: 3460

Re: Imagelist with AddRange from a CSV file

I believe that worked. I'm not getting any error anymore. Something I didn't realize until the code you supplied is that with my method for populating the ListView only used the first image from the ImageList to be the icon for all the tiles. This is the command I used: Add-ListViewItem -ListView $l...
by WSUsoftware
Fri Nov 04, 2016 12:52 pm
Forum: PowerShell GUIs
Topic: Imagelist with AddRange from a CSV file
Replies: 5
Views: 3460

Imagelist with AddRange from a CSV file

I am making a form to install software. I am using a ListView that is populated by a CSV file. The "tiles" per say that are visible get the text value from a Name column in the CSV. I want to populate the image part of the tile with icons as well. I have this setup using an ImageList and h...
by WSUsoftware
Wed Jul 13, 2016 6:05 am
Forum: PowerShell Studio
Topic: Advantage to using projects
Replies: 1
Views: 1476

Advantage to using projects

Product, version and build: Powershell Studio 2016 version 5.2.124 32 or 64 bit version of product: 64 bit Operating system: Windows 10 32 or 64 bit OS: 64 bit PowerShell Version: v5 Sorry for a super simple and possibly dumb question, but I didn't find any great articles explaining it. I'm in the p...
by WSUsoftware
Tue Mar 22, 2016 1:16 pm
Forum: PowerShell
Topic: New wireless connection Windows 10
Replies: 5
Views: 3441

Re: New wireless connection Windows 10

Unfortunately I can't use stored credentials. This is being used as part of a laptop personalization process for new users. They have credentials to connect to the Wireless Profile/Network as part of Group Policy. I used the "netsh wlan add profile filepath="filepath.xml" to add the n...
by WSUsoftware
Tue Mar 22, 2016 1:00 pm
Forum: PowerShell
Topic: New wireless connection Windows 10
Replies: 5
Views: 3441

Re: New wireless connection Windows 10

I use the commands in that link to "connect". It says connection successfully completed but then it won't prompt the user for login credentials to authenticate automatically. Once you just physically click on this icon it automatically brings up the window for wireless credentials and once...
by WSUsoftware
Tue Mar 22, 2016 12:41 pm
Forum: PowerShell
Topic: New wireless connection Windows 10
Replies: 5
Views: 3441

New wireless connection Windows 10

Product, version and build: PS Studio 2016, 5.2.117 32 or 64 bit version of product: 64bit Operating system: Windows 10 32 or 64 bit OS: 64bit I am trying to write a very small powershell script, most likely less than 10 lines to connect to a new wireless network and connect via username and passwor...