Introduction
Comment-based help lets you add instructions inside your PowerShell scripts. It helps others understand what your script or function does.
You write a script and want to explain what it does.
You create a function and want to show how to use it.
You want to provide examples inside your script for users.
You want to add details about parameters your script accepts.
You want to make your script easier to maintain and share.