Best Practice for PowerShell Functions
PowerTip of the Day, from PowerShell.com: This is a best-practice message: when you create your own function, here are some things you should consider: – Function name: use cmdlet naming syntax (Verb-Noun), and for verbs, stick to the list of approved verbs. For the noun part, use a meaningful English term, and use singular,… Continue reading Best Practice for PowerShell Functions