PowerShell Naming Conventions
Sources:
- **
Overview
Powershell object name
Object | Verb-Noun | Notation | Length | Plural | Prefix | Suffix | Example |
---|---|---|---|---|---|---|---|
Cmdlet | Yes | PascalCase (for Noun) | 50 | No | Yes | No | Import-PREFIXModule |
Function | Yes | PascalCase (for Noun) | 50 | No | Yes | No | Get-PREFIXDbRecord |
Parameter | No | PascalCase | 30 | No | No | No | MyParameter |
Useful Links
Resources
Appendix
Note created on 2024-05-09 and last modified on 2024-05-09.
Backlinks
(c) No Clocks, LLC | 2024