PowerShell: Allowed Characters in Function Name
Function name can contain: hyphen -, lowline _, question mark ?, exclamation !.
Letter case does not matter.
By PowerShell convention, you should just use letters and hyphen -.
Function name can contain: hyphen -, lowline _, question mark ?, exclamation !.
Letter case does not matter.
By PowerShell convention, you should just use letters and hyphen -.