Search found 3 matches

by madmonky
Wed Aug 22, 2018 4:15 pm
Forum: PowerShell
Topic: PowerShell ExternalHelp
Replies: 8
Views: 2770

Re: PowerShell ExternalHelp

Unfortunately, that is not working for me for some reason. I placed the module in the $env:USERPROFILE\Documents\WindowsPowerShell\Modules folder under a subfolder with the same name as the module and still help does not come up.
by madmonky
Fri Aug 17, 2018 11:54 am
Forum: PowerShell
Topic: PowerShell ExternalHelp
Replies: 8
Views: 2770

Re: PowerShell ExternalHelp

This is what I've done: Module name is MyFirstModule Module directory is D:\MyFirstModule Help file name D:\MyFirstModule\en-US\MyFirstModule.psm1-Help.xml My module is comprised of a .PSD1, a .PSM1 and several .PS1 files. The .PSM1 file is emply. The .PSD1 uses the NestModules array to include all ...
by madmonky
Fri Aug 17, 2018 5:10 am
Forum: PowerShell
Topic: PowerShell ExternalHelp
Replies: 8
Views: 2770

PowerShell ExternalHelp

I'm having an issue using ExternalHelp and cannot figure what I'm doing wrong. I'm using PowerShell Studio 2018 to create my PowerShell Script Module and PowerShell HelpWriter 2018 to write my help documentation. The XML file generated by PowerShell HelpWriter is in the en-US sub directory of my Pow...