diff --git a/reference/7.5/Microsoft.PowerShell.Core/Add-History.md b/reference/7.5/Microsoft.PowerShell.Core/Add-History.md
index cfc81afadb0f..cd03d669d993 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Add-History.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Add-History.md
@@ -31,7 +31,8 @@ about the session history, see [about_History](About/about_History.md).
The session history is managed separately from the history maintained by the **PSReadLine** module.
Both histories are available in sessions where **PSReadLine** is loaded. This cmdlet only works with
-the session history. For more information see, [about_PSReadLine](../PSReadLine/About/about_PSReadLine.md).
+the session history. For more information see,
+[about_PSReadLine](../PSReadLine/About/about_PSReadLine.md).
You can use the `Get-History` cmdlet to get the commands and pass them to `Add-History`, or you can
export the commands to a CSV or XML file, then import the commands, and pass the imported file to
@@ -122,9 +123,9 @@ PowerShell. The `Add-History` cmdlet then adds the commands in the file to the s
### -InputObject
-Specifies an array of entries to add to the history as **HistoryInfo** object to the session history.
-You can use this parameter to submit a **HistoryInfo** object, such as the ones that are returned by
-the `Get-History`, `Import-Clixml`, or `Import-Csv` cmdlets, to `Add-History`.
+Specifies an array of entries to add to the history as **HistoryInfo** object to the session
+history. You can use this parameter to submit a **HistoryInfo** object, such as the ones that are
+returned by the `Get-History`, `Import-Clixml`, or `Import-Csv` cmdlets, to `Add-History`.
```yaml
Type: System.Management.Automation.PSObject[]
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Clear-History.md b/reference/7.5/Microsoft.PowerShell.Core/Clear-History.md
index 9d73bd9b7254..6f4a803b35b0 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Clear-History.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Clear-History.md
@@ -256,7 +256,8 @@ wildcards to match commands in the PowerShell session history displayed by `Get-
enter more than one string, `Clear-History` deletes commands that match any of the strings. The
**CommandLine** parameter can be used with **Count**.
-For strings with a space, use single quotations. For more information, see [about_Quoting_Rules](About/about_Quoting_Rules.md).
+For strings with a space, use single quotations. For more information, see
+[about_Quoting_Rules](About/about_Quoting_Rules.md).
```yaml
Type: System.String[]
@@ -400,7 +401,8 @@ information, see [about_History](About/about_History.md).
The session history is managed separately from the history maintained by the **PSReadLine** module.
Both histories are available in sessions where **PSReadLine** is loaded. This cmdlet only works with
-the session history. For more information see, [about_PSReadLine](../PSReadLine/About/about_PSReadLine.md).
+the session history. For more information see,
+[about_PSReadLine](../PSReadLine/About/about_PSReadLine.md).
## RELATED LINKS
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Disable-ExperimentalFeature.md b/reference/7.5/Microsoft.PowerShell.Core/Disable-ExperimentalFeature.md
index e005e29c364d..6ce9274d074d 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Disable-ExperimentalFeature.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Disable-ExperimentalFeature.md
@@ -32,9 +32,9 @@ This cmdlet was introduced in PowerShell 6.2.
### Example 1: Disable an experimental feature
-In this example, if this experimental feature was previously enabled, then the `powershell.config.json`
-file is updated for the user to not enable that feature once PowerShell is restarted.
-Upon success nothing is output to the pipeline and only a warning message is displayed.
+In this example, if this experimental feature was previously enabled, then the
+`powershell.config.json` file is updated for the user to not enable that feature once PowerShell is
+restarted. Upon success nothing is output to the pipeline and only a warning message is displayed.
```powershell
Disable-ExperimentalFeature -Name PSImplicitRemotingBatching
@@ -142,6 +142,6 @@ Changes to state of an experimental feature only take effect on restart of Power
[Get-ExperimentalFeature](Get-ExperimentalFeature.md)
-[about_Experimental_Features](/powershell/module/microsoft.powershell.core/about/about_experimental_features)
+[about_Experimental_Features](About/about_Experimental_Features.md)
[Using Experimental Features](/powershell/scripting/learn/experimental-features)
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Disable-PSRemoting.md b/reference/7.5/Microsoft.PowerShell.Core/Disable-PSRemoting.md
index 5f88d0a1e869..084c436d9bd0 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Disable-PSRemoting.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Disable-PSRemoting.md
@@ -57,7 +57,8 @@ option.
### Example 1: Prevent remote access to all PowerShell session configurations
-This example prevents remote access to all PowerShell session endpoint configurations on the computer.
+This example prevents remote access to all PowerShell session endpoint configurations on the
+computer.
```powershell
Disable-PSRemoting
@@ -537,9 +538,9 @@ This cmdlet is only available on Windows platforms.
following changes manually.
1. Stop and disable the WinRM service.
- 2. Delete the listener that accepts requests on any IP address.
- 3. Disable the firewall exceptions for WS-Management communications.
- 4. Restore the value of the LocalAccountTokenFilterPolicy to 0, which restricts remote access to
+ 1. Delete the listener that accepts requests on any IP address.
+ 1. Disable the firewall exceptions for WS-Management communications.
+ 1. Restore the value of the LocalAccountTokenFilterPolicy to 0, which restricts remote access to
members of the Administrators group on the computer.
- A session endpoint configuration is a group of settings that define the environment for a session.
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Disconnect-PSSession.md b/reference/7.5/Microsoft.PowerShell.Core/Disconnect-PSSession.md
index c84df485da70..276299d9da27 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Disconnect-PSSession.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Disconnect-PSSession.md
@@ -193,7 +193,7 @@ and in the session configuration on the remote computer. Values set for the sess
over values set in the session configuration, but session values cannot exceed quotas set in the
session configuration, such as the **MaxIdleTimeoutMs** value.
-```
+```powershell
PS> $Timeout = New-PSSessionOption -IdleTimeout 172800000
PS> $s = New-PSSession -Computer Server01 -Name ITTask -SessionOption $Timeout
PS> Disconnect-PSSession -Session $s
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Enable-ExperimentalFeature.md b/reference/7.5/Microsoft.PowerShell.Core/Enable-ExperimentalFeature.md
index cd78fa42c6c5..b11255ece794 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Enable-ExperimentalFeature.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Enable-ExperimentalFeature.md
@@ -32,9 +32,9 @@ This cmdlet was introduced in PowerShell 6.2.
### Example 1: Enable an experimental feature
-In this example, if this experimental feature was previously disabled, then the `powershell.config.json`
-file is updated for the user to enable that feature once PowerShell is restarted.
-Upon success nothing is output to the pipeline and only a warning message is displayed.
+In this example, if this experimental feature was previously disabled, then the
+`powershell.config.json` file is updated for the user to enable that feature once PowerShell is
+restarted. Upon success nothing is output to the pipeline and only a warning message is displayed.
```powershell
Enable-ExperimentalFeature PSImplicitRemotingBatching
@@ -117,7 +117,8 @@ Accept wildcard characters: False
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).
+-WarningAction, and -WarningVariable. For more information, see
+[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
@@ -141,6 +142,6 @@ Changes to state of an experimental feature only take effect on restart of Power
[Get-ExperimentalFeature](Get-ExperimentalFeature.md)
-[about_Experimental_Features](/powershell/module/microsoft.powershell.core/about/about_experimental_features)
+[about_Experimental_Features](About/about_Experimental_Features.md)
[Using Experimental Features](/powershell/scripting/learn/experimental-features)
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Enable-PSRemoting.md b/reference/7.5/Microsoft.PowerShell.Core/Enable-PSRemoting.md
index 7884a028c0e4..635fb4c05fd1 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Enable-PSRemoting.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Enable-PSRemoting.md
@@ -83,8 +83,8 @@ option. This cmdlet is not available on Linux or macOS versions of PowerShell.
For more information about using PowerShell remoting, see the following articles:
-- [about_Remote_Requirements](about/about_Remote_Requirements.md)
-- [about_Remote](about/about_Remote.md)
+- [about_Remote_Requirements](About/about_Remote_Requirements.md)
+- [about_Remote](About/about_Remote.md)
## EXAMPLES
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Enable-PSSessionConfiguration.md b/reference/7.5/Microsoft.PowerShell.Core/Enable-PSSessionConfiguration.md
index 76c9c1e28c7c..f70d9b96df07 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Enable-PSSessionConfiguration.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Enable-PSSessionConfiguration.md
@@ -229,7 +229,8 @@ Accept wildcard characters: False
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).
+-WarningAction, and -WarningVariable. For more information, see
+[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Export-ModuleMember.md b/reference/7.5/Microsoft.PowerShell.Core/Export-ModuleMember.md
index 8912e8b19f56..160ebdd1fb2f 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Export-ModuleMember.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Export-ModuleMember.md
@@ -201,7 +201,8 @@ Accept wildcard characters: True
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).
+-WarningAction, and -WarningVariable. For more information, see
+[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-Command.md b/reference/7.5/Microsoft.PowerShell.Core/Get-Command.md
index ef90f3bbe25d..2960c9a23fc7 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Get-Command.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Get-Command.md
@@ -764,12 +764,12 @@ PowerShell includes the following aliases for `Get-Command`:
- When more than one command that has the same name is available to the session, `Get-Command`
returns the command that runs when you type the command name. To get commands that have the same
name, listed in run order, use the **All** parameter. For more information, see
- [about_Command_Precedence](../Microsoft.PowerShell.Core/About/about_Command_Precedence.md).
+ [about_Command_Precedence](About/about_Command_Precedence.md).
- When a module is imported automatically, the effect is the same as using the `Import-Module`
cmdlet. The module can add commands, types and formatting files, and run scripts in the session.
To enable, disable, and configuration automatic importing of modules, use the
`$PSModuleAutoLoadingPreference` preference variable. For more information, see
- [about_Preference_Variables](../Microsoft.PowerShell.Core/About/about_Preference_Variables.md).
+ [about_Preference_Variables](About/about_Preference_Variables.md).
## RELATED LINKS
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-ExperimentalFeature.md b/reference/7.5/Microsoft.PowerShell.Core/Get-ExperimentalFeature.md
index 5cf0647f3d73..596e02122a0a 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Get-ExperimentalFeature.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Get-ExperimentalFeature.md
@@ -63,7 +63,8 @@ Accept wildcard characters: False
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).
+-WarningAction, and -WarningVariable. For more information, see
+[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
@@ -84,6 +85,6 @@ name is specified.
[Enable-ExperimentalFeature](Enable-ExperimentalFeature.md)
-[about_Experimental_Features](/powershell/module/microsoft.powershell.core/about/about_experimental_features)
+[about_Experimental_Features](About/about_Experimental_Features.md)
[Using Experimental Features](/powershell/scripting/learn/experimental-features)
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-Help.md b/reference/7.5/Microsoft.PowerShell.Core/Get-Help.md
index 8713409b8c31..7db0e48f5321 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Get-Help.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Get-Help.md
@@ -100,8 +100,8 @@ fallback locale, it looks for help articles in English, **en-US**, before it ret
message or displaying autogenerated help.
For information about the symbols that `Get-Help` displays in the command syntax diagram, see
-[about_Command_Syntax](./About/about_Command_Syntax.md). For information about parameter attributes,
-such as **Required** and **Position**, see [about_Parameters](./About/about_Parameters.md).
+[about_Command_Syntax](About/about_Command_Syntax.md). For information about parameter attributes,
+such as **Required** and **Position**, see [about_Parameters](About/about_Parameters.md).
> [!NOTE]
> In PowerShell 3.0 and PowerShell 4.0, `Get-Help` can't find **About** articles in modules unless
@@ -118,10 +118,10 @@ immediately to the left of a parameter, the function jumps to that parameter's d
full help topic. When you hit Q to exit the help view, you are returned to the command
line at the same cursor position so you can continue typing the command.
-When you use the key combination Alt+h, the **PSReadLine** `ShowParameterHelp` function
-displays help information for the parameter immediately to the left of the cursor. The help text is
-displayed below the command line. This allows you to see the description of the parameter and
-continue typing your command.
+When you use the key combination Alt+h, the **PSReadLine** `ShowParameterHelp`
+function displays help information for the parameter immediately to the left of the cursor. The help
+text is displayed below the command line. This allows you to see the description of the parameter
+and continue typing your command.
For more information, see [Using dynamic help](/powershell/scripting/learn/shell/dynamic-help).
@@ -329,7 +329,7 @@ SYNOPSIS
### Example 12: Display help for a script
This example gets help for the `MyScript.ps1 script`. For information about how to write help for
-your functions and scripts, see [about_Comment_Based_Help](./About/about_Comment_Based_Help.md).
+your functions and scripts, see [about_Comment_Based_Help](About/about_Comment_Based_Help.md).
```powershell
Get-Help -Name C:\PS-Test\MyScript.ps1
@@ -505,7 +505,7 @@ for cmdlet, function, workflow, and script help articles. You can't use the **On
with `Get-Help` in a remote session.
For information about supporting this feature in help articles that you write, see
-[about_Comment_Based_Help](./About/about_Comment_Based_Help.md), and
+[about_Comment_Based_Help](About/about_Comment_Based_Help.md), and
[Supporting Online Help](/powershell/scripting/developer/module/supporting-online-help), and
[Writing Help for PowerShell Cmdlets](/powershell/scripting/developer/help/writing-help-for-windows-powershell-cmdlets).
@@ -554,7 +554,7 @@ To see the custom cmdlet help for a provider path, go to the provider path locat
the provider path. You can also find custom cmdlet help online in the provider help section of the
help articles.
-For more information about PowerShell providers, see [about_Providers](./About/about_Providers.md).
+For more information about PowerShell providers, see [about_Providers](About/about_Providers.md).
> [!NOTE]
> The provider for the path specified must have a PowerShell provider help file installed. If no
@@ -691,7 +691,7 @@ following fields:
[about_Command_Syntax](About/about_Command_Syntax.md)
-[about_Comment_Based_Help](./About/about_Comment_Based_Help.md)
+[about_Comment_Based_Help](About/about_Comment_Based_Help.md)
[Get-Command](Get-Command.md)
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-History.md b/reference/7.5/Microsoft.PowerShell.Core/Get-History.md
index fe27434dafce..111252c8357a 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Get-History.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Get-History.md
@@ -31,7 +31,8 @@ features in PowerShell, see [about_History](About/about_History.md).
The session history is managed separately from the history maintained by the **PSReadLine** module.
Both histories are available in sessions where **PSReadLine** is loaded. This cmdlet only works with
-the session history. For more information see, [about_PSReadLine](../PSReadLine/About/about_PSReadLine.md).
+the session history. For more information, see
+[about_PSReadLine](../PSReadLine/About/about_PSReadLine.md).
## EXAMPLES
@@ -163,7 +164,8 @@ command history, see [about_History](About/about_History.md).
Starting in Windows PowerShell 3.0, the default value of the `$MaximumHistoryCount` preference
variable is `4096`. In Windows PowerShell 2.0, the default value is `64`. For more information about
-the `$MaximumHistoryCount` variable, see [about_Preference_Variables](About/about_Preference_Variables.md).
+the `$MaximumHistoryCount` variable, see
+[about_Preference_Variables](About/about_Preference_Variables.md).
## RELATED LINKS
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-Job.md b/reference/7.5/Microsoft.PowerShell.Core/Get-Job.md
index c63643ad276a..95611ed499e4 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Get-Job.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Get-Job.md
@@ -70,7 +70,7 @@ contain the job results. To get the results, use the `Receive-Job` cmdlet.
A Windows PowerShell background job is a command that runs in the background without interacting
with the current session. Typically, you use a background job to run a complex command that takes a
long time to finish. For more information about background jobs in Windows PowerShell, see
-[about_Jobs](./about/about_Jobs.md).
+[about_Jobs](About/about_Jobs.md).
Beginning in Windows PowerShell 3.0, the `Get-Job` cmdlet also gets custom job types, such as
workflow jobs and instances of scheduled jobs. To find the job type of a job, use the
@@ -146,7 +146,8 @@ Id Name PSJobTypeName State HasMoreData Location
### Example 4: Get jobs that include a specific command by using the pipeline
Like the command in the previous example, this command gets the jobs on the system that include a
-`Get-Process` command. The command uses a pipeline operator (`|`) to send a PSCustomObject with the NoteProperty **Command**, to the `Get-Job` cmdlet. It is the equivalent of the previous command.
+`Get-Process` command. The command uses a pipeline operator (`|`) to send a PSCustomObject with the
+NoteProperty **Command**, to the `Get-Job` cmdlet. It is the equivalent of the previous command.
```powershell
[pscustomobject]@{Command='*Get-Process*'} | Get-Job
@@ -244,7 +245,7 @@ parameter. It then gets the job using the `Get-Job` command on the S2 computer u
The sample output shows the results of the `Get-Job` command. On the S2 computer, the job
appears to be a local job. The computer name is localhost and the job type is a background job.
For more information about how to run background jobs on remote computers, see
-[about_Remote_Jobs](./about/about_Remote_Jobs.md).
+[about_Remote_Jobs](About/about_Remote_Jobs.md).
```powershell
Start-Job -ScriptBlock {Get-EventLog -LogName System}
@@ -298,8 +299,8 @@ error. In this case, the user forgot to use the Run as administrator option when
PowerShell.Because background jobs use the remoting features of Windows PowerShell, the computer
must be configured for remoting to run a job, even when the job runs on the local computer.For
information about requirements for remoting in Windows PowerShell, see
-[about_Remote_Requirements](./about/about_Remote_Requirements.md). For troubleshooting tips, see
-[about_Remote_Troubleshooting](./about/about_Remote_Troubleshooting.md).
+[about_Remote_Requirements](About/about_Remote_Requirements.md). For troubleshooting tips, see
+[about_Remote_Troubleshooting](About/about_Remote_Troubleshooting.md).
```powershell
PS> Start-Job -ScriptBlock {Get-Process}
@@ -415,7 +416,7 @@ Access is denied.
```
For more information, see the
-[about_Remote_Troubleshooting](./about/about_Remote_Troubleshooting.md) Help topic.
+[about_Remote_Troubleshooting](About/about_Remote_Troubleshooting.md) Help topic.
## PARAMETERS
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md
index 329effea5a19..f1589cab4314 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md
@@ -122,7 +122,7 @@ This command gets all of the exported files for all available modules.
```powershell
$FullyQualifiedName = @{ModuleName="Microsoft.PowerShell.Management";ModuleVersion="3.1.0.0"}
-Get-Module -FullyQualifiedName $FullyQualifiedName | Format-Table -Property Name,Version
+Get-Module -FullyQualifiedName $FullyQualifiedName | Format-Table -Property Name, Version
```
```Output
@@ -249,7 +249,7 @@ information about a module, its requirements, and its contents.
```powershell
# First command
-$m = Get-Module -list -Name BitsTransfer
+$m = Get-Module -List -Name BitsTransfer
# Second command
Get-Content $m.Path
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-PSHostProcessInfo.md b/reference/7.5/Microsoft.PowerShell.Core/Get-PSHostProcessInfo.md
index 21a1c3f74bde..79b85b4ca818 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Get-PSHostProcessInfo.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Get-PSHostProcessInfo.md
@@ -122,7 +122,8 @@ Accept wildcard characters: False
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).
+-WarningAction, and -WarningVariable. For more information, see
+[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-PSSession.md b/reference/7.5/Microsoft.PowerShell.Core/Get-PSSession.md
index 22e987ce2db5..984e49be9999 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Get-PSSession.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Get-PSSession.md
@@ -132,7 +132,7 @@ command runs when you use the **ComputerName** or **ConnectionUri** parameters.
> in the current session. The **ComputerName** parameter gets sessions that were created in the
> current session and connect to the specified computer.
-For more information about PowerShell sessions, see [about_PSSessions](about/about_PSSessions.md).
+For more information about PowerShell sessions, see [about_PSSessions](About/about_PSSessions.md).
## EXAMPLES
@@ -684,8 +684,8 @@ values for this parameter are: `All`, `Opened`, `Disconnected`, `Closed`, and `B
value is `All`.
The session state value is relative to the current sessions. Sessions that were not created in the
-current sessions and are not connected to the current session have a state of `Disconnected` even when
-they are connected to a different session.
+current sessions and are not connected to the current session have a state of `Disconnected` even
+when they are connected to a different session.
The state of a session is stored in the **State** property of the session.
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-PSSessionCapability.md b/reference/7.5/Microsoft.PowerShell.Core/Get-PSSessionCapability.md
index e54550c3201d..8c52513832fb 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Get-PSSessionCapability.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Get-PSSessionCapability.md
@@ -44,7 +44,8 @@ and Environmental Variables.
Get-PSSessionCapability -ConfigurationName Endpoint1 -Username 'CONTOSO\User'
```
-This example returns the commands available to the user CONTOSO\User when connecting to the Endpoint1 constrained endpoint on the local computer.
+This example returns the commands available to the user `CONTOSO\User` when connecting to the
+Endpoint1 constrained endpoint on the local computer.
### Example 2: Get details about a runspace for a user
@@ -52,7 +53,8 @@ This example returns the commands available to the user CONTOSO\User when connec
Get-PSSessionCapability -ConfigurationName Endpoint1 -Username 'CONTOSO\User' -Full
```
-This example returns details about the runspace the user CONTOSO\User would interact with when connecting to the Endpoint1 constrained endpoint.
+This example returns details about the runspace the user `CONTOSO\User` would interact with when
+connecting to the Endpoint1 constrained endpoint.
## PARAMETERS
@@ -109,7 +111,8 @@ Accept wildcard characters: False
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).
+-WarningAction, and -WarningVariable. For more information, see
+[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-PSSessionConfiguration.md b/reference/7.5/Microsoft.PowerShell.Core/Get-PSSessionConfiguration.md
index 55a418408a10..81a878c5b8b1 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Get-PSSessionConfiguration.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Get-PSSessionConfiguration.md
@@ -34,7 +34,8 @@ object that `Get-PSSessionConfiguration` returns. These properties make it easie
session configuration authors to examine and compare session configurations.
To create and register a session configuration, use the `Register-PSSessionConfiguration` cmdlet.
-For more information about session configurations, see [about_Session_Configurations](About/about_Session_Configurations.md).
+For more information about session configurations, see
+[about_Session_Configurations](About/about_Session_Configurations.md).
## EXAMPLES
@@ -120,7 +121,8 @@ session type, language mode, and execution policy of sessions that are created w
configuration, session quotas, and the full path to the session configuration file.
This view of a session configuration is used for sessions that include a session configuration file.
-For more information about session configuration files, see [about_Session_Configuration_Files](About/about_Session_Configuration_Files.md).
+For more information about session configuration files, see
+[about_Session_Configuration_Files](About/about_Session_Configuration_Files.md).
### Example 4 - Another way to look at the session configurations
@@ -277,7 +279,7 @@ Accept wildcard characters: True
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
-WarningAction, and -WarningVariable. For more information, see
-[about_CommonParameters](./About/about_CommonParameters.md).
+[about_CommonParameters](About/about_CommonParameters.md).
## INPUTS
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-PSSubsystem.md b/reference/7.5/Microsoft.PowerShell.Core/Get-PSSubsystem.md
index 34489ac384ae..ce5fecdc67e4 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Get-PSSubsystem.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Get-PSSubsystem.md
@@ -138,7 +138,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## RELATED LINKS
-[about_experimental_features](about/about_experimental_features.md)
+[about_experimental_features](About/about_Experimental_Features.md)
[Disable-ExperimentalFeature](Disable-ExperimentalFeature.md)
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Import-Module.md b/reference/7.5/Microsoft.PowerShell.Core/Import-Module.md
index 9d87b4cd7c4b..654bd50e47de 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Import-Module.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Import-Module.md
@@ -411,7 +411,7 @@ module runs, instead of the `Get-Date` cmdlet. To run the original version of `G
qualify the command name with the module name.
For more information about command precedence in PowerShell, see
-[about_Command_Precedence](about/about_Command_Precedence.md).
+[about_Command_Precedence](About/about_Command_Precedence.md).
### Example 10: Import a minimum version of a module
@@ -440,7 +440,7 @@ PowerShellGet 2.1.3
PowerShellGet 2.1.2
PowerShellGet 1.0.0.1
-PS> Import-Module -FullyQualifiedName @{ModuleName = 'PowerShellGet'; ModuleVersion = '2.1.3' }
+PS> Import-Module -FullyQualifiedName @{ModuleName = 'PowerShellGet'; ModuleVersion = '2.1.3'}
```
### Example 12: Import using a fully qualified path
@@ -603,7 +603,7 @@ Specifies an array of arguments, or parameter values, that are passed to a scrip
You can also refer to the **ArgumentList** parameter by its alias, **args**. For more information
about the behavior of **ArgumentList**, see
-[about_Splatting](about/about_Splatting.md#splatting-with-arrays).
+[about_Splatting](About/about_Splatting.md#splatting-with-arrays).
```yaml
Type: System.Object[]
@@ -959,7 +959,7 @@ imported, and you might be missing important members of the module.
> [!NOTE]
> While it's possible to import a script (`.ps1`) file as a module, script files are usually not
> structured like script modules file (`.psm1`) file. Importing a script file doesn't guarantee
-> that it's usable as a module. For more information, see [about_Modules](about/about_Modules.md).
+> that it's usable as a module. For more information, see [about_Modules](About/about_Modules.md).
```yaml
Type: System.String[]
@@ -981,8 +981,8 @@ default, `Import-Module` imports all exported module commands.
Commands that have the same names can hide or replace commands in the session. To avoid command name
conflicts in a session, use the **Prefix** or **NoClobber** parameters. For more information about
name conflicts and command precedence, see "Modules and Name Conflicts" in
-[about_Modules](about/about_Modules.md) and
-[about_Command_Precedence](about/about_Command_Precedence.md).
+[about_Modules](About/about_Modules.md) and
+[about_Command_Precedence](About/about_Command_Precedence.md).
This parameter was introduced in Windows PowerShell 3.0.
@@ -1340,7 +1340,7 @@ PowerShell includes the following aliases for `Import-Module`:
## RELATED LINKS
-[about_Modules](about/about_Modules.md)
+[about_Modules](About/about_Modules.md)
[Export-ModuleMember](Export-ModuleMember.md)
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Invoke-Command.md b/reference/7.5/Microsoft.PowerShell.Core/Invoke-Command.md
index 05695b0a304d..a959361e9117 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Invoke-Command.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Invoke-Command.md
@@ -180,7 +180,7 @@ You can also use `Invoke-Command` on a local computer to a run script block as a
runs the script block immediately in a child scope of the current scope.
Before using `Invoke-Command` to run commands on a remote computer, read
-[about_Remote](./About/about_Remote.md).
+[about_Remote](About/about_Remote.md).
Starting with PowerShell 6.0 you can use Secure Shell (SSH) to establish a connection to and invoke
commands on remote computers. SSH must be installed on the local computer and the remote computer
@@ -191,7 +191,7 @@ connection information. For more information about how to set up PowerShell SSH
[PowerShell Remoting Over SSH](/powershell/scripting/learn/remoting/ssh-remoting-in-powershell-core).
Some code samples use splatting to reduce the line length. For more information, see
-[about_Splatting](./About/about_Splatting.md).
+[about_Splatting](About/about_Splatting.md).
## EXAMPLES
@@ -397,8 +397,8 @@ This example shows how to include the values of local variables in a command run
computer. The command uses the `Using` scope modifier to identify a local variable in a remote
command. By default, all variables are assumed to be defined in the remote session. The `Using`
scope modifier was introduced in PowerShell 3.0. For more information about the `Using` scope
-modifier, see [about_Remote_Variables](./About/about_Remote_Variables.md) and
-[about_Scopes](./about/about_scopes.md).
+modifier, see [about_Remote_Variables](About/about_Remote_Variables.md) and
+[about_Scopes](About/about_scopes.md).
```powershell
$Log = 'PowerShellCore/Operational'
@@ -455,7 +455,7 @@ parameters in a script block. This example displays filenames that begin with th
have the `.pdf` extension.
For more information about the `Param` keyword, see
-[about_Language_Keywords](./about/about_language_keywords.md#param).
+[about_Language_Keywords](About/about_language_keywords.md#param).
```powershell
$parameters = @{
@@ -488,7 +488,7 @@ files. The `Get-ChildItem` **Path** parameter is position 0 and the **Filter** p
1.
For more information about the `$args` variable, see
-[about_Automatic_Variables](./about/about_automatic_variables.md#args)
+[about_Automatic_Variables](About/about_automatic_variables.md#args)
```powershell
$parameters = @{
@@ -785,7 +785,7 @@ application name when you aren't using the **ConnectionURI** parameter in the co
The default value is the value of the `$PSSessionApplicationName` preference variable on the local
computer. If this preference variable isn't defined, the default value is WSMAN. This value is
appropriate for most uses. For more information, see
-[about_Preference_Variables](./About/about_Preference_Variables.md).
+[about_Preference_Variables](About/about_Preference_Variables.md).
The WinRM service uses the application name to select a listener to service the connection request.
The value of this parameter should match the value of the **URLPrefix** property of a listener on
@@ -808,7 +808,7 @@ Accept wildcard characters: False
Supplies the values of parameters for the scriptblock. The parameters in the script block are
passed by position from the array value supplied to **ArgumentList**. This is known as array
splatting. For more information about the behavior of **ArgumentList**, see
-[about_Splatting](about/about_Splatting.md#splatting-with-arrays).
+[about_Splatting](About/about_Splatting.md#splatting-with-arrays).
```yaml
Type: System.Object[]
@@ -966,7 +966,7 @@ configuration doesn't exist on the remote computer, the command fails.
The default value is the value of the `$PSSessionConfigurationName` preference variable on the local
computer. If this preference variable isn't set, the default is **Microsoft.PowerShell**. For more
-information, see [about_Preference_Variables](about/about_Preference_Variables.md).
+information, see [about_Preference_Variables](About/about_Preference_Variables.md).
```yaml
Type: System.String
@@ -1204,10 +1204,10 @@ provides sufficient time for you to connect before deleting the session.
You can set the output buffering mode and idle time-out in the **SessionOption** parameter or in the
`$PSSessionOption` preference variable. For more information about session options, see
-`New-PSSessionOption` and [about_Preference_Variables](./about/about_preference_variables.md).
+`New-PSSessionOption` and [about_Preference_Variables](About/about_preference_variables.md).
For more information about the Disconnected Sessions feature, see
-[about_Remote_Disconnected_Sessions](about/about_Remote_Disconnected_Sessions.md).
+[about_Remote_Disconnected_Sessions](About/about_Remote_Disconnected_Sessions.md).
This parameter was introduced in PowerShell 3.0.
@@ -1251,7 +1251,7 @@ is an ordinal number.
If you use the **JobName** parameter in a command, the command is run as a job, and `Invoke-Command`
returns a job object, even if you don't include **AsJob** in the command.
-For more information about PowerShell background jobs, see [about_Jobs](./About/about_Jobs.md).
+For more information about PowerShell background jobs, see [about_Jobs](About/about_Jobs.md).
```yaml
Type: System.String
@@ -1426,7 +1426,7 @@ Specifies an array of sessions in which this cmdlet runs the command. Enter a va
When you create a **PSSession**, PowerShell establishes a persistent connection to the remote
computer. Use a **PSSession** to run a series of related commands that share data. To run a single
command or a series of unrelated commands, use the **ComputerName** parameter. For more information,
-see [about_PSSessions](./About/about_PSSessions.md).
+see [about_PSSessions](About/about_PSSessions.md).
```yaml
Type: System.Management.Automation.Runspaces.PSSession[]
@@ -1780,17 +1780,17 @@ hashtable. For more information about `ssh_config` files, see
## RELATED LINKS
-[about_PSSessions](./About/about_PSSessions.md)
+[about_PSSessions](About/about_PSSessions.md)
-[about_Remote](./About/about_Remote.md)
+[about_Remote](About/about_Remote.md)
-[about_Remote_Disconnected_Sessions](./About/about_Remote_Disconnected_Sessions.md)
+[about_Remote_Disconnected_Sessions](About/about_Remote_Disconnected_Sessions.md)
-[about_Remote_Troubleshooting](./About/about_remote_troubleshooting.md)
+[about_Remote_Troubleshooting](About/about_Remote_Troubleshooting.md)
-[about_Remote_Variables](./About/about_Remote_Variables.md)
+[about_Remote_Variables](About/about_Remote_Variables.md)
-[about_Scopes](./About/about_scopes.md)
+[about_Scopes](About/about_Scopes.md)
[Enter-PSSession](Enter-PSSession.md)
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Invoke-History.md b/reference/7.5/Microsoft.PowerShell.Core/Invoke-History.md
index 856dca51ac0d..e627696a08f4 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Invoke-History.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Invoke-History.md
@@ -27,7 +27,8 @@ the `Get-History` cmdlet.
The session history is managed separately from the history maintained by the **PSReadLine** module.
Both histories are available in sessions where **PSReadLine** is loaded. This cmdlet only works with
-the session history. For more information see, [about_PSReadLine](../PSReadLine/About/about_PSReadLine.md).
+the session history. For more information, see
+[about_PSReadLine](../PSReadLine/About/about_PSReadLine.md).
## EXAMPLES
diff --git a/reference/7.5/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md b/reference/7.5/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md
index 47041fa8a6de..d8c079622bab 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md
@@ -257,7 +257,8 @@ Downloads and installs the newest help files on your computer.
### [Wait-Job](Wait-Job.md)
-Suppresses the command prompt until one or all of the PowerShell background jobs running in the session are completed.
+Suppresses the command prompt until one or all of the PowerShell background jobs running in the
+session are completed.
### [Where-Object](Where-Object.md)
diff --git a/reference/7.5/Microsoft.PowerShell.Core/New-Module.md b/reference/7.5/Microsoft.PowerShell.Core/New-Module.md
index 81d5a5ddc852..224ac424cb08 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/New-Module.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/New-Module.md
@@ -122,7 +122,7 @@ This example uses the `Export-ModuleMember` cmdlet to export a variable into the
Without the `Export-ModuleMember` command, only the function is exported.
```powershell
-New-Module -ScriptBlock {$SayHelloHelp="Type 'SayHello', a space, and a name."; function SayHello ($name) { "Hello, $name" }; Export-ModuleMember -function SayHello -Variable SayHelloHelp}
+New-Module -ScriptBlock {$SayHelloHelp="Type 'SayHello', a space, and a name."; function SayHello ($name) { "Hello, $name" }; Export-ModuleMember -Function SayHello -Variable SayHelloHelp}
$SayHelloHelp
```
@@ -151,7 +151,7 @@ return any objects by default, there is no output from this command. `Get-Module
**GreetingModule** has been imported into the current session.
```powershell
-New-Module -ScriptBlock {function Hello {"Hello!"}} -name GreetingModule | Import-Module
+New-Module -ScriptBlock {function Hello {"Hello!"}} -Name GreetingModule | Import-Module
Get-Module
```
@@ -255,7 +255,8 @@ Hello, World!
### -ArgumentList
Specifies an array of arguments which are parameter values that are passed to the script block. For
-more information about the behavior of **ArgumentList**, see [about_Splatting](about/about_Splatting.md#splatting-with-arrays).
+more information about the behavior of **ArgumentList**, see
+[about_Splatting](About/about_Splatting.md#splatting-with-arrays).
```yaml
Type: System.Object[]
diff --git a/reference/7.5/Microsoft.PowerShell.Core/New-ModuleManifest.md b/reference/7.5/Microsoft.PowerShell.Core/New-ModuleManifest.md
index 36a0e62da043..6e9408a7b29b 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/New-ModuleManifest.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/New-ModuleManifest.md
@@ -121,10 +121,12 @@ Copyright = '(c) ContosoAdmin. All rights reserved.'
# Minimum version of the PowerShell host required by this module
# PowerShellHostVersion = ''
-# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
+# Minimum version of Microsoft .NET Framework required by this module. This prerequisite
+# is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''
-# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
+# Minimum version of the common language runtime (CLR) required by this module. This
+# prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''
# Processor architecture (None, X86, Amd64) required by this module
@@ -136,7 +138,8 @@ Copyright = '(c) ContosoAdmin. All rights reserved.'
# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
-# Script files (.ps1) that are run in the caller's environment prior to importing this module.
+# Script files (.ps1) that are run in the caller's environment prior to importing this
+# module.
# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
@@ -148,16 +151,19 @@ Copyright = '(c) ContosoAdmin. All rights reserved.'
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()
-# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
+# Functions to export from this module, for best performance, do not use wildcards and do
+# not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @()
-# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
+# Cmdlets to export from this module, for best performance, do not use wildcards and do
+# not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @()
# Variables to export from this module
VariablesToExport = '*'
-# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
+# Aliases to export from this module, for best performance, do not use wildcards and do
+# not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = @()
# DSC resources to export from this module
@@ -169,7 +175,8 @@ AliasesToExport = @()
# List of all files packaged with this module
# FileList = @()
-# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
+# Private data to pass to the module specified in RootModule/ModuleToProcess. This may
+also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{
PSData = @{
@@ -205,7 +212,8 @@ PrivateData = @{
# HelpInfo URI of this module
# HelpInfoURI = ''
-# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
+# Default prefix for commands exported from this module. Override the default prefix
+# using Import-Module -Prefix.
# DefaultCommandPrefix = ''
}
@@ -265,8 +273,9 @@ $moduleSettings = @{
New-ModuleManifest @moduleSettings
```
-For information about Updatable Help, see [about_Updatable_Help](./About/about_Updatable_Help.md).
-For information about the HelpInfo XML file, see [Supporting Updatable Help](/powershell/scripting/developer/module/supporting-updatable-help).
+For information about Updatable Help, see [about_Updatable_Help](About/about_Updatable_Help.md).
+For information about the HelpInfo XML file, see
+[Supporting Updatable Help](/powershell/scripting/developer/module/supporting-updatable-help).
### Example 5 - Getting module information
@@ -654,7 +663,7 @@ The HelpInfo XML file supports the Updatable Help feature that was introduced in
contains information about the location of downloadable help files for the module and the version
numbers of the newest help files for each supported locale.
-For information about Updatable Help, see [about_Updatable_Help](./About/about_Updatable_Help.md).
+For information about Updatable Help, see [about_Updatable_Help](About/about_Updatable_Help.md).
For information about the HelpInfo XML file, see
[Supporting Updatable Help](/powershell/scripting/developer/module/supporting-updatable-help).
@@ -1238,4 +1247,4 @@ module and the caller's session state is the module's session state.
[Test-ModuleManifest](Test-ModuleManifest.md)
-[about_Modules](./About/about_Modules.md)
+[about_Modules](About/about_Modules.md)
diff --git a/reference/7.5/Microsoft.PowerShell.Core/New-PSSession.md b/reference/7.5/Microsoft.PowerShell.Core/New-PSSession.md
index 514f71be2280..1b35c7a6c1d1 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/New-PSSession.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/New-PSSession.md
@@ -89,7 +89,7 @@ remote computer.
Use a **PSSession** to run multiple commands that share data, such as a function or the value of a
variable. To run commands in a **PSSession**, use the `Invoke-Command` cmdlet. To use the
**PSSession** to interact directly with a remote computer, use the `Enter-PSSession` cmdlet. For
-more information, see [about_PSSessions](about/about_PSSessions.md).
+more information, see [about_PSSessions](About/about_PSSessions.md).
You can run commands on a remote computer without creating a **PSSession** with the **ComputerName**
parameters of `Enter-PSSession` or `Invoke-Command`. When you use the **ComputerName** parameter,
@@ -138,7 +138,7 @@ help you manage the **PSSession** objects in subsequent commands.
### Example 3: Create sessions on multiple computers
```powershell
-$s1, $s2, $s3 = New-PSSession -ComputerName Server01,Server02,Server03
+$s1, $s2, $s3 = New-PSSession -ComputerName Server01, Server02, Server03
```
This command creates three **PSSession** objects, one on each of the computers specified by the
@@ -461,7 +461,7 @@ To use an IP address in the value of the **ComputerName** parameter, the command
address of the remote computer must be included in the WinRM TrustedHosts list on the local
computer. For instructions for adding a computer name to the TrustedHosts list, see "How to Add a
Computer to the Trusted Host List" in
-[about_Remote_Troubleshooting](about/about_Remote_Troubleshooting.md).
+[about_Remote_Troubleshooting](About/about_Remote_Troubleshooting.md).
To include the local computer in the value of the **ComputerName** parameter, start Windows
PowerShell by using the **Run as administrator option**.
@@ -740,7 +740,7 @@ Before using another port, you must configure the WinRM listener on the remote c
that port. Use the following commands to configure the listener:
1. `winrm delete winrm/config/listener?Address=*+Transport=HTTP`
-2. `winrm create winrm/config/listener?Address=*+Transport=HTTP @{Port="\"}`
+1. `winrm create winrm/config/listener?Address=*+Transport=HTTP @{Port="\"}`
Do not use the **Port** parameter unless you must. The port setting in the command applies to all
computers or sessions on which the command runs. An alternate port setting might prevent the command
@@ -1033,8 +1033,8 @@ Accept wildcard characters: False
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).
+-WarningAction, and -WarningVariable. For more information, see
+[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
diff --git a/reference/7.5/Microsoft.PowerShell.Core/New-PSSessionConfigurationFile.md b/reference/7.5/Microsoft.PowerShell.Core/New-PSSessionConfigurationFile.md
index 2d454a6e7c31..fb556a62ffb3 100644
--- a/reference/7.5/Microsoft.PowerShell.Core/New-PSSessionConfigurationFile.md
+++ b/reference/7.5/Microsoft.PowerShell.Core/New-PSSessionConfigurationFile.md
@@ -234,13 +234,15 @@ CompanyName = 'Fabrikam Corporation'
# Copyright statement for this document
Copyright = '(c) Fabrikam Corporation. All rights reserved.'
-# Session type defaults to apply for this session configuration. Can be 'RestrictedRemoteServer' (recommended), 'Empty', or 'Default'
+# Session type defaults to apply for this session configuration. Can be
+# 'RestrictedRemoteServer' (recommended), 'Empty', or 'Default'
SessionType = 'Default'
# Directory to place session transcripts for this session configuration
# TranscriptDirectory = 'C:\Transcripts\'
-# Whether to run this session configuration as the machine's (virtual) administrator account
+# Whether to run this session configuration as the machine's (virtual) administrator
+# account
RunAsVirtualAccount = $true
# Groups associated with machine's (virtual) administrator account
@@ -249,10 +251,12 @@ RunAsVirtualAccountGroups = 'Backup Operators'
# Scripts to run when applied to a session
ScriptsToProcess = 'Get-Inputs.ps1'
-# User roles (security groups), and the role capabilities that should be applied to them when applied to a session
+# User roles (security groups), and the role capabilities that should be applied to them
+# when applied to a session
# RoleDefinitions = @{ 'CONTOSO\SqlAdmins' = @{ RoleCapabilities = 'SqlAdministration' }; 'CONTOSO\SqlManaged' = @{ RoleCapabilityFiles = 'C:\RoleCapability\SqlManaged.psrc' }; 'CONTOSO\ServerMonitors' = @{ VisibleCmdlets = 'Get-Process' } }
-# Language mode to apply when applied to a session. Can be 'NoLanguage' (recommended), 'RestrictedLanguage', 'ConstrainedLanguage', or 'FullLanguage'
+# Language mode to apply when applied to a session. Can be 'NoLanguage' (recommended),
+# 'RestrictedLanguage', 'ConstrainedLanguage', or 'FullLanguage'
LanguageMode = 'FullLanguage'
# Execution policy to apply when applied to a session
@@ -458,7 +462,7 @@ Accept wildcard characters: False
Specifies the execution policy of sessions that use the session configuration. If you omit this
parameter, the value of the **ExecutionPolicy** key in the session configuration file is
**Restricted**. For information about execution policies in PowerShell, see
-[about_Execution_Policies](about/about_Execution_Policies.md).
+[about_Execution_Policies](About/about_Execution_Policies.md).
```yaml
Type: Microsoft.PowerShell.ExecutionPolicy