Skip to content

Commit 58cf6e2

Browse files
committed
Bringing even with staging.
2 parents 9be49f4 + a92a29a commit 58cf6e2

File tree

752 files changed

+10126
-10386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

752 files changed

+10126
-10386
lines changed

dsc/authoringResourceComposite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ if ($PsDscContext.RunAsUser) {
205205
## See Also
206206
### Concepts
207207
* [Writing a custom DSC resource with MOF](authoringResourceMOF.md)
208-
* [Get Started with Windows PowerShell Desired State Configuration](overview.md)
208+
* [Get Started with Windows PowerShell Desired State Configuration](overview.md)

reference/3.0/Microsoft.PowerShell.Utility/Out-File.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can use this cmdlet instead of the redirection operator (\>) when you need t
4040
### Example 1: Send output to a file
4141

4242
```powershell
43-
PS C:\> Get-Process | Out-File -filepath C:\Test1\process.txt
43+
PS C:\> Get-Process | Out-File -FilePath C:\Test1\process.txt
4444
```
4545

4646
This command sends a list of processes on the computer to the Process.txt file.
@@ -333,4 +333,4 @@ If you pipe the output of `Out-File` to `Get-Member`, `Get-Member` reports that
333333

334334
[Out-String](Out-String.md)
335335

336-
[Tee-Object](Tee-Object.md)
336+
[Tee-Object](Tee-Object.md)

reference/5.0/PSDesiredStateConfiguration/Stop-DscConfiguration.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 2017-06-09
2+
ms.date: 06/09/2017
33
schema: 2.0.0
44
locale: en-us
55
keywords: powershell,cmdlet
@@ -63,7 +63,7 @@ For more information about Windows PowerShell background jobs, see [about_Jobs](
6363
```yaml
6464
Type: SwitchParameter
6565
Parameter Sets: (All)
66-
Aliases:
66+
Aliases:
6767

6868
Required: False
6969
Position: Named
@@ -111,7 +111,7 @@ If this parameter is not specified, the cmdlet cancels the configuration run aft
111111
```yaml
112112
Type: SwitchParameter
113113
Parameter Sets: (All)
114-
Aliases:
114+
Aliases:
115115

116116
Required: False
117117
Position: Named
@@ -128,7 +128,7 @@ The throttle limit applies only to the current cmdlet, not to the session or to
128128
```yaml
129129
Type: Int32
130130
Parameter Sets: (All)
131-
Aliases:
131+
Aliases:
132132
133133
Required: False
134134
Position: Named
@@ -180,5 +180,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
180180

181181
[Test-DscConfiguration](Test-DscConfiguration.md)
182182

183-
[Update-DscConfiguration](Update-DscConfiguration.md)
184-
183+
[Update-DscConfiguration](Update-DscConfiguration.md)

reference/5.0/PSDesiredStateConfiguration/Test-DscConfiguration.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 2017-06-09
2+
ms.date: 06/09/2017
33
schema: 2.0.0
44
locale: en-us
55
keywords: powershell,cmdlet
@@ -125,7 +125,7 @@ For more information about Windows PowerShell background jobs, see [about_Jobs](
125125
```yaml
126126
Type: SwitchParameter
127127
Parameter Sets: (All)
128-
Aliases:
128+
Aliases:
129129

130130
Required: False
131131
Position: Named
@@ -142,7 +142,7 @@ The default is the current session on the local computer.
142142
```yaml
143143
Type: CimSession[]
144144
Parameter Sets: CimSessionSet, CimSessionAndReferenceConfigurationSet, CimSessionAndPathSet
145-
Aliases:
145+
Aliases:
146146

147147
Required: True
148148
Position: Named
@@ -175,7 +175,7 @@ For more information, type `Get-Help Get-Credential`.
175175
```yaml
176176
Type: PSCredential
177177
Parameter Sets: ComputerNameSet, ComputerNameAndPathSet, ComputerNameAndReferenceConfigurationSet
178-
Aliases:
178+
Aliases:
179179
180180
Required: False
181181
Position: Named
@@ -191,7 +191,7 @@ The result includes information such as overall state, resources that are in the
191191
```yaml
192192
Type: SwitchParameter
193193
Parameter Sets: ComputerNameSet, CimSessionSet
194-
Aliases:
194+
Aliases:
195195
196196
Required: False
197197
Position: Named
@@ -207,7 +207,7 @@ The cmdlet tests the configuration against the desired state of computers specif
207207
```yaml
208208
Type: String
209209
Parameter Sets: ComputerNameAndPathSet, CimSessionAndPathSet
210-
Aliases:
210+
Aliases:
211211
212212
Required: True
213213
Position: 0
@@ -223,7 +223,7 @@ This cmdlet tests the configuration against the actual state of computers specif
223223
```yaml
224224
Type: String
225225
Parameter Sets: ComputerNameAndReferenceConfigurationSet, CimSessionAndReferenceConfigurationSet
226-
Aliases:
226+
Aliases:
227227
228228
Required: True
229229
Position: Named
@@ -240,7 +240,7 @@ The throttle limit applies only to the current cmdlet, not to the session or to
240240
```yaml
241241
Type: Int32
242242
Parameter Sets: (All)
243-
Aliases:
243+
Aliases:
244244
245245
Required: False
246246
Position: Named
@@ -268,5 +268,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
268268

269269
[Restore-DscConfiguration](Restore-DscConfiguration.md)
270270

271-
[Start-DscConfiguration](Start-DscConfiguration.md)
272-
271+
[Start-DscConfiguration](Start-DscConfiguration.md)

reference/5.0/PSDesiredStateConfiguration/Update-DscConfiguration.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 2017-06-09
2+
ms.date: 06/09/2017
33
schema: 2.0.0
44
locale: en-us
55
keywords: powershell,cmdlet
@@ -59,7 +59,7 @@ The default is the current session on the local computer.
5959
```yaml
6060
Type: CimSession[]
6161
Parameter Sets: CimSessionSet
62-
Aliases:
62+
Aliases:
6363

6464
Required: True
6565
Position: Named
@@ -107,7 +107,7 @@ For more information, type `Get-Help Get-Credential`.
107107
```yaml
108108
Type: PSCredential
109109
Parameter Sets: ComputerNameSet
110-
Aliases:
110+
Aliases:
111111
112112
Required: False
113113
Position: Named
@@ -127,7 +127,7 @@ If you specify the *Wait* parameter, do not specify this parameter.
127127
```yaml
128128
Type: String
129129
Parameter Sets: (All)
130-
Aliases:
130+
Aliases:
131131
132132
Required: False
133133
Position: Named
@@ -144,7 +144,7 @@ The throttle limit applies only to the current cmdlet, not to the session or to
144144
```yaml
145145
Type: Int32
146146
Parameter Sets: (All)
147-
Aliases:
147+
Aliases:
148148
149149
Required: False
150150
Position: Named
@@ -161,7 +161,7 @@ If you specify this parameter, do not specify the *JobName* parameter.
161161
```yaml
162162
Type: SwitchParameter
163163
Parameter Sets: (All)
164-
Aliases:
164+
Aliases:
165165
166166
Required: False
167167
Position: Named
@@ -209,5 +209,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
209209

210210
[Stop-DscConfiguration](Stop-DscConfiguration.md)
211211

212-
[Test-DscConfiguration](Test-DscConfiguration.md)
213-
212+
[Test-DscConfiguration](Test-DscConfiguration.md)

reference/5.0/PSReadline/Get-PSReadlineKeyHandler.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
ms.date: 2017-06-09
2+
ms.date: 06/09/2017
33
schema: 2.0.0
44
locale: en-us
55
keywords: powershell,cmdlet
66
online version: http://go.microsoft.com/fwlink/?LinkID=821449
77
external help file: Microsoft.PowerShell.PSReadLine.dll-Help.xml
88
title: Get-PSReadlineKeyHandler
99
---
10-
1110
# Get-PSReadlineKeyHandler
1211

1312
## SYNOPSIS
13+
1414
Gets the key bindings for the PSReadline module.
1515

1616
## SYNTAX
@@ -20,6 +20,7 @@ Get-PSReadlineKeyHandler [-Bound] [-Unbound] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
23+
2324
The **Get-PSReadlineKeyHandler** cmdlet gets key bindings.
2425
If you specify the *Bound* and *Unbound* parameters, this cmdlet returns all bound keys and unbound functions.
2526
If you specify *Bound*, but not *Unbound*, the cmdlet returns only bound keys.
@@ -28,13 +29,14 @@ If you specify *Unbound*, but not *Bound*, the cmdlet returns only unbound keys.
2829
## EXAMPLES
2930

3031
### Example 1: Get all key mappings
32+
3133
```
3234
PS C:\> Get-PSReadlineKeyHandler
3335
Key Function Description
3436
--- -------- -----------
35-
Enter AcceptLine Accept the input or move to the next line if input is missing a closing token.
37+
Enter AcceptLine Accept the input or move to the next line if input is missing a closing token.
3638
Shift+Enter AddLine Move the cursor to the next line without attempting to execute the input
37-
Escape RevertLine Equivalent to undo all edits (clears the line except lines imported from history)
39+
Escape RevertLine Equivalent to undo all edits (clears the line except lines imported from history)
3840
LeftArrow BackwardChar Move the cursor back one character
3941
RightArrow ForwardChar Move the cursor forward one character
4042
Ctrl+LeftArrow BackwardWord Move the cursor to the beginning of the current or previous word
@@ -51,11 +53,11 @@ Shift+Home SelectBackwardsLine Adjust the current selection to in
5153
Shift+End SelectLine Adjust the current selection to include from the cursor to the start of the line
5254
Delete DeleteChar Delete the character under the cursor
5355
Backspace BackwardDeleteChar Delete the charcter before the cursor
54-
Ctrl+Spacebar MenuComplete Complete the input if there is a single completion, otherwise complete the input by selecting from a menu o...
56+
Ctrl+Spacebar MenuComplete Complete the input if there is a single completion, otherwise complete the input by selecting from a menu o...
5557
Tab TabCompleteNext Complete the input using the next completion
5658
Shift+Tab TabCompletePrevious Complete the input using the previous completion
5759
Ctrl+a SelectAll Select the entire line. Moves the cursor to the end of the line
58-
Ctrl+c CopyOrCancelLine Either copy selected text to the clipboard, or if no text is selected, cancel editing the line with Cancel...
60+
Ctrl+c CopyOrCancelLine Either copy selected text to the clipboard, or if no text is selected, cancel editing the line with Cancel...
5961
Ctrl+C Copy Copy selected region to the system clipboard. If no region is selected, copy the whole line
6062
Ctrl+l ClearScreen Clear the screen and redraw the current line at the top of the screen
6163
Ctrl+r ReverseSearchHistory Search history backwards interactively
@@ -65,13 +67,14 @@ Ctrl+r ReverseSearchHistory Search history backwards interacti
6567
This command returns all key mappings, bound and unbound.
6668

6769
### Example 2: Get bound keys
70+
6871
```
6972
PS C:\> Get-PSReadlineKeyHandler -Bound
7073
Key Function Description
7174
--- -------- -----------
72-
Enter AcceptLine Accept the input or move to the next line if input is missing a closing token.
75+
Enter AcceptLine Accept the input or move to the next line if input is missing a closing token.
7376
Shift+Enter AddLine Move the cursor to the next line without attempting to execute the input
74-
Escape RevertLine Equivalent to undo all edits (clears the line except lines imported from history)
77+
Escape RevertLine Equivalent to undo all edits (clears the line except lines imported from history)
7578
LeftArrow BackwardChar Move the cursor back one character
7679
RightArrow ForwardChar Move the cursor forward one character
7780
Ctrl+LeftArrow BackwardWord Move the cursor to the beginning of the current or previous word
@@ -88,7 +91,7 @@ Shift+Home SelectBackwardsLine Adjust the current selection to in
8891
Shift+End SelectLine Adjust the current selection to include from the cursor to the start of the line
8992
Delete DeleteChar Delete the character under the cursor
9093
Backspace BackwardDeleteChar Delete the charcter before the cursor
91-
Ctrl+Spacebar MenuComplete Complete the input if there is a single completion, otherwise complete the input by selecting from a menu o...
94+
Ctrl+Spacebar MenuComplete Complete the input if there is a single completion, otherwise complete the input by selecting from a menu o...
9295
Tab TabCompleteNext Complete the input using the next completion
9396
…
9497
```
@@ -98,12 +101,13 @@ This command returns only bound keys and key combinations.
98101
## PARAMETERS
99102

100103
### -Bound
104+
101105
Indicates that this cmdlet returns functions that are bound.
102106

103107
```yaml
104108
Type: SwitchParameter
105109
Parameter Sets: (All)
106-
Aliases:
110+
Aliases:
107111

108112
Required: False
109113
Position: Named
@@ -113,12 +117,13 @@ Accept wildcard characters: False
113117
```
114118
115119
### -Unbound
120+
116121
Indicates that this cmdlet returns functions that are unbound.
117122
118123
```yaml
119124
Type: SwitchParameter
120125
Parameter Sets: (All)
121-
Aliases:
126+
Aliases:
122127

123128
Required: False
124129
Position: Named
@@ -128,16 +133,19 @@ Accept wildcard characters: False
128133
```
129134
130135
### CommonParameters
136+
131137
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
132138
133139
## INPUTS
134140
135-
###
141+
### None
142+
136143
You cannot pipe objects to this cmdlet.
137144
138145
## OUTPUTS
139146
140147
### PSConsoleUtilities.KeyHandler
148+
141149
This cmdlet returns one entry for each key binding, or chord, for bound functions and one entry for each unbound function.
142150
143151
## NOTES
@@ -150,5 +158,4 @@ This cmdlet returns one entry for each key binding, or chord, for bound function
150158
151159
[Set-PSReadlineOption](Set-PSReadlineOption.md)
152160
153-
[Set-PSReadlineKeyHandler](Set-PSReadlineKeyHandler.md)
154-
161+
[Set-PSReadlineKeyHandler](Set-PSReadlineKeyHandler.md)

0 commit comments

Comments
 (0)