PowerShell: Allowed Characters in Function Name

By Xah Lee. Date: .

Function name can contain: hyphen -, lowline _, question mark ?, exclamation !.

Letter case does not matter.

By PowerShell convension, you should just use letters and hyphen -.

PowerShell: Define Function