Skip to content

Commit ed34aa3

Browse files
authored
Merge pull request #4867 from MicrosoftDocs/staging
Merge latest changes to live
2 parents 5c06fde + d0a3fce commit ed34aa3

File tree

136 files changed

+1391
-788
lines changed

Some content is hidden

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

136 files changed

+1391
-788
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ReferenceDocset = Join-Path $PSScriptRoot 'reference'
3232

3333
# Go through all the directories in the reference folder
3434
$jobs = [System.Collections.Generic.List[object]]::new()
35-
$excludeList = 'docs-conceptual', 'mapping', 'bread', '7'
35+
$excludeList = 'module', 'media', 'docs-conceptual', 'mapping', 'bread', '7'
3636
Get-ChildItem $ReferenceDocset -Directory -Exclude $excludeList | ForEach-Object -Process {
3737
$job = Start-ThreadJob -Name $_.Name -ArgumentList @($SkipCabs,$pandocExePath,$PSScriptRoot,$_) -ScriptBlock {
3838
param($SkipCabs, $pandocExePath, $WorkingDirectory, $DocSet)

reference/3.0/Microsoft.PowerShell.Core/About/about_PowerShell_Ise_exe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ PS C:> ISE -help
117117

118118
[about_Windows_PowerShell_ISE](about_Windows_PowerShell_ISE.md)
119119

120-
[Windows PowerShell Integrated Scripting Environment (ISE)](../../../docs-conceptual/components/ise/Windows-PowerShell-Integrated-Scripting-Environment--ISE-.md)
120+
[Windows PowerShell Integrated Scripting Environment (ISE)](/powershell/scripting/components/ise/Windows-PowerShell-Integrated-Scripting-Environment--ISE-)

reference/3.0/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ Runs commands on local and remote computers.
9494
### [Invoke-History](Invoke-History.md)
9595
Runs commands from the session history.
9696

97-
### [Microsoft.PowerShell.Core](Microsoft.PowerShell.Core.md)
98-
This section contains the help topics for the cmdlets that are installed with PowerShell Microsoft.PowerShell.Core module. The Core module contains cmdlets and providers that manage the basic features of PowerShell.
99-
10097
### [New-Module](New-Module.md)
10198
Creates a new dynamic module that exists only in memory.
10299

reference/3.0/Microsoft.PowerShell.Core/New-PSSession.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ The format of this string is as follows:
357357

358358
The default value is as follows:
359359

360-
http://localhost:5985/WSMAN
360+
`http://localhost:5985/WSMAN`
361361

362362
If you do not specify a **ConnectionURI**, you can use the **UseSSL**, **ComputerName**, **Port**, and **ApplicationName** parameters to specify the **ConnectionURI** values.
363363

reference/3.0/Microsoft.PowerShell.Core/New-PSSessionConfigurationFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ This cmdlet does not generate any output.
889889

890890
[Unregister-PSSessionConfiguration](Unregister-PSSessionConfiguration.md)
891891

892-
[WSMan Provider](../Microsoft.WsMan.Management/Providers/WSMan-Provider.md)
892+
[WSMan Provider](../Microsoft.WsMan.Management/About/about_WSMan_Provider.md)
893893

894894
[about_Session_Configurations](About/about_Session_Configurations.md)
895895

reference/3.0/Microsoft.PowerShell.Diagnostics/Get-Counter.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,6 @@ command. To set different values for different counters, enter separate `Get-Cou
639639

640640
[Get-Member](../Microsoft.PowerShell.Utility/Get-Member.md)
641641

642-
[Microsoft.PowerShell.Diagnostics](Microsoft.PowerShell.Diagnostics.md)
643-
644642
[Receive-Job](../Microsoft.PowerShell.Core/Receive-Job.md)
645643

646644
[Start-Job](../Microsoft.PowerShell.Core/Start-Job.md)

reference/3.0/Microsoft.PowerShell.Management/Restart-Computer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,4 @@ problem.
541541

542542
[Get-Credential](../Microsoft.PowerShell.Security/Get-Credential.md)
543543

544-
[Microsoft.PowerShell.Management](Microsoft.PowerShell.Management.md)
545-
546544
[WS-Management Protocol](/windows/desktop/WinRM/ws-management-protocol)

reference/3.0/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ the basic security features of Windows.
1919

2020
## Microsoft.PowerShell.Security Cmdlets
2121

22-
### [about_Certificate_Provider](About/about_Certificate_Provider.md)
23-
Provides access to X.509 certificate stores and certificates in PowerShell.
24-
2522
### [ConvertFrom-SecureString](ConvertFrom-SecureString.md)
2623
Converts a secure string to an encrypted standard string.
2724

reference/3.0/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
2-
ms.date: 12/13/2018
3-
schema: 2.0.0
4-
locale: en-us
5-
keywords: powershell,cmdlet
2+
ms.date: 12/13/2018
3+
schema: 2.0.0
4+
locale: en-us
5+
keywords: powershell,cmdlet
66
online version: https://go.microsoft.com/fwlink/?linkid=217034
7-
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
8-
title: Invoke-RestMethod
7+
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
8+
title: Invoke-RestMethod
99
---
1010
# Invoke-RestMethod
1111

1212
## Synopsis
13-
1413
Sends an HTTP or HTTPS request to a RESTful web service.
1514

1615
## Syntax
@@ -45,10 +44,10 @@ This cmdlet is introduced in Windows PowerShell 3.0.
4544

4645
```powershell
4746
Invoke-RestMethod -Uri https://blogs.msdn.microsoft.com/powershell/feed/ |
48-
Format-Table -Property Title, pubDate
47+
Format-Table -Property Title, pubDate
4948
```
5049

51-
```
50+
```Output
5251
Title pubDate
5352
----- -------
5453
Join the PowerShell 10th Anniversary Celebration! Tue, 08 Nov 2016 23:00:04 +0000
@@ -63,7 +62,7 @@ PowerShell DSC and implicit remoting broken in KB3176934 Tue, 23 Aug
6362
PowerShell on Linux and Open Source! Thu, 18 Aug 2016 15:32:02 +0000
6463
```
6564

66-
This command uses the `Invoke-RestMethod` cmdlet to get information from the Windows PowerShell Blog RSS feed.
65+
This command uses the `Invoke-RestMethod` cmdlet to get information from the PowerShell Blog RSS feed.
6766
The command uses the `Format-Table` cmdlet to display the values of the **Title** and **pubDate** properties of each blog in a table.
6867

6968
### Example 2
@@ -139,10 +138,10 @@ When the body is a form, or it is the output of another `Invoke-WebRequest` call
139138
For example:
140139

141140
```powershell
142-
$R = Invoke-WebRequest http://website.com/login.aspx
141+
$R = Invoke-WebRequest https://website.com/login.aspx
143142
$R.Forms[0].Name = "MyName"
144143
$R.Forms[0].Password = "MyPassword"
145-
Invoke-RestMethod http://website.com/service.aspx -Body $R.Forms[0]
144+
Invoke-RestMethod https://website.com/service.aspx -Body $R.Forms[0]
146145
```
147146

148147
```yaml
@@ -558,7 +557,7 @@ To test a website with the standard user agent string that is used by most Inter
558557
For example, the following command uses the user agent string for Internet
559558

560559
```powershell
561-
Invoke-WebRequest -Uri http://website.com/ -UserAgent (\[Microsoft.PowerShell.Commands.PSUserAgent\]::InternetExplorer)
560+
Invoke-WebRequest -Uri https://website.com/ -UserAgent ([Microsoft.PowerShell.Commands.PSUserAgent]::InternetExplorer)
562561
```
563562

564563
```yaml
@@ -605,7 +604,7 @@ Accept wildcard characters: False
605604

606605
### CommonParameters
607606

608-
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](..\Microsoft.PowerShell.Core\About\about_CommonParameters.md).
607+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
609608

610609
## Inputs
611610

@@ -632,3 +631,4 @@ If the request returns JSON strings, `Invoke-RestMethod` returns a PSObject that
632631
[ConvertFrom-Json](ConvertFrom-Json.md)
633632

634633
[Invoke-WebRequest](Invoke-WebRequest.md)
634+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ This cmdlet does not generate any output.
189189
190190
[Out-File](Out-File.md)
191191
192-
[FileSystem Provider](../Microsoft.PowerShell.Core/Providers/FileSystem-Provider.md)
192+
[FileSystem Provider](../Microsoft.PowerShell.Core/about/about_FileSystem_Provider.md)

0 commit comments

Comments
 (0)