Search found 124 matches

by CitrixITM
Fri Oct 12, 2018 9:55 am
Forum: PowerShell GUIs
Topic: progress bar overlay color
Replies: 1
Views: 1430

progress bar overlay color

Powershell Studio

Currently, all my progress bar overlay's are green. I would like them to start yellow until they hit 100% and then it can turn green. Is this possible? I didn't see a color control.
green.JPG
green.JPG (18.22 KiB) Viewed 1430 times
Thanks
by CitrixITM
Wed Nov 29, 2017 1:47 pm
Forum: PowerShell
Topic: commands are grayed out
Replies: 10
Views: 6359

Re: commands are grayed out

I added a checkbox by AzureRM, but still doesn't seem to work. Also, there is a lot of duplication it looks like:
3.jpg
3.jpg (2.21 MiB) Viewed 1138 times
by CitrixITM
Wed Nov 29, 2017 1:19 pm
Forum: PowerShell
Topic: commands are grayed out
Replies: 10
Views: 6359

Re: commands are grayed out

I'm not sure what you mean by "no label". All of the modules seem to have appropriate names. Also, I did open up the Product Manual and could not find anything about the cache editor. It looks like the Azure module I can expand to see all the commands. The AzureRM modules don't expand. Whe...
by CitrixITM
Wed Nov 29, 2017 1:09 pm
Forum: PowerShell
Topic: commands are grayed out
Replies: 10
Views: 6359

Re: commands are grayed out

Here are the Modules listed in the Object Browser:
2.jpg
2.jpg (216.68 KiB) Viewed 5184 times
by CitrixITM
Wed Nov 29, 2017 12:59 pm
Forum: PowerShell
Topic: commands are grayed out
Replies: 10
Views: 6359

Re: commands are grayed out

How do I get to the cache editor? It looks like the Azure modules are in the correct place.
2017-11-29_15-58-20.jpg
2017-11-29_15-58-20.jpg (119.32 KiB) Viewed 5189 times
by CitrixITM
Wed Nov 29, 2017 11:18 am
Forum: PowerShell
Topic: commands are grayed out
Replies: 10
Views: 6359

Re: commands are grayed out

Thank you, but as I stated I did refresh the local cache.
by CitrixITM
Wed Nov 29, 2017 10:59 am
Forum: PowerShell
Topic: commands are grayed out
Replies: 10
Views: 6359

commands are grayed out

Hello, I'm running Sapien PowerShell Studio 2017 (5.4.145.0). In my script, I import-module AzureRM. The issue that I am seeing is that all Azure related powershell scripts are coming in as gray in the editor (as if it doesn't recognize them). If I go to the Console, I can run those same grayed comm...
by CitrixITM
Tue Nov 14, 2017 5:18 pm
Forum: PowerShell GUIs
Topic: Output is formatted differently after build
Replies: 17
Views: 7046

Re: Output is formatted differently after build

I'm running PowerShell Studio 2017 5.4.145.0.

I understand now why I was getting the result that I got. I do not understand why it worked in Studio and then gave different output once built.
by CitrixITM
Tue Nov 14, 2017 11:03 am
Forum: PowerShell GUIs
Topic: Output is formatted differently after build
Replies: 17
Views: 7046

Re: Output is formatted differently after build

Thank you! I found that there was an out-string somewhere else so I was doing it twice. Once I added the width to the first out-string, it worked fine.

Thank you,
Brian
by CitrixITM
Tue Nov 14, 2017 9:38 am
Forum: PowerShell GUIs
Topic: Output is formatted differently after build
Replies: 17
Views: 7046

Re: Output is formatted differently after build

Yes, your example works fine. Mine doesn't. :)