powershell function argument code example
Example 1: how to I list powershell functions
dir function:
Example 2: powershell function
Function Function-Name ($argument) {
}
dir function:
Function Function-Name ($argument) {
}