Search found 55 matches

by weiyen.tan@gmail.com
Sat Feb 11, 2017 5:26 am
Forum: Wish List and Feature Requests
Topic: Powershell Helpwriter feature request
Replies: 1
Views: 2605

Powershell Helpwriter feature request

Love the Powershell help writer 2017. One small feature request. Is it possible to say right click on a cmdlet in the help writer and then select open in powershell studio?
This would be awesome.
by weiyen.tan@gmail.com
Wed Feb 01, 2017 10:19 am
Forum: PowerShell Studio
Topic: Unable to preview project forms
Replies: 3
Views: 1906

Re: Unable to preview project forms

Sorry about that Devlin, Loooks like at this stage it was me not being patient enough. Just waited a bit and everything came right. :)

BTW, a side question I noticed that in your screenshot you have helper functions. Does those get called into memory when the project is run?
by weiyen.tan@gmail.com
Wed Feb 01, 2017 2:50 am
Forum: PowerShell Studio
Topic: Unable to preview project forms
Replies: 3
Views: 1906

Unable to preview project forms

Product, version and build: 2017 v 5.4.135 (*** Please do not write "latest" as a version, specify a version number ***) 32 or 64 bit version of product: Operating system: Windows 10 32 or 64 bit OS: 64 bit PowerShell Version: v5 I decided to create a new form project and import some exist...
by weiyen.tan@gmail.com
Sat Aug 06, 2016 1:33 pm
Forum: PowerShell Studio
Topic: inline commenting in function builder
Replies: 1
Views: 1634

Re: inline commenting in function builder

Rechecked and found that it is called Insert Comment based help under the editor pane.
by weiyen.tan@gmail.com
Fri Aug 05, 2016 2:39 pm
Forum: PowerShell Studio
Topic: inline commenting in function builder
Replies: 1
Views: 1634

inline commenting in function builder

Product, version and build: 2016 32 or 64 bit version of product: 64 bit Operating system: windows 10 32 or 64 bit OS: 64 bit PowerShell Version: 5 I want to be able to have the help in a function inline in the function as a pose to having it outside. I remember there was a setting but I am not quit...
by weiyen.tan@gmail.com
Wed May 04, 2016 1:01 pm
Forum: PowerShell Studio
Topic: GUI panel for debugging
Replies: 1
Views: 1446

GUI panel for debugging

Product, version and build: 5.2.119 32 or 64 bit version of product: 64 bit Operating system: Windows 10 32 or 64 bit OS: 64 PowerShell Version: 5 I was wondering whether PowershellStudio has a panel to show debug information on say a variable. I know that I can break into the debug console from a b...
by weiyen.tan@gmail.com
Fri Mar 04, 2016 8:01 am
Forum: PowerShell Studio
Topic: Modifying Snippets location
Replies: 1
Views: 1456

Modifying Snippets location

Product, version and build: Powershell Studio 2016 32 or 64 bit version of product: 64 bit Operating system: Windows 10 32 or 64 bit OS: 64bit I would like to know if we can customize the snippet folder in Powershell Studio to use a central store? Instead of using the default drive on C:\ I would li...
by weiyen.tan@gmail.com
Sat Feb 27, 2016 12:54 am
Forum: PowerShell
Topic: Active Directory Module
Replies: 6
Views: 10421

Re: Active Directory Module

An example of implicit remoting by using invoke-command can be found https://technet.microsoft.com/en-us/mag ... 20181.aspx .
by weiyen.tan@gmail.com
Wed Feb 24, 2016 3:47 pm
Forum: PowerShell
Topic: Why do some of my parameters do not appear?
Replies: 17
Views: 8883

Re: Why do some of my parameters do not appear?

Ok thanks jvierra, Will post the entire script that is having the problem next time. Thank you for the help. Mike s more patent then I am. In the future it would help if you tried to reduce your issue to far fewer lines of code. Most forums are all volunteers and we don't want to spend a day on one ...
by weiyen.tan@gmail.com
Wed Feb 24, 2016 3:16 pm
Forum: PowerShell
Topic: Why do some of my parameters do not appear?
Replies: 17
Views: 8883

Re: Why do some of my parameters do not appear?

Thanks Mike I didnt even see the extra function... :roll:

I thought I had gone crazy...now everything is working as it should.