Skip to content

Commit c01fb9e

Browse files
authored
more cats fixes (#4861)
1 parent 8d2a16a commit c01fb9e

File tree

86 files changed

+57
-183
lines changed

Some content is hidden

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

86 files changed

+57
-183
lines changed

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-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/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)

reference/3.0/PSWorkflow/About/about_InlineScript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ Test-Workflow
159159

160160
[PSWorkflow](../PSWorkflow.md) cmdlets
161161

162-
[Workflows Guide](../../../docs-conceptual/components/workflows-guide.md)
162+
[Workflows Guide](/powershell/scripting/components/workflows-guide)
163163

164164
[Writing a Windows PowerShell Workflow](/powershell/developer/workflow/writing-a-windows-powershell-workflow)

reference/3.0/PSWorkflow/About/about_Suspend-Workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ PSComputerName : localhost
130130

131131
[PSWorkflow](../PSWorkflow.md) cmdlets
132132

133-
[Workflows Guide](../../../docs-conceptual/components/workflows-guide.md)
133+
[Workflows Guide](/powershell/scripting/components/workflows-guide)
134134

135135
[Writing a Windows PowerShell Workflow](/powershell/developer/workflow/writing-a-windows-powershell-workflow)

reference/3.0/PSWorkflow/About/about_WorkflowCommonParameters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Runs the workflow as a workflow job. The workflow command immediately returns
4949
an object that represents a parent job. The parent job contains the child jobs
5050
that are running on each of the target computers. To manage the job, use the
5151
Job cmdlets. To get the job results, use
52-
[Receive-Job](../../Microsoft.PowerShell.CoreReceive-Job.md).
52+
[Receive-Job](../../Microsoft.PowerShell.Core/Receive-Job.md).
5353

5454
#### -JobName \<String\>
5555

@@ -154,8 +154,8 @@ Certificates are used in client certificate-based authentication. They can only
154154
be mapped to local user accounts; they do not work with domain accounts.
155155

156156
To get a certificate, use the
157-
[Get-Item](../../Microsoft.PowerShell.Core/Get-Item.md) or [Get-ChildItem]
158-
(../../Microsoft.PowerShell.Core/Get-Childitem.md) cmdlets in the Windows
157+
[Get-Item](../../Microsoft.PowerShell.Management/Get-Item.md) or [Get-ChildItem]
158+
(../../Microsoft.PowerShell.Management/Get-Childitem.md) cmdlets in the Windows
159159
PowerShell Cert: drive.
160160

161161
#### -PSComputerName \<String[]\>

0 commit comments

Comments
 (0)