79755733

Date: 2025-09-04 12:47:17
Score: 1
Natty:
Report link
    if ($PSBoundParameters.Count -eq 0) {
        Get-Help $MyInvocation.MyCommand.Name
        return
    }

Previous answers use $MyInvocation.MyCommand.Definition and it doesn't work for me

Reasons:
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Catalin DICU