Search found 71 matches

by juneblender
Wed Oct 21, 2015 12:03 pm
Forum: PowerShell HelpWriter
Topic: Import/Create with Custom Types
Replies: 4
Views: 21593

Re: Import/Create with Custom Types

When you run Get-Command -Module <ModuleName> on the cmdlets/functions in your module, are the results accurate? In particular, the command syntax and parameter attributes?
by juneblender
Mon Oct 19, 2015 4:42 pm
Forum: Former and Future Customers - Questions
Topic: Implementing HelpWriter Help files
Replies: 4
Views: 5632

Re: Implementing HelpWriter Help files

Hi, Mike. You solved it. If you're stuck again, try this blog post. I'll add it to the HelpWriter help.

Writing XML Help for Advanced Functions

(https://www.sapien.com/blog/2015/04/01/ ... functions/)
by juneblender
Mon Aug 31, 2015 6:13 am
Forum: PowerShell HelpWriter
Topic: Import help from module
Replies: 3
Views: 18828

Re: Import help from module

Thanks, Dave! Currently, we use Get-Module, which gets only modules in $env:PSModulePath. Getting modules from any path is definitely on our list. We'll add your vote for prioritizing this feature. I'll let David Corrales answer the profile question, but I don't believe we access any PowerShell prof...
by juneblender
Wed Aug 19, 2015 8:24 am
Forum: PowerShell
Topic: Using Microsoft Gateway services within PS Studio
Replies: 7
Views: 4358

Re: Using Microsoft Gateway services within PS Studio

Ian, are you using the Data Management Gateway? http://www.microsoft.com/en-us/download/details.aspx?id=39717
by juneblender
Tue Jul 14, 2015 8:00 am
Forum: Former and Future Customers - Questions
Topic: Enter-pssession eror: not implemented
Replies: 3
Views: 17685

Re: Enter-pssession eror: not implemented

Tamimh, when you run the same Enter-PSSession command in the PowerShell Studio console, does it work?
by juneblender
Thu Jul 09, 2015 4:12 pm
Forum: Former and Future Customers - Questions
Topic: Question regarding creating windows tools with a GUI
Replies: 3
Views: 3185

Re: Question regarding creating windows tools with a GUI

Hi, Daggaroth, David gave you a great start. I have just a few more suggestions. To learn Windows PowerShell from scratch, I would start with a beginner book, such as Learn Windows PowerShell in a Month of Lunches or Windows PowerShell 4.0 TFM . The help that's built into Windows PowerShell is full ...
by juneblender
Fri May 29, 2015 7:44 am
Forum: PowerShell HelpWriter
Topic: Help.xml and the PSModuleManifest
Replies: 1
Views: 17119

Re: Help.xml and the PSModuleManifest

Hi, Roswald. Thanks for the nice comments about HelpWriter. I'm pretty jazzed about this tool, too. There are no keys in the module manifest to indicate the existence or location of a help file for any module type. To write help for cmdlets defined a .dll, just put the help file (named for the dll: ...
by juneblender
Thu May 21, 2015 8:48 am
Forum: PowerShell Studio
Topic: New Project Module - Help not showing
Replies: 6
Views: 3203

Re: New Project Module - Help not showing

Joan, do you have the PSReadline module installed? Can you please tell me which PowerShell version you're running ($PSVersionTable)?

I can reproduce this behavior only when cutting/pasting into a console with PSReadline. Otherwise, I can get help for both functions, as expected.
by juneblender
Thu May 21, 2015 7:53 am
Forum: PowerShell Studio
Topic: New Project Module - Help not showing
Replies: 6
Views: 3203

Re: New Project Module - Help not showing

I'll take a look at this one. Thanks for reporting it. The rule is that comment-based help for a function that appears before the function (not inside the function script block) cannot be separated from the function keyword by more than 2 lines. Otherwise, the help is interpreted as being help for t...
by juneblender
Mon May 18, 2015 2:09 pm
Forum: PowerShell HelpWriter
Topic: Feature Request - Parameter Library
Replies: 3
Views: 18393

Re: Feature Request - Parameter Library

I've filed a feature request in our internal DB and added it to our next planning cycle. Thanks again for taking the time to explain the request.