Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 857 Bytes

Powershell.md

File metadata and controls

17 lines (12 loc) · 857 Bytes

Powershell name convention

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