Skip to content

Commit 515b7d8

Browse files
committed
Updated format
1 parent 9d20c22 commit 515b7d8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

PowerShellBestPractices.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ The following guidelines come from a combined effort from both the PowerShell te
2222
###Severity: Information
2323

2424
###Severity: TBD
25-
- Support Force Parameter for Interactive Session
26-
- If your cmdlet is used interactively, always provide a Force parameter to override the interactive actions, such as prompts or reading lines of input). This is important because it allows your cmdlet to be used in non-interactive scripts and hosts. The following methods can be implemented by an interactive host.
27-
- Document Output Objects
28-
- Module must be loadable
29-
- No syntax errors
30-
- Unresolved dependencies are an error
31-
- Derive from the Cmdlet or PSCmdlet Classes
32-
- Specify the Cmdlet Attribute
33-
- Override an Input Processing Method
34-
- Specify the OutputType Attribute
35-
- Write Single Records to the Pipeline
36-
- Make Cmdlets Case-Insensitive and Case-Preserving
25+
- Support Force Parameter for Interactive Session
26+
- If your cmdlet is used interactively, always provide a Force parameter to override the interactive actions, such as prompts or reading lines of input). This is important because it allows your cmdlet to be used in non-interactive scripts and hosts. The following methods can be implemented by an interactive host.
27+
- Document Output Objects
28+
- Module must be loadable
29+
- No syntax errors
30+
- Unresolved dependencies are an error
31+
- Derive from the Cmdlet or PSCmdlet Classes
32+
- Specify the Cmdlet Attribute
33+
- Override an Input Processing Method
34+
- Specify the OutputType Attribute
35+
- Write Single Records to the Pipeline
36+
- Make Cmdlets Case-Insensitive and Case-Preserving
3737

3838

3939
##Script Functions

0 commit comments

Comments
 (0)