Skip to content

Commit 9110fa2

Browse files
Merge pull request #1636 from matt9ucci/patch-3
Fix link for KB3000850
2 parents a2a0dac + a359f4d commit 9110fa2

11 files changed

+22
-24
lines changed

reference/4.0/PSDesiredStateConfiguration/Remove-DscConfigurationDocument.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Remove-DscConfigurationDocument -Stage <Stage> [-Force] [-CimSession <CimSession
2121
```
2222

2323
## DESCRIPTION
24-
The **Remove-DscConfigurationDocument** cmdlet removes a configuration document.
25-
During configuration, the Start-DscConfiguration cmdlet copies a .mof file into to a folder on the target computer.
24+
The `Remove-DscConfigurationDocument` cmdlet removes a configuration document.
25+
During configuration, the `Start-DscConfiguration` cmdlet copies a .mof file into to a folder on the target computer.
2626
This cmdlet removes that configuration document and does additional cleanup.
2727

28-
This cmdlet is available only as part of the November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2http://support.microsoft.com/en-us/kb/3000850 (http://support.microsoft.com/en-us/kb/3000850) from the Microsoft Support library.
28+
This cmdlet is available only as part of the [November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2](https://support.microsoft.com/kb/3000850) from the Microsoft Support library.
2929
Before you use this cmdlet, review the information in What's New in Windows PowerShellhttp://technet.microsoft.com/library/hh857339.aspx (http://technet.microsoft.com/library/hh857339.aspx) in the TechNet library.
3030

3131
## EXAMPLES

reference/4.0/PSDesiredStateConfiguration/Stop-DscConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Stop-DscConfiguration [-Force] [-CimSession <CimSession[]>] [-ThrottleLimit <Int
2121
```
2222

2323
## DESCRIPTION
24-
The **Stop-DscConfiguration** cmdlet stops a configuration job that is currently running.
24+
The `Stop-DscConfiguration` cmdlet stops a configuration job that is currently running.
2525
Specify which computers this cmdlet applies to by using Common Information Model (CIM) sessions.
2626
If there is no configuration job running, this cmdlet returns a warning message.
2727

28-
This cmdlet is available only as part of the November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2http://support.microsoft.com/en-us/kb/3000850 (http://support.microsoft.com/en-us/kb/3000850) from the Microsoft Support library.
28+
This cmdlet is available only as part of the [November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2](https://support.microsoft.com/kb/3000850) from the Microsoft Support library.
2929
Before you use this cmdlet, review the information in What's New in Windows PowerShellhttp://technet.microsoft.com/library/hh857339.aspx (http://technet.microsoft.com/library/hh857339.aspx) in the TechNet library.
3030

3131
## EXAMPLES

reference/4.0/PSDesiredStateConfiguration/Update-DscConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Update-DscConfiguration -CimSession <CimSession[]> [-Wait] [-JobName <String>] [
2828
```
2929

3030
## DESCRIPTION
31-
The **Update-DscConfiguration** cmdlet runs the existing configuration present on a computer or connects to a pull server and then applies the current configuration to the computer.
31+
The `Update-DscConfiguration` cmdlet runs the existing configuration present on a computer or connects to a pull server and then applies the current configuration to the computer.
3232

33-
This cmdlet is available only as part of the November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2http://support.microsoft.com/en-us/kb/3000850 (http://support.microsoft.com/en-us/kb/3000850) from the Microsoft Support library.
33+
This cmdlet is available only as part of the [November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2](https://support.microsoft.com/kb/3000850) from the Microsoft Support library.
3434
Before you use this cmdlet, review the information in What's New in Windows PowerShellhttp://technet.microsoft.com/library/hh857339.aspx (http://technet.microsoft.com/library/hh857339.aspx) in the TechNet library.
3535

3636
## EXAMPLES

reference/5.0/PSDesiredStateConfiguration/Remove-DscConfigurationDocument.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Remove-DscConfigurationDocument -Stage <Stage> [-Force] [-CimSession <CimSession
2121
```
2222

2323
## DESCRIPTION
24-
The **Remove-DscConfigurationDocument** cmdlet removes a configuration document (.mof file) from the Windows PowerShell Desired State Configuration (DSC) configuration store.
25-
During configuration, the Start-DscConfiguration cmdlet copies a .mof file to a folder on the target computer.
24+
The `Remove-DscConfigurationDocument` cmdlet removes a configuration document (.mof file) from the Windows PowerShell Desired State Configuration (DSC) configuration store.
25+
During configuration, the `Start-DscConfiguration` cmdlet copies a .mof file to a folder on the target computer.
2626
This cmdlet removes that configuration document and does additional cleanup.
2727

28-
This cmdlet is available only as part of the November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2http://support.microsoft.com/en-us/kb/3000850 (http://support.microsoft.com/en-us/kb/3000850) from the Microsoft Support library.
28+
This cmdlet is available only as part of the [November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2](https://support.microsoft.com/kb/3000850) from the Microsoft Support library.
2929
Before you use this cmdlet, review the information in What's New in Windows PowerShellhttp://technet.microsoft.com/library/hh857339.aspx (http://technet.microsoft.com/library/hh857339.aspx) in the TechNet library.
3030

3131
## EXAMPLES

reference/5.0/PSDesiredStateConfiguration/Stop-DscConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Stop-DscConfiguration [-Force] [-CimSession <CimSession[]>] [-ThrottleLimit <Int
2121
```
2222

2323
## DESCRIPTION
24-
The **Stop-DscConfiguration** cmdlet stops a configuration job that is currently running.
24+
The `Stop-DscConfiguration` cmdlet stops a configuration job that is currently running.
2525
Specify which computers this cmdlet applies to by using Common Information Model (CIM) sessions.
2626
If there is no configuration job running, this cmdlet returns a warning message.
2727

28-
This cmdlet is available only as part of the November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2http://support.microsoft.com/en-us/kb/3000850 (http://support.microsoft.com/en-us/kb/3000850) from the Microsoft Support library.
28+
This cmdlet is available only as part of the [November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2](https://support.microsoft.com/kb/3000850) from the Microsoft Support library.
2929
Before you use this cmdlet, review the information in What's New in Windows PowerShellhttp://technet.microsoft.com/library/hh857339.aspx (http://technet.microsoft.com/library/hh857339.aspx) in the TechNet library.
3030

3131
This cmdlet does not support the *Confirm* parameter.

reference/5.0/PSDesiredStateConfiguration/Update-DscConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Update-DscConfiguration [-Wait] [-JobName <String>] [-ThrottleLimit <Int32>] -Ci
2828
```
2929

3030
## DESCRIPTION
31-
The **Update-DscConfiguration** cmdlet connects to a pull server, downloads the configuration if it differs from what is current on the node, and then applies the configuration to the computer.
31+
The `Update-DscConfiguration` cmdlet connects to a pull server, downloads the configuration if it differs from what is current on the node, and then applies the configuration to the computer.
3232

33-
This cmdlet is available only as part of the November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2http://support.microsoft.com/en-us/kb/3000850 (http://support.microsoft.com/en-us/kb/3000850) from the Microsoft Support library.
33+
This cmdlet is available only as part of the [November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2](https://support.microsoft.com/kb/3000850) from the Microsoft Support library.
3434
Before you use this cmdlet, review the information in [What's New in Windows PowerShell](http://technet.microsoft.com/library/hh857339.aspx) in the TechNet library.
3535

3636
## EXAMPLES

reference/5.1/PSDesiredStateConfiguration/Remove-DscConfigurationDocument.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Remove-DscConfigurationDocument -Stage <Stage> [-Force] [-CimSession <CimSession
2121
```
2222

2323
## DESCRIPTION
24-
The **Remove-DscConfigurationDocument** cmdlet removes a configuration document (.mof file) from the Windows PowerShell Desired State Configuration (DSC) configuration store.
25-
During configuration, the Start-DscConfiguration cmdlet copies a .mof file to a folder on the target computer.
24+
The `Remove-DscConfigurationDocument` cmdlet removes a configuration document (.mof file) from the Windows PowerShell Desired State Configuration (DSC) configuration store.
25+
During configuration, the `Start-DscConfiguration` cmdlet copies a .mof file to a folder on the target computer.
2626
This cmdlet removes that configuration document and does additional cleanup.
2727

28-
This cmdlet is available only as part of the November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2http://support.microsoft.com/en-us/kb/3000850 (http://support.microsoft.com/en-us/kb/3000850) from the Microsoft Support library.
28+
This cmdlet is available only as part of the [November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2](https://support.microsoft.com/kb/3000850) from the Microsoft Support library.
2929
Before you use this cmdlet, review the information in What's New in Windows PowerShellhttp://technet.microsoft.com/library/hh857339.aspx (http://technet.microsoft.com/library/hh857339.aspx) in the TechNet library.
3030

3131
## EXAMPLES

reference/5.1/PSDesiredStateConfiguration/Stop-DscConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Stop-DscConfiguration [-Force] [-CimSession <CimSession[]>] [-ThrottleLimit <Int
2121
```
2222

2323
## DESCRIPTION
24-
The **Stop-DscConfiguration** cmdlet stops a configuration job that is currently running.
24+
The `Stop-DscConfiguration` cmdlet stops a configuration job that is currently running.
2525
Specify which computers this cmdlet applies to by using Common Information Model (CIM) sessions.
2626
If there is no configuration job running, this cmdlet returns a warning message.
2727

28-
This cmdlet is available only as part of the November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2http://support.microsoft.com/en-us/kb/3000850 (http://support.microsoft.com/en-us/kb/3000850) from the Microsoft Support library.
28+
This cmdlet is available only as part of the [November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2](https://support.microsoft.com/kb/3000850) from the Microsoft Support library.
2929
Before you use this cmdlet, review the information in What's New in Windows PowerShellhttp://technet.microsoft.com/library/hh857339.aspx (http://technet.microsoft.com/library/hh857339.aspx) in the TechNet library.
3030

3131
This cmdlet does not support the *Confirm* parameter.

reference/5.1/PSDesiredStateConfiguration/Update-DscConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Update-DscConfiguration [-Wait] [-JobName <String>] [-ThrottleLimit <Int32>] -Ci
2828
```
2929

3030
## DESCRIPTION
31-
The **Update-DscConfiguration** cmdlet connects to a pull server, downloads the configuration if it differs from what is current on the node, and then applies the configuration to the computer.
31+
The `Update-DscConfiguration` cmdlet connects to a pull server, downloads the configuration if it differs from what is current on the node, and then applies the configuration to the computer.
3232

33-
This cmdlet is available only as part of the November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2http://support.microsoft.com/en-us/kb/3000850 (http://support.microsoft.com/en-us/kb/3000850) from the Microsoft Support library.
33+
This cmdlet is available only as part of the [November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2](https://support.microsoft.com/kb/3000850) from the Microsoft Support library.
3434
Before you use this cmdlet, review the information in What's New in Windows PowerShellhttp://technet.microsoft.com/library/hh857339.aspx (http://technet.microsoft.com/library/hh857339.aspx) in the TechNet library.
3535

3636
## EXAMPLES

wmf/5.0/dsc_removeconfigdoc.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ keywords: wmf,powershell,setup
77

88
# Remove DSC documents
99

10-
When a configuration document is delivered to DSC, the document goes through various stages (pending, current, previous). We added a new cmdlet to DSC in Windows PowerShell 4.0,
11-
Remove-DscConfigurationDocument, as part of [KB3000850](https://support.microsoft.com/en-us/kb/3000850).
12-
10+
When a configuration document is delivered to DSC, the document goes through various stages (pending, current, previous). We added a new cmdlet to DSC in Windows PowerShell 4.0, `Remove-DscConfigurationDocument`, as part of [November 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2](https://support.microsoft.com/kb/3000850).

0 commit comments

Comments
 (0)