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