Skip to content

Fix link for about_Preference_Variables #1982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ about profiles, see
[about_Profiles](http://go.microsoft.com/fwlink/?LinkID=113729).

For more information about the $MaximumHistoryCount preference variable, see
[about_Preference_Variables](http://go.microsoft.com/fwlink/?LinkID=113248).
[about_Preference_Variables](about_Preference_Variables.md).

NOTE: In Windows PowerShell 2.0, the default value of the
`$MaximumHistoryCount` preference variable is 64.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ The session option values take precedence over default values for sessions set i
However, they do not take precedence over maximum values, quotas or limits set in the session configuration.

For a description of the session options, including the default values, see New-PSSessionOption.
For information about the **$PSSessionOption** preference variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For information about the **$PSSessionOption** preference variable, see [about_Preference_Variables](About/about_Preference_Variables.md).
For more information about session configurations, see about_Session_Configurations (http://go.microsoft.com/fwlink/?LinkID=145152).

```yaml
Expand Down
2 changes: 1 addition & 1 deletion reference/3.0/Microsoft.PowerShell.Core/Enter-PSSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ The session option values take precedence over default values for sessions set i
However, they do not take precedence over maximum values, quotas or limits set in the session configuration.

For a description of the session options, including the default values, see New-PSSessionOption.
For information about the **$PSSessionOption** preference variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For information about the **$PSSessionOption** preference variable, see [about_Preference_Variables](About/about_Preference_Variables.md).
For more information about session configurations, see about_Session_Configurations (http://go.microsoft.com/fwlink/?LinkID=145152).

```yaml
Expand Down
6 changes: 3 additions & 3 deletions reference/3.0/Microsoft.PowerShell.Core/Get-Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A "`Get-Command *`" command gets all types of commands, including all of the non

A **Get-Command** command that uses the exact name of the command (without wildcard characters) automatically imports the module that contains the command so you can use the command immediately.
To enable, disable, and configure automatic importing of modules, use the **$PSModuleAutoLoadingPreference** preference variable.
For more information, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For more information, see [about_Preference_Variables](About/about_Preference_Variables.md).

**Get-Command** gets its data directly from the command code, unlike Get-Help, which gets its information from help topics.

Expand Down Expand Up @@ -82,7 +82,7 @@ It also imports the **AppLocker** module, which adds all of the commands in the
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 (http://go.microsoft.com/fwlink/?LinkID=113248).
For more information, see [about_Preference_Variables](About/about_Preference_Variables.md).
### Example 6
```
PS C:\> Get-Command Get-Childitem -Args Cert: -Syntax
Expand Down Expand Up @@ -471,7 +471,7 @@ Represents functions and filters

## NOTES
* When more than one command with the same name is available to the session, **Get-Command** returns the command that runs when you type the command name. To get commands with the same name (listed in execution order), use the **All** parameter. For more information, see about_Command_Precedence.
* 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 (http://go.microsoft.com/fwlink/?LinkID=113248).
* 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](About/about_Preference_Variables.md).
## RELATED LINKS

[Export-PSSession](../Microsoft.PowerShell.Utility/Export-PSSession.md)
Expand Down
2 changes: 1 addition & 1 deletion reference/3.0/Microsoft.PowerShell.Core/Get-History.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ You can pipe a history ID to Get-History.
Get-History returns a history object for each history item that it gets.
## NOTES
* The session history is a list of the commands entered during the session. The session history represents the order of execution, the status, and the start and end times of the command. As you enter each command, Windows PowerShell adds it to the history so that you can reuse it. For more information about the command history, see about_History (http://go.microsoft.com/fwlink/?LinkID=113233).
* Beginning 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 (http://go.microsoft.com/fwlink/?LinkID=113248).
* Beginning 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).
## RELATED LINKS

[Add-History](Add-History.md)
Expand Down
2 changes: 1 addition & 1 deletion reference/3.0/Microsoft.PowerShell.Core/Get-PSSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ The session option values take precedence over default values for sessions set i
However, they do not take precedence over maximum values, quotas or limits set in the session configuration.

For a description of the session options, including the default values, see New-PSSessionOption.
For information about the **$PSSessionOption** preference variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For information about the **$PSSessionOption** preference variable, see [about_Preference_Variables](About/about_Preference_Variables.md).
For more information about session configurations, see about_Session_Configurations (http://go.microsoft.com/fwlink/?LinkID=145152).

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ This command is useful when setting the value of the $PSSessionConfigurationName

The $PSSessionConfiguationName variable specifies the default configuration that is used when you create a session.
This variable is set on the local computer, but it specifies a configuration on the remote computer.
For more information about the $PSSessionConfiguration variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For more information about the $PSSessionConfiguration variable, see [about_Preference_Variables](About/about_Preference_Variables.md).
## PARAMETERS

### -Name
Expand Down
2 changes: 1 addition & 1 deletion reference/3.0/Microsoft.PowerShell.Core/Import-Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The modules that you import must be installed on the local computer or a remote
Beginning in Windows PowerShell 3.0, installed modules are automatically imported to the session when you use any commands or providers in the module.
However, you can still use the **Import-Module** command to import a module and you can enable and disable automatic module importing by using the **$PSModuleAutoloadingPreference** preference variable.
For more information about modules, see about_Modules (http://go.microsoft.com/fwlink/?LinkID=144311).
For more information about the **$PSModuleAutoloadingPreference** variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For more information about the **$PSModuleAutoloadingPreference** variable, see [about_Preference_Variables](About/about_Preference_Variables.md).

A module is a package that contains members (such as cmdlets, providers, scripts, functions, variables, and other tools and files) that can be used in Windows PowerShell.
After a module is imported, you can use the module members in your session.
Expand Down
4 changes: 2 additions & 2 deletions reference/3.0/Microsoft.PowerShell.Core/Invoke-Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ Use this parameter to specify the application name when you are not using the **
The default value is the value of the **$PSSessionApplicationName** preference variable on the local computer.
If this preference variable is not defined, the default value is WSMAN.
This value is appropriate for most uses.
For more information, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For more information, see [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 the remote computer.
Expand Down Expand Up @@ -880,7 +880,7 @@ The session option values take precedence over default values for sessions set i
However, they do not take precedence over maximum values, quotas or limits set in the session configuration.

For a description of the session options, including the default values, see New-PSSessionOption.
For information about the **$PSSessionOption** preference variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For information about the **$PSSessionOption** preference variable, see [about_Preference_Variables](About/about_Preference_Variables.md).
For more information about session configurations, see about_Session_Configurations (http://go.microsoft.com/fwlink/?LinkID=145152).

```yaml
Expand Down
6 changes: 3 additions & 3 deletions reference/3.0/Microsoft.PowerShell.Core/New-PSSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Use this parameter to specify the application name when you are not using the **
The default value is the value of the **$PSSessionApplicationName** preference variable on the local computer.
If this preference variable is not defined, the default value is "WSMAN".
This value is appropriate for most uses.
For more information, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For more information, see [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 the remote computer.
Expand Down Expand Up @@ -299,7 +299,7 @@ If the specified session configuration does not exist on the remote computer, th

The default value is the value of the **$PSSessionConfigurationName** preference variable on the local computer.
If this preference variable is not set, the default is Microsoft.PowerShell.
For more information, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For more information, see [about_Preference_Variables](About/about_Preference_Variables.md).

```yaml
Type: String
Expand Down Expand Up @@ -476,7 +476,7 @@ The session option values take precedence over default values for sessions set i
However, they do not take precedence over maximum values, quotas or limits set in the session configuration.

For a description of the session options, including the default values, see New-PSSessionOption.
For information about the **$PSSessionOption** preference variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For information about the **$PSSessionOption** preference variable, see [about_Preference_Variables](About/about_Preference_Variables.md).
For more information about session configurations, see about_Session_Configurations (http://go.microsoft.com/fwlink/?LinkID=145152).

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Because all of the properties can be edited, you can use the resulting object as
You can also save a session option object in the **$PSSessionOption** preference variable.
The values of this variable establish new default values for the session options.
They effective when no session options are set for the session and they take precedence over options set in the session configuration, but you can override them by specifying session options or a session option object in a cmdlet that creates a session.
For more information about the **$PSSessionOption** preference variable, see **about_Preference_Variables** (http://go.microsoft.com/fwlink/?LinkID=113248).
For more information about the **$PSSessionOption** preference variable, see [about_Preference_Variables](About/about_Preference_Variables.md).

When you use a session option object in a cmdlet that creates a session, the session option values take precedence over default values for sessions set in the **$PSSessionOption** preference variable and in the session configuration.
However, they do not take precedence over maximum values, quotas or limits set in the session configuration.
Expand Down Expand Up @@ -155,7 +155,7 @@ When the **$PSSessionOption** preference variable exists in the session, it esta

To make the **$PSSessionOption** variable available in all sessions, add it to your Windows PowerShell session and to your Windows PowerShell profile.

For more information about the **$PSSessionOption** preference variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For more information about the **$PSSessionOption** preference variable, see [about_Preference_Variables](About/about_Preference_Variables.md).
For more information about profiles, see about_Profiles (http://go.microsoft.com/fwlink/?LinkID=113729).
### Example 6
```
Expand Down Expand Up @@ -660,7 +660,7 @@ You cannot pipe input to this cmdlet.
### System.Management.Automation.Remoting.PSSessionOption

## NOTES
* If the **SessionOption** parameter is not used in a command to create a PSSession, the session options are determined by the property values of the **$PSSessionOption** preference variable, if it is set. For more information about the $PSSessionOption variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
* If the **SessionOption** parameter is not used in a command to create a PSSession, the session options are determined by the property values of the **$PSSessionOption** preference variable, if it is set. For more information about the $PSSessionOption variable, see [about_Preference_Variables](About/about_Preference_Variables.md).
* The properties of a session configuration object vary with the options set for the session configuration and the values of those options. Also, session configurations that use a session configuration file have additional properties.
## RELATED LINKS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ The session option values take precedence over default values for sessions set i
However, they do not take precedence over maximum values, quotas or limits set in the session configuration.

For a description of the session options, including the default values, see New-PSSessionOption.
For information about the **$PSSessionOption** preference variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For information about the **$PSSessionOption** preference variable, see [about_Preference_Variables](About/about_Preference_Variables.md).
For more information about session configurations, see about_Session_Configurations (http://go.microsoft.com/fwlink/?LinkID=145152).

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can pipe a string that contains the message to **Write-Verbose**.
**Write-Verbose** writes only to the verbose message stream.
## NOTES
* Verbose messages are returned only when the command uses the **Verbose** common parameter. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
* In Windows PowerShell background jobs and remote commands, the **$VerbosePreference** variable in the job session and remote session determine whether the verbose message is displayed by default. For more information about the **$VerbosePreference** variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
* In Windows PowerShell background jobs and remote commands, the **$VerbosePreference** variable in the job session and remote session determine whether the verbose message is displayed by default. For more information about the **$VerbosePreference** variable, see [about_Preference_Variables](../Microsoft.PowerShell.Core/About/about_Preference_Variables.md).
## RELATED LINKS

[Write-Error](Write-Error.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ The default value is the value of the $PSSessionApplicationName
preference variable on the target computer. If this preference
variable is not defined, the default value is WSMAN. This value
is appropriate for most uses. For more information, see
about_Preference_Variables
(http://go.microsoft.com/fwlink/?LinkID=113248).
[about_Preference_Variables](../../Microsoft.PowerShell.Core/About/about_Preference_Variables.md).

The WinRM service uses the application name to select a
listener to service the connection request. The value of
Expand Down Expand Up @@ -522,8 +521,7 @@ New-PSSessionOption cmdlet
(http://go.microsoft.com/fwlink/?LinkID=144305).

For more information about the $PSSessionOption
preference variable, see about_Preference_Variables
(http://go.microsoft.com/fwlink/?LinkID=113248).
preference variable, see [about_Preference_Variables](../../Microsoft.PowerShell.Core/About/about_Preference_Variables.md).

-PSUseSSL <Boolean>
A value of $True uses the Secure Sockets Layer (SSL)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ command.
The default value is the value of the $PSSessionApplicationName preference
variable on the local computer. If this preference variable is not defined,
the default value is WSMAN. This value is appropriate for most uses. For
more information, see about_Preference_Variables
(http://go.microsoft.com/fwlink/?LinkID=113248).
more information, see [about_Preference_Variables](../../Microsoft.PowerShell.Core/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
Expand Down Expand Up @@ -307,8 +306,9 @@ session uses the values specified in the session configuration.

For a description of the session options, including the default values,
see the help topic for the New-PSSessionOption cmdlet
(http://go.microsoft.com/fwlink/?LinkID=144305). For information about the $PSSessionOption preference variable, see about_Preference_Variables
(http://go.microsoft.com/fwlink/?LinkID=113248).
(http://go.microsoft.com/fwlink/?LinkID=144305).
For information about the $PSSessionOption preference variable,
see [about_Preference_Variables](../../Microsoft.PowerShell.Core/About/about_Preference_Variables.md).

-PSUseSSL <SwitchParameter>
Uses the Secure Sockets Layer (SSL) protocol to establish a connection
Expand Down
2 changes: 1 addition & 1 deletion reference/3.0/PSWorkflow/New-PSWorkflowSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ However, they do not take precedence over maximum values, quotas or limits set i
For more information about session configurations, see about_Session_Configurations (http://go.microsoft.com/fwlink/?LinkID=145152).

For a description of the session options, including the default values, see **New-PSSessionOption**.
For information about the **$PSSessionOption** preference variable, see about_Preference_Variables (http://go.microsoft.com/fwlink/?LinkID=113248).
For information about the **$PSSessionOption** preference variable, see [about_Preference_Variables](../Microsoft.PowerShell.Core/About/about_Preference_Variables.md).

```yaml
Type: PSSessionOption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ about profiles, see
[about_Profiles](http://go.microsoft.com/fwlink/?LinkID=113729).

For more information about the $MaximumHistoryCount preference variable, see
[about_Preference_Variables](http://go.microsoft.com/fwlink/?LinkID=113248).
[about_Preference_Variables](about_Preference_Variables.md).

NOTE: In Windows PowerShell 2.0, the default value of the
`$MaximumHistoryCount` preference variable is 64.
Expand Down
Loading