├── Checklists for Authoring PowerShell Help.pptx ├── Comment Based Help.snippet ├── Comment-based-help-template.txt ├── DuplicateXMLFiles_Svr2016RMT.txt ├── Get-LoremIpsum-help.xml ├── HowToWriteGreatHelpExamples.md ├── LICENSE ├── PesterTestsForHelp ├── InModule.Help.Tests.ps1 └── Module.Help.Tests.ps1 ├── PowerShell Help DeepDive-AsDelivered.pptx ├── PowerShell Help DeepDive.pptx ├── PowerShellHelpForModules.zip ├── README.md ├── about_Topic_Template.help.txt └── about_WineGlass.help.txt /Checklists for Authoring PowerShell Help.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/Checklists for Authoring PowerShell Help.pptx -------------------------------------------------------------------------------- /Comment Based Help.snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/Comment Based Help.snippet -------------------------------------------------------------------------------- /Comment-based-help-template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/Comment-based-help-template.txt -------------------------------------------------------------------------------- /DuplicateXMLFiles_Svr2016RMT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/DuplicateXMLFiles_Svr2016RMT.txt -------------------------------------------------------------------------------- /Get-LoremIpsum-help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/Get-LoremIpsum-help.xml -------------------------------------------------------------------------------- /HowToWriteGreatHelpExamples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/HowToWriteGreatHelpExamples.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/LICENSE -------------------------------------------------------------------------------- /PesterTestsForHelp/InModule.Help.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/PesterTestsForHelp/InModule.Help.Tests.ps1 -------------------------------------------------------------------------------- /PesterTestsForHelp/Module.Help.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/PesterTestsForHelp/Module.Help.Tests.ps1 -------------------------------------------------------------------------------- /PowerShell Help DeepDive-AsDelivered.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/PowerShell Help DeepDive-AsDelivered.pptx -------------------------------------------------------------------------------- /PowerShell Help DeepDive.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/PowerShell Help DeepDive.pptx -------------------------------------------------------------------------------- /PowerShellHelpForModules.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/PowerShellHelpForModules.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/README.md -------------------------------------------------------------------------------- /about_Topic_Template.help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/about_Topic_Template.help.txt -------------------------------------------------------------------------------- /about_WineGlass.help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juneb/PowerShellHelpDeepDive/HEAD/about_WineGlass.help.txt --------------------------------------------------------------------------------