PowerShell provides the capability to provide dynamically updateable help context for cmdlets and modules. As a best practice, Microsoft recommends running the
Update-Help cmdlet periodically to ensure you have the latest versions available of the cmdlet help content. You can also update help for individual cmdlets, all cmdlets, and even update help when you are not connected to the internet. You can view more details on how to use the
Update-Help cmdlet at the Microsoft Documentation site located at this link.
To update the Everpure PowerShell SDK version 2 help content, use the command:
Update-Help -Module PureStoragePowerShellSDK2
To update the Everpure PowerShell SDK version 1 help content, use the command:
Update-Help -Module PureStoragePowerShellSDK