The following script defines a not advanced function and gets help for it: <# .Synopsis Synopsis... .Parameter Param1 Param1... #> function Test-Help ($Param1) {} Get-Help Test-Help -FullNote the help section CommonParameters: <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).This section is misleading because not advanced functions or cmdlets do notsupport these parameters. Using these parameters results in errors.
Have you seen this problem before in this product?
Please wait...