-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add note about trusting ApplicationArguments data #12746
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |||||||||||||
| external help file: System.Management.Automation.dll-Help.xml | ||||||||||||||
| Locale: en-US | ||||||||||||||
| Module Name: Microsoft.PowerShell.Core | ||||||||||||||
| ms.date: 12/09/2022 | ||||||||||||||
| ms.date: 02/10/2026 | ||||||||||||||
| online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/new-pssessionoption?view=powershell-5.1&WT.mc_id=ps-gethelp | ||||||||||||||
| schema: 2.0.0 | ||||||||||||||
| title: New-PSSessionOption | ||||||||||||||
|
|
@@ -267,11 +267,16 @@ The final `Invoke-Command` shows how the data might be used. | |||||||||||||
|
|
||||||||||||||
| ### -ApplicationArguments | ||||||||||||||
|
|
||||||||||||||
| Specifies a **PrimitiveDictionary** that is sent to the remote session. Commands and scripts in the | ||||||||||||||
| Specifies a **PrimitiveDictionary** that's sent to the remote session. Commands and scripts in the | ||||||||||||||
| remote session, including startup scripts in the session configuration, can find this dictionary in | ||||||||||||||
| the **ApplicationArguments** property of the `$PSSenderInfo` automatic variable. You can use this | ||||||||||||||
| parameter to send data to the remote session. | ||||||||||||||
|
|
||||||||||||||
| > [!IMPORTANT] | ||||||||||||||
| > Since this property contains data explicitly provided by the client, using this for security | ||||||||||||||
| > decisions could allow attackers to bypass authorization controls. Never use this data for trust | ||||||||||||||
| > decisions. Validate all user input when used for other application logic. | ||||||||||||||
|
sdwheeler marked this conversation as resolved.
Outdated
|
||||||||||||||
|
|
||||||||||||||
| For more information, see [about_Hash_Tables](about/about_Hash_Tables.md), | ||||||||||||||
| [about_Session_Configurations](About/about_Session_Configurations.md), and | ||||||||||||||
| [about_Automatic_Variables](about/about_Automatic_Variables.md). | ||||||||||||||
|
||||||||||||||
| For more information, see [about_Hash_Tables](about/about_Hash_Tables.md), | |
| [about_Session_Configurations](About/about_Session_Configurations.md), and | |
| [about_Automatic_Variables](about/about_Automatic_Variables.md). | |
| For more information, see [about_Hash_Tables](About/about_Hash_Tables.md), | |
| [about_Session_Configurations](About/about_Session_Configurations.md), and | |
| [about_Automatic_Variables](About/about_Automatic_Variables.md). |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,7 +1,7 @@ | ||||||
| --- | ||||||
| description: Describes variables that store state information for PowerShell. These variables are created and maintained by PowerShell. | ||||||
| Locale: en-US | ||||||
| ms.date: 01/18/2026 | ||||||
| ms.date: 02/10/2026 | ||||||
| no-loc: [Reset, Current, Background, Blink, Bold, Foreground, Formatting, Hidden, Italic, Reset, Reverse, Underline, PSEventArgs, PSEventSubscriber, PSEdition] | ||||||
| online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-5.1&WT.mc_id=ps-gethelp | ||||||
|
||||||
| online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-5.1&WT.mc_id=ps-gethelp | |
| online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-7.4&WT.mc_id=ps-gethelp |
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |||||||
| external help file: System.Management.Automation.dll-Help.xml | ||||||||
| Locale: en-US | ||||||||
| Module Name: Microsoft.PowerShell.Core | ||||||||
| ms.date: 12/09/2022 | ||||||||
| ms.date: 02/10/2026 | ||||||||
| online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/new-pssessionoption?view=powershell-7.4&WT.mc_id=ps-gethelp | ||||||||
| schema: 2.0.0 | ||||||||
| title: New-PSSessionOption | ||||||||
|
|
@@ -267,14 +267,19 @@ The final `Invoke-Command` shows how the data might be used. | |||||||
|
|
||||||||
| ### -ApplicationArguments | ||||||||
|
|
||||||||
| Specifies a **PrimitiveDictionary** that is sent to the remote session. Commands and scripts in the | ||||||||
| Specifies a **PrimitiveDictionary** that's sent to the remote session. Commands and scripts in the | ||||||||
| remote session, including startup scripts in the session configuration, can find this dictionary in | ||||||||
| the **ApplicationArguments** property of the `$PSSenderInfo` automatic variable. You can use this | ||||||||
| parameter to send data to the remote session. | ||||||||
|
|
||||||||
| For more information, see [about_Hash_Tables](about/about_Hash_Tables.md), | ||||||||
| > [!IMPORTANT] | ||||||||
| > Since this property contains data explicitly provided by the client, using this for security | ||||||||
| > decisions could allow attackers to bypass authorization controls. Never use this data for trust | ||||||||
| > decisions. Validate all user input when used for other application logic. | ||||||||
|
||||||||
| > decisions. Validate all user input when used for other application logic. | |
| > decisions. | |
| > Validate all user input when used for other application logic. |
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |||||||||||||||
| external help file: System.Management.Automation.dll-Help.xml | ||||||||||||||||
| Locale: en-US | ||||||||||||||||
| Module Name: Microsoft.PowerShell.Core | ||||||||||||||||
| ms.date: 12/09/2022 | ||||||||||||||||
| ms.date: 02/10/2026 | ||||||||||||||||
| online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/new-pssessionoption?view=powershell-7.5&WT.mc_id=ps-gethelp | ||||||||||||||||
| schema: 2.0.0 | ||||||||||||||||
| title: New-PSSessionOption | ||||||||||||||||
|
|
@@ -267,11 +267,16 @@ The final `Invoke-Command` shows how the data might be used. | |||||||||||||||
|
|
||||||||||||||||
| ### -ApplicationArguments | ||||||||||||||||
|
|
||||||||||||||||
| Specifies a **PrimitiveDictionary** that is sent to the remote session. Commands and scripts in the | ||||||||||||||||
| Specifies a **PrimitiveDictionary** that's sent to the remote session. Commands and scripts in the | ||||||||||||||||
| remote session, including startup scripts in the session configuration, can find this dictionary in | ||||||||||||||||
| the **ApplicationArguments** property of the `$PSSenderInfo` automatic variable. You can use this | ||||||||||||||||
| parameter to send data to the remote session. | ||||||||||||||||
|
|
||||||||||||||||
| > [!IMPORTANT] | ||||||||||||||||
| > Since this property contains data explicitly provided by the client, using this for security | ||||||||||||||||
| > decisions could allow attackers to bypass authorization controls. Never use this data for trust | ||||||||||||||||
| > decisions. Validate all user input when used for other application logic. | ||||||||||||||||
|
||||||||||||||||
| > Since this property contains data explicitly provided by the client, using this for security | |
| > decisions could allow attackers to bypass authorization controls. Never use this data for trust | |
| > decisions. Validate all user input when used for other application logic. | |
| > Since this property contains data explicitly provided by the client, using this for | |
| > security decisions could allow attackers to bypass authorization controls. Never use | |
| > this data for trust decisions. Validate all user input when used for other | |
| > application logic. |
Copilot
AI
Feb 10, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file still contains a relative link using about/... (lowercase) earlier in the page (example section). There is no about directory here (only About/), so the link will be broken on case-sensitive systems; please update it to About/... for consistency with the other links in this section.
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |||||||||||||||
| external help file: System.Management.Automation.dll-Help.xml | ||||||||||||||||
| Locale: en-US | ||||||||||||||||
| Module Name: Microsoft.PowerShell.Core | ||||||||||||||||
| ms.date: 12/09/2022 | ||||||||||||||||
| ms.date: 02/10/2026 | ||||||||||||||||
| online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/new-pssessionoption?view=powershell-7.6&WT.mc_id=ps-gethelp | ||||||||||||||||
| schema: 2.0.0 | ||||||||||||||||
| title: New-PSSessionOption | ||||||||||||||||
|
|
@@ -267,14 +267,19 @@ The final `Invoke-Command` shows how the data might be used. | |||||||||||||||
|
|
||||||||||||||||
| ### -ApplicationArguments | ||||||||||||||||
|
|
||||||||||||||||
| Specifies a **PrimitiveDictionary** that is sent to the remote session. Commands and scripts in the | ||||||||||||||||
| Specifies a **PrimitiveDictionary** that's sent to the remote session. Commands and scripts in the | ||||||||||||||||
| remote session, including startup scripts in the session configuration, can find this dictionary in | ||||||||||||||||
| the **ApplicationArguments** property of the `$PSSenderInfo` automatic variable. You can use this | ||||||||||||||||
| parameter to send data to the remote session. | ||||||||||||||||
|
|
||||||||||||||||
| For more information, see [about_Hash_Tables](about/about_Hash_Tables.md), | ||||||||||||||||
| > [!IMPORTANT] | ||||||||||||||||
| > Since this property contains data explicitly provided by the client, using this for security | ||||||||||||||||
| > decisions could allow attackers to bypass authorization controls. Never use this data for trust | ||||||||||||||||
| > decisions. Validate all user input when used for other application logic. | ||||||||||||||||
|
||||||||||||||||
| > Since this property contains data explicitly provided by the client, using this for security | |
| > decisions could allow attackers to bypass authorization controls. Never use this data for trust | |
| > decisions. Validate all user input when used for other application logic. | |
| > Since this property contains data explicitly provided by the client, using this | |
| > for security decisions could allow attackers to bypass authorization controls. | |
| > Never use this data for trust decisions. Validate all user input when used for | |
| > other application logic. |
Copilot
AI
Feb 10, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file still contains a relative link using about/... (lowercase) earlier in the page (for example in the preceding example section). There is no about directory here (only About/), so please update remaining about/... links to About/... to avoid broken links on case-sensitive systems.
Uh oh!
There was an error while loading. Please reload this page.