Search found 3 matches

by lucidqdreams
Mon Jan 04, 2016 3:42 pm
Forum: PowerShell Studio
Topic: Active Intelli Sense
Replies: 3
Views: 5587

Re: Active Intelli Sense

That seems very very clunky. I still have to type the path out to the node information. There is not tab completion, or intellisense at all. To confirm your suggested method. 1, write code in script editor - [xml]$x = Get-Content c:\temp1\vdg_new\XML\DiagramManifest.xml 2 , run in console 3 , type t...
by lucidqdreams
Wed Dec 30, 2015 11:13 am
Forum: PowerShell Studio
Topic: Active Intelli Sense
Replies: 3
Views: 5587

Active Intelli Sense

Product, version and build: just installed, latest 32 or 64 bit version of product:powershell studio 2015 Operating system:win10 32 or 64 bit OS:64 I am trying to test using this as a replacement for powergui. One of the key aspects of Powergui I very much liked is the intelli sense while I am devel...
by lucidqdreams
Tue Dec 22, 2015 2:05 pm
Forum: Former and Future Customers - Questions
Topic: Persistent session variables?
Replies: 1
Views: 4297

Persistent session variables?

I am trying to build a form related to Azure code. I don't want to have to run the login sequence each time, but this is valid for "release". If I run the login-azurermaccount manually how can I keep the login session information persistent so I can comment it out and next time I run it fo...