diff --git a/reference/5.1/Microsoft.PowerShell.Core/Add-PSSnapin.md b/reference/5.1/Microsoft.PowerShell.Core/Add-PSSnapin.md index ca985bb8bca..be94622b8e6 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Add-PSSnapin.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Add-PSSnapin.md @@ -2,7 +2,7 @@ external help file: System.Management.Automation.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Core -ms.date: 06/09/2017 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/add-pssnapin?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Add-PSSnapin @@ -159,29 +159,37 @@ This cmdlet returns a PSSnapInInfo object that represents the snap-in if you spe ## NOTES -- Beginning in Windows PowerShell 3.0, the core commands that are installed with Windows PowerShell - are packaged in modules. In Windows PowerShell 2.0, and in host programs that create older-style - sessions in later versions of Windows PowerShell, the core commands are packaged in snap-ins - (PSSnapins). The exception is **Microsoft.PowerShell.Core**, which is always a snap-in. Also, - remote sessions, such as those started by the New-PSSession cmdlet, are older-style sessions that - include core snap-ins. - - For information about the **CreateDefault2** method that creates newer-style sessions with core - modules, see - [CreateDefault2 Method](/dotnet/api/system.management.automation.runspaces.initialsessionstate.createdefault2#System_Management_Automation_Runspaces_InitialSessionState_CreateDefault2). - -- For more information about snap-ins, see [about_PSSnapins](About/about_PSSnapins.md) and - [How to Create a Windows PowerShell Snap-in](/powershell/scripting/developer/cmdlet/how-to-create-a-windows-powershell-snap-in). -- `Add-PSSnapin` adds the snap-in only to the current session. To add the snap-in to all Windows - PowerShell sessions, add it to your Windows PowerShell profile. For more information, see - [about_Profiles](About/about_Profiles.md). -- You can add any snap-in that has been registered using the Microsoft .NET Framework install - utility. For more information, see - [How to Register Cmdlets, Providers, and Host Applications](/previous-versions//ms714644(v=vs.85)). -- To get a list of snap-ins that are registered on your computer, type `Get-PSSnapin -Registered`. -- Before adding a snap-in, `Add-PSSnapin` checks the version of the snap-in to verify that it is - compatible with the current version of Windows PowerShell. If the snap-in fails the version check, - Windows PowerShell reports an error. +Windows PowerShell includes the following aliases for `Add-PSSnapin`: + +- `asnp` + +Beginning in Windows PowerShell 3.0, the core commands that are installed with Windows PowerShell +are packaged in modules. In Windows PowerShell 2.0, and in host programs that create older-style +sessions in later versions of Windows PowerShell, the core commands are packaged in snap-ins +(PSSnapins). The exception is **Microsoft.PowerShell.Core**, which is always a snap-in. Also, remote +sessions, such as those started by the New-PSSession cmdlet, are older-style sessions that include +core snap-ins. + +For information about the **CreateDefault2** method that creates newer-style sessions with core +modules, see +[CreateDefault2 Method](/dotnet/api/system.management.automation.runspaces.initialsessionstate.createdefault2#System_Management_Automation_Runspaces_InitialSessionState_CreateDefault2). + +For more information about snap-ins, see [about_PSSnapins](About/about_PSSnapins.md) and +[How to Create a Windows PowerShell Snap-in](/powershell/scripting/developer/cmdlet/how-to-create-a-windows-powershell-snap-in). + +`Add-PSSnapin` adds the snap-in only to the current session. To add the snap-in to all Windows +PowerShell sessions, add it to your Windows PowerShell profile. For more information, see +[about_Profiles](About/about_Profiles.md). + +You can add any snap-in that has been registered using the Microsoft .NET Framework install utility. +For more information, see +[How to Register Cmdlets, Providers, and Host Applications](/previous-versions//ms714644(v=vs.85)). + +To get a list of snap-ins that are registered on your computer, type `Get-PSSnapin -Registered`. + +Before adding a snap-in, `Add-PSSnapin` checks the version of the snap-in to verify that it is +compatible with the current version of Windows PowerShell. If the snap-in fails the version check, +Windows PowerShell reports an error. ## RELATED LINKS diff --git a/reference/5.1/Microsoft.PowerShell.Core/Get-PSSnapin.md b/reference/5.1/Microsoft.PowerShell.Core/Get-PSSnapin.md index 27c0e9f4797..09e94b7d96a 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Get-PSSnapin.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Get-PSSnapin.md @@ -2,7 +2,7 @@ external help file: System.Management.Automation.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Core -ms.date: 06/09/2017 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/get-pssnapin?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-PSSnapin @@ -127,6 +127,10 @@ You cannot pipe input to this cmdlet. ## NOTES +Windows PowerShell includes the following aliases for `Get-PSSnapin`: + +- `gsnp` + Starting in Windows PowerShell 3.0, the core commands that are installed with Windows PowerShell are packaged in modules. In Windows PowerShell 2.0, and in host programs that create older-style sessions in later versions of Windows PowerShell, the core commands are packaged in snap-ins @@ -134,9 +138,9 @@ sessions in later versions of Windows PowerShell, the core commands are packaged remote sessions, such as those started by the `New-PSSession` cmdlet, are older-style sessions that include core snap-ins. - For information about the **CreateDefault2** method that creates newer-style sessions with core - modules, see - [CreateDefault2 Method](/dotnet/api/system.management.automation.runspaces.initialsessionstate.createdefault2#System_Management_Automation_Runspaces_InitialSessionState_CreateDefault2). +For information about the **CreateDefault2** method that creates newer-style sessions with core +modules, see +[CreateDefault2 Method](/dotnet/api/system.management.automation.runspaces.initialsessionstate.createdefault2#System_Management_Automation_Runspaces_InitialSessionState_CreateDefault2). ## RELATED LINKS diff --git a/reference/5.1/Microsoft.PowerShell.Core/New-PSSessionConfigurationFile.md b/reference/5.1/Microsoft.PowerShell.Core/New-PSSessionConfigurationFile.md index 812dc73a3ca..3fd5cb4f330 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/New-PSSessionConfigurationFile.md +++ b/reference/5.1/Microsoft.PowerShell.Core/New-PSSessionConfigurationFile.md @@ -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: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/new-pssessionconfigurationfile?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-PSSessionConfigurationFile @@ -1068,24 +1068,29 @@ This cmdlet returns no output. ## NOTES -- Parameters, such as **VisibleCmdlets** and **VisibleProviders**, do not import items into the - session. Instead, they select from among the items imported into the session. For example, if the - value of the **VisibleProviders** parameter is the Certificate provider, but the - **ModulesToImport** parameter does not specify the **Microsoft.PowerShell.Security** module that - contains the Certificate provider, the Certificate provider is not visible in the session. -- `New-PSSessionConfigurationFile` creates a session configuration file that has a .pssc file name - extension in the path that you specify in the **Path** parameter. When you use the session - configuration file to create a session configuration, the `Register-PSSessionConfiguration` cmdlet - copies the configuration file and saves an active copy of the file in the **SessionConfig** - subdirectory of the `$PSHOME` directory. - - The **ConfigFilePath** property of the session configuration contains the fully qualified path of - the active session configuration file. You can modify the active configuration file in the - `$PSHOME` directory at any time using any text editor. The changes that you make affect all new - sessions that use the session configuration, but not existing sessions. - - Before using an edited session configuration file, use the `Test-PSSessionConfigurationFile` - cmdlet to verify that the configuration file entries are valid. +Windows PowerShell includes the following aliases for `New-PSSessionConfigurationFile`: + +- `npssc` + +Parameters, such as **VisibleCmdlets** and **VisibleProviders**, do not import items into the +session. Instead, they select from among the items imported into the session. For example, if the +value of the **VisibleProviders** parameter is the Certificate provider, but the **ModulesToImport** +parameter does not specify the **Microsoft.PowerShell.Security** module that contains the +Certificate provider, the Certificate provider is not visible in the session. + +`New-PSSessionConfigurationFile` creates a session configuration file that has a .pssc file name +extension in the path that you specify in the **Path** parameter. When you use the session +configuration file to create a session configuration, the `Register-PSSessionConfiguration` cmdlet +copies the configuration file and saves an active copy of the file in the **SessionConfig** +subdirectory of the `$PSHOME` directory. + +The **ConfigFilePath** property of the session configuration contains the fully qualified path of +the active session configuration file. You can modify the active configuration file in the `$PSHOME` +directory at any time using any text editor. The changes that you make affect all new sessions that +use the session configuration, but not existing sessions. + +Before using an edited session configuration file, use the `Test-PSSessionConfigurationFile` cmdlet +to verify that the configuration file entries are valid. ## RELATED LINKS diff --git a/reference/5.1/Microsoft.PowerShell.Core/Remove-PSSnapin.md b/reference/5.1/Microsoft.PowerShell.Core/Remove-PSSnapin.md index 3bf6a4dd715..39832eed8d5 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Remove-PSSnapin.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Remove-PSSnapin.md @@ -157,11 +157,12 @@ Windows PowerShell includes the following aliases for `Remove-PSSnapin`: - `rsnp` -- `Remove-PSSnapin` does not check the version of Windows PowerShell before removing a snap-in from - the session. If a snap-in cannot be removed, a warning appears and the command fails. -- `Remove-PSSnapin` affects only the current session. If you have added an `Add-PSSnapin` command to - your Windows PowerShell profile, you should delete the command to remove the snap-in from future - sessions. For instructions, type `Get-Help about_Profiles`. +`Remove-PSSnapin` does not check the version of Windows PowerShell before removing a snap-in from +the session. If a snap-in cannot be removed, a warning appears and the command fails. + +`Remove-PSSnapin` affects only the current session. If you have added an `Add-PSSnapin` command to +your Windows PowerShell profile, you should delete the command to remove the snap-in from future +sessions. For instructions, type `Get-Help about_Profiles`. ## RELATED LINKS diff --git a/reference/5.1/Microsoft.PowerShell.Core/Suspend-Job.md b/reference/5.1/Microsoft.PowerShell.Core/Suspend-Job.md index 89f261e1204..c8de1293791 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Suspend-Job.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Suspend-Job.md @@ -2,7 +2,7 @@ external help file: System.Management.Automation.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Core -ms.date: 06/09/2017 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/suspend-job?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Suspend-Job @@ -402,24 +402,31 @@ unsupported type, it returns a terminating error. ## OUTPUTS ### System.Management.Automation.Job + This cmdlet returns the jobs that it suspended. ## NOTES -- The mechanism and location for saving a suspended job might vary depending on the job type. For - example, suspended workflow jobs are saved in a flat file store by default, but can also be saved - in a database. -- If you submit a workflow job that is not in the Running state, `Suspend-Job` displays a warning - message. To suppress the warning, use the **WarningAction** common parameter with a value of - SilentlyContinue. +Windows PowerShell includes the following aliases for `Suspend-Job`: + +- `sujb` + +The mechanism and location for saving a suspended job might vary depending on the job type. For +example, suspended workflow jobs are saved in a flat file store by default, but can also be saved in +a database. + +If you submit a workflow job that is not in the Running state, `Suspend-Job` displays a warning +message. To suppress the warning, use the **WarningAction** common parameter with a value of +SilentlyContinue. + +If a job is not of a type that supports suspending, `Suspend-Job` returns a terminating error. - If a job is not of a type that supports suspending, `Suspend-Job` returns a terminating error. +To find the workflow jobs that are suspended, including those that were suspended by this cmdlet, +use the **State** parameter of the `Get-Job` cmdlet to get workflow jobs in the Suspended state. -- To find the workflow jobs that are suspended, including those that were suspended by this cmdlet, - use the **State** parameter of the `Get-Job` cmdlet to get workflow jobs in the Suspended state. -- Some job types have options or properties that prevent Windows PowerShell from suspending the job. - If attempts to suspend the job fail, verify that the job options and properties allow for - suspending. +Some job types have options or properties that prevent Windows PowerShell from suspending the job. +If attempts to suspend the job fail, verify that the job options and properties allow for +suspending. ## RELATED LINKS diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Add-LocalGroupMember.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Add-LocalGroupMember.md index 51cc66726cc..3b7ce8a2fb5 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Add-LocalGroupMember.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Add-LocalGroupMember.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/add-localgroupmember?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Add-LocalGroupMember @@ -190,6 +190,10 @@ This cmdlet returns no output. ## NOTES +Windows PowerShell includes the following aliases for `Add-LocalGroupMember`: + +- `algm` + The Microsoft.PowerShell.LocalAccounts module is not available in 32-bit PowerShell on a 64-bit system. diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Disable-LocalUser.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Disable-LocalUser.md index 71a59ef9eb8..6db76b618f3 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Disable-LocalUser.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Disable-LocalUser.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/disable-localuser?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Disable-LocalUser @@ -172,9 +172,13 @@ This cmdlet returns no output. ## NOTES -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +Windows PowerShell includes the following aliases for `Disable-LocalUser`: + +- `dlu` + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - Local - Active Directory diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Enable-LocalUser.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Enable-LocalUser.md index 27019479489..8278bc11f60 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Enable-LocalUser.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Enable-LocalUser.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/enable-localuser?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Enable-LocalUser @@ -173,9 +173,13 @@ This cmdlet returns no output. ## NOTES -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +Windows PowerShell includes the following aliases for `Enable-LocalUser`: + +- `elu` + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - Local - Active Directory diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalGroup.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalGroup.md index 050e32299d3..f360aa5a0d7 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalGroup.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalGroup.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/get-localgroup?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-LocalGroup @@ -86,7 +86,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 @@ -106,9 +107,13 @@ This cmdlet returns a local group. ## NOTES -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +Windows PowerShell includes the following aliases for `Get-LocalGroup`: + +- `glg` + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - Local - Active Directory diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalGroupMember.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalGroupMember.md index 847802479f1..1984c07a6bb 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalGroupMember.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalGroupMember.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/get-localgroupmember?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-LocalGroupMember @@ -123,7 +123,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 @@ -147,9 +148,13 @@ This cmdlet returns local principals. ## NOTES -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +Windows PowerShell includes the following aliases for `Get-LocalGroupMember`: + +- `glgm` + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - Local - Active Directory diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalUser.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalUser.md index 9950b79a8a6..b7caf97db7b 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalUser.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Get-LocalUser.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/get-localuser?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-LocalUser @@ -142,6 +142,10 @@ This cmdlet returns local user accounts. ## NOTES +Windows PowerShell includes the following aliases for `Get-LocalUser`: + +- `glu` + The **PrincipalSource** property on **LocalUser**, **LocalGroup**, and **LocalPrincipal** objects describes the source of the object. The possible sources are as follows: diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalGroup.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalGroup.md index a83601dd69f..7ea0c71f931 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalGroup.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalGroup.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/new-localgroup?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-LocalGroup @@ -107,7 +107,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 @@ -123,7 +124,11 @@ This cmdlet returns a **LocalGroup** object representing the created security gr ## NOTES -` The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +Windows PowerShell includes the following aliases for `New-LocalGroup`: + +- `nlg` + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and **LocalPrincipal** objects that describes the source of the object. The possible sources are as follows: diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalUser.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalUser.md index dbc5f158747..b796e006278 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalUser.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/New-LocalUser.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 05/18/2023 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/new-localuser?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-LocalUser @@ -324,16 +324,21 @@ This cmdlet returns a **LocalUser** object representing the created user account ## NOTES -- A user name can't be identical to any other user name or group name on the computer. A user name - can't consist only of periods `.` or spaces. A user name can contain up to 20 uppercase - characters or lowercase characters. A user name can't contain the following characters: +Windows PowerShell includes the following aliases for `New-LocalUser`: + +- `nlu` + +A user name can't be identical to any other user name or group name on the computer. A user name +can't consist only of periods `.` or spaces. A user name can contain up to 20 uppercase characters +or lowercase characters. A user name can't contain the following characters: `"`, `/`, `\`, `[`, `]`, `:`, `;`, `|`, `=`, `,`, `+`, `*`, `?`, `<`, `>`, `@` -- A password can contain up to 127 characters. -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +A password can contain up to 127 characters. + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - `Local` - `Active Directory` diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalGroup.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalGroup.md index 3c6438b80b5..5872ce68947 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalGroup.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalGroup.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/remove-localgroup?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Remove-LocalGroup @@ -168,7 +168,11 @@ This cmdlet returns no output. ## NOTES -- This cmdlet cannot delete the following default groups: +Windows PowerShell includes the following aliases for `Remove-LocalGroup`: + +- `rlg` + +This cmdlet cannot delete the following default groups: - Administrators - Backup Operators @@ -188,9 +192,9 @@ This cmdlet returns no output. - Users - WinRMRemoteWMIUsers__ -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - Local - Active Directory diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalGroupMember.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalGroupMember.md index 7d0366d9b74..f8775e21ffc 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalGroupMember.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalGroupMember.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/remove-localgroupmember?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Remove-LocalGroupMember @@ -186,9 +186,13 @@ This cmdlet returns no output. ## NOTES -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +Windows PowerShell includes the following aliases for `Remove-LocalGroupMember`: + +- `rlgm` + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - Local - Active Directory diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalUser.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalUser.md index 92270297c55..d08e3611a73 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalUser.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Remove-LocalUser.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/remove-localuser?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Remove-LocalUser @@ -162,9 +162,13 @@ This cmdlet returns no output. ## NOTES -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +Windows PowerShell includes the following aliases for `Remove-LocalUser`: + +- `rlu` + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - Local - Active Directory diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Rename-LocalGroup.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Rename-LocalGroup.md index 4020cba7b9a..2c14a698c55 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Rename-LocalGroup.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Rename-LocalGroup.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/rename-localgroup?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Rename-LocalGroup @@ -180,9 +180,13 @@ This cmdlet returns no output. ## NOTES -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +Windows PowerShell includes the following aliases for `Rename-LocalGroup`: + +- `rnlg` + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - Local - Active Directory diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Rename-LocalUser.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Rename-LocalUser.md index 5265e72ed63..ed94af6d02b 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Rename-LocalUser.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Rename-LocalUser.md @@ -178,9 +178,13 @@ This cmdlet returns no output. ## NOTES -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +Windows PowerShell includes the following aliases for `Rename-LocalUser`: + +- `rnlu` + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - Local - Active Directory diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Set-LocalGroup.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Set-LocalGroup.md index 0fb4e041914..973bba51727 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Set-LocalGroup.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Set-LocalGroup.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/set-localgroup?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-LocalGroup @@ -179,9 +179,13 @@ This cmdlet returns no output. ## NOTES -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +Windows PowerShell includes the following aliases for `Set-LocalGroup`: + +- `slg` + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - Local - Active Directory diff --git a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Set-LocalUser.md b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Set-LocalUser.md index 0e2aad7ede1..c207c005774 100644 --- a/reference/5.1/Microsoft.PowerShell.LocalAccounts/Set-LocalUser.md +++ b/reference/5.1/Microsoft.PowerShell.LocalAccounts/Set-LocalUser.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.LocalAccounts.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.LocalAccounts -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.localaccounts/set-localuser?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-LocalUser @@ -307,9 +307,13 @@ This cmdlet returns no output. ## NOTES -- The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and - **LocalPrincipal** objects that describes the source of the object. The possible sources are as - follows: +Windows PowerShell includes the following aliases for `Set-LocalUser`: + +- `slu` + +The **PrincipalSource** property is a property on **LocalUser**, **LocalGroup**, and +**LocalPrincipal** objects that describes the source of the object. The possible sources are as +follows: - Local - Active Directory diff --git a/reference/5.1/Microsoft.PowerShell.Management/Invoke-WmiMethod.md b/reference/5.1/Microsoft.PowerShell.Management/Invoke-WmiMethod.md index 3ea726bdb17..2a3e7c075d7 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/Invoke-WmiMethod.md +++ b/reference/5.1/Microsoft.PowerShell.Management/Invoke-WmiMethod.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 05/17/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/invoke-wmimethod?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Invoke-WmiMethod @@ -561,6 +561,10 @@ This cmdlet does not generate any output. ## NOTES +Windows PowerShell includes the following aliases for `Invoke-WmiMethod`: + +- `iwmi` + ## RELATED LINKS [Get-WSManInstance](../Microsoft.WsMan.Management/Get-WSManInstance.md) diff --git a/reference/5.1/Microsoft.PowerShell.Management/Remove-WmiObject.md b/reference/5.1/Microsoft.PowerShell.Management/Remove-WmiObject.md index 45f873dc542..a8b8fb2291e 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/Remove-WmiObject.md +++ b/reference/5.1/Microsoft.PowerShell.Management/Remove-WmiObject.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 09/30/2021 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-wmiobject?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Remove-WmiObject @@ -440,6 +440,10 @@ generate any output. ## NOTES +Windows PowerShell includes the following aliases for `Remove-WmiObject`: + +- `rwmi` + ## RELATED LINKS [Get-WmiObject](Get-WmiObject.md) diff --git a/reference/5.1/Microsoft.PowerShell.Management/Set-TimeZone.md b/reference/5.1/Microsoft.PowerShell.Management/Set-TimeZone.md index 565173a809f..b88a3344a7a 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/Set-TimeZone.md +++ b/reference/5.1/Microsoft.PowerShell.Management/Set-TimeZone.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-timezone?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-TimeZone @@ -205,6 +205,10 @@ When you use the **PassThru** parameter, this cmdlet returns a **TimeZoneInfo** ## NOTES +Windows PowerShell includes the following aliases for `Set-TimeZone`: + +- `stz` + ## RELATED LINKS [Get-TimeZone](Get-TimeZone.md) diff --git a/reference/5.1/Microsoft.PowerShell.Management/Set-WmiInstance.md b/reference/5.1/Microsoft.PowerShell.Management/Set-WmiInstance.md index 25ed9cfcfed..0a3c2a9275d 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/Set-WmiInstance.md +++ b/reference/5.1/Microsoft.PowerShell.Management/Set-WmiInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 09/30/2021 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-wmiinstance?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-WmiInstance @@ -576,7 +576,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 @@ -592,6 +593,10 @@ This cmdlet does not generate output. ## NOTES +Windows PowerShell includes the following aliases for `Set-WmiInstance`: + +- `swmi` + ## RELATED LINKS [Get-WmiObject](Get-WmiObject.md) diff --git a/reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-String.md b/reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-String.md index 90ae9418934..cd33c5819bb 100644 --- a/reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-String.md +++ b/reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-String.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 10/01/2021 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/convertfrom-string?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: ConvertFrom-String @@ -383,9 +383,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, -`-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, -`-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](../Microsoft.PowerShell.Core/About/about_CommonParameters.md). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](../Microsoft.PowerShell.Core/About/about_CommonParameters.md). ## INPUTS @@ -395,6 +396,10 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar ## NOTES +Windows PowerShell includes the following aliases for `ConvertFrom-String`: + +- `CFS` + ## RELATED LINKS [ConvertFrom-String: Example-based text parsing](https://devblogs.microsoft.com/powershell/convertfrom-string-example-based-text-parsing/) diff --git a/reference/5.1/Microsoft.PowerShell.Utility/Get-PSCallStack.md b/reference/5.1/Microsoft.PowerShell.Utility/Get-PSCallStack.md index 114d5cdccf9..9357dab962c 100644 --- a/reference/5.1/Microsoft.PowerShell.Utility/Get-PSCallStack.md +++ b/reference/5.1/Microsoft.PowerShell.Utility/Get-PSCallStack.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-pscallstack?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-PSCallStack @@ -106,6 +106,10 @@ This cmdlet returns an object representing the items in the call stack. ## NOTES +Windows PowerShell includes the following aliases for `Get-PSCallStack`: + +- `gcs` + ## RELATED LINKS [Disable-PSBreakpoint](Disable-PSBreakpoint.md) diff --git a/reference/5.1/Microsoft.PowerShell.Utility/Out-GridView.md b/reference/5.1/Microsoft.PowerShell.Utility/Out-GridView.md index d8afde1a7a5..0cac6d07515 100644 --- a/reference/5.1/Microsoft.PowerShell.Utility/Out-GridView.md +++ b/reference/5.1/Microsoft.PowerShell.Utility/Out-GridView.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/out-gridview?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Out-GridView @@ -291,6 +291,10 @@ rows. ## NOTES +Windows PowerShell includes the following aliases for `Out-GridView`: + +- `ogv` + You cannot use a remote command to open a grid view window on another computer. The command output that you send to `Out-GridView` cannot be formatted using the `Format` cmdlets, diff --git a/reference/5.1/Microsoft.PowerShell.Utility/Out-Printer.md b/reference/5.1/Microsoft.PowerShell.Utility/Out-Printer.md index f81eddef7fe..cc6f306eced 100644 --- a/reference/5.1/Microsoft.PowerShell.Utility/Out-Printer.md +++ b/reference/5.1/Microsoft.PowerShell.Utility/Out-Printer.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/out-printer?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Out-Printer @@ -121,6 +121,10 @@ This cmdlet returns no output. ## NOTES +Windows PowerShell includes the following aliases for `Out-Printer`: + +- `lp` + The cmdlets that contain the `Out` verb do not format objects. They just render them and send them to the specified display destination. If you send an unformatted object to an `Out` cmdlet, the cmdlet sends it to a formatting cmdlet before rendering it. diff --git a/reference/5.1/PSWorkflow/New-PSWorkflowSession.md b/reference/5.1/PSWorkflow/New-PSWorkflowSession.md index 4ede8107e43..dc03ad0a843 100644 --- a/reference/5.1/PSWorkflow/New-PSWorkflowSession.md +++ b/reference/5.1/PSWorkflow/New-PSWorkflowSession.md @@ -2,7 +2,7 @@ external help file: Microsoft.Powershell.Workflow.ServiceCore.dll-help.xml Locale: en-US Module Name: PSWorkflow -ms.date: 12/13/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/psworkflow/new-psworkflowsession?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-PSWorkflowSession @@ -395,6 +395,10 @@ You can pipe a computer name to this cmdlet. ## NOTES +Windows PowerShell includes the following aliases for `New-PSWorkflowSession`: + +- `nwsn` + A `New-PSWorkflowSession` command is equivalent to the following command: `New-PSSession -ConfigurationName Microsoft.PowerShell.Workflow` diff --git a/reference/7.2/CimCmdlets/Get-CimAssociatedInstance.md b/reference/7.2/CimCmdlets/Get-CimAssociatedInstance.md index 596acfc2ba0..1de53cf6d2d 100644 --- a/reference/7.2/CimCmdlets/Get-CimAssociatedInstance.md +++ b/reference/7.2/CimCmdlets/Get-CimAssociatedInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimassociatedinstance?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimAssociatedInstance @@ -328,6 +328,13 @@ This cmdlet returns a CIM instance object. ## NOTES +PowerShell includes the following aliases for ``: + +- Windows: + - `gcai` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimClass](get-cimclass.md) diff --git a/reference/7.2/CimCmdlets/Get-CimClass.md b/reference/7.2/CimCmdlets/Get-CimClass.md index 607c8ad25b7..1ed5627bbed 100644 --- a/reference/7.2/CimCmdlets/Get-CimClass.md +++ b/reference/7.2/CimCmdlets/Get-CimClass.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimclass?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimClass @@ -289,6 +289,13 @@ This cmdlet returns a CIM class object. ## NOTES +PowerShell includes the following aliases for `Get-CimClass`: + +- Windows: + - `gcls` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [New-CimSession](New-CimSession.md) diff --git a/reference/7.2/CimCmdlets/Get-CimInstance.md b/reference/7.2/CimCmdlets/Get-CimInstance.md index adfb3d10349..7447a0538df 100644 --- a/reference/7.2/CimCmdlets/Get-CimInstance.md +++ b/reference/7.2/CimCmdlets/Get-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-ciminstance?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimInstance @@ -514,6 +514,13 @@ the CIM server. ## NOTES +PowerShell includes the following aliases for `Get-CimInstance`: + +- Windows: + - `gcim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Format-Table](../microsoft.powershell.utility/format-table.md) diff --git a/reference/7.2/CimCmdlets/Get-CimSession.md b/reference/7.2/CimCmdlets/Get-CimSession.md index bcf32fcd7e5..b8a42bc14a3 100644 --- a/reference/7.2/CimCmdlets/Get-CimSession.md +++ b/reference/7.2/CimCmdlets/Get-CimSession.md @@ -2,8 +2,8 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 -online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimsession?view=powershell-7.2&WT.mc_id=ps-gethelp +ms.date: 06/28/2023 +online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimsession?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimSession --- @@ -244,6 +244,13 @@ This cmdlet returns a CIM session object. ## NOTES +PowerShell includes the following aliases for `Get-CimSession`: + +- Windows: + - `gcms` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Format-Table](../microsoft.powershell.utility/format-table.md) diff --git a/reference/7.2/CimCmdlets/Invoke-CimMethod.md b/reference/7.2/CimCmdlets/Invoke-CimMethod.md index 8847cc132f4..e774fec229e 100644 --- a/reference/7.2/CimCmdlets/Invoke-CimMethod.md +++ b/reference/7.2/CimCmdlets/Invoke-CimMethod.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 01/21/2020 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/invoke-cimmethod?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Invoke-CimMethod @@ -467,6 +467,13 @@ This cmdlet returns an object. ## NOTES +PowerShell includes the following aliases for `Invoke-CimMethod`: + +- Windows: + - `icim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimClass](get-cimclass.md) diff --git a/reference/7.2/CimCmdlets/New-CimInstance.md b/reference/7.2/CimCmdlets/New-CimInstance.md index b9729547ba7..dcbb402ac46 100644 --- a/reference/7.2/CimCmdlets/New-CimInstance.md +++ b/reference/7.2/CimCmdlets/New-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/new-ciminstance?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-CimInstance @@ -403,6 +403,13 @@ This cmdlet returns an object that contains the CIM instance information. ## NOTES +PowerShell includes the following aliases for `New-CimInstance`: + +- Windows: + - `ncim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimClass](get-cimclass.md) diff --git a/reference/7.2/CimCmdlets/New-CimSession.md b/reference/7.2/CimCmdlets/New-CimSession.md index ab24904205b..0d5c3e4752d 100644 --- a/reference/7.2/CimCmdlets/New-CimSession.md +++ b/reference/7.2/CimCmdlets/New-CimSession.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/new-cimsession?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-CimSession @@ -364,6 +364,13 @@ This cmdlet returns a CIM session object. ## NOTES +PowerShell includes the following aliases for `New-CimSession`: + +- Windows: + - `ncms` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-ChildItem](../Microsoft.Powershell.Management/Get-ChildItem.md) diff --git a/reference/7.2/CimCmdlets/New-CimSessionOption.md b/reference/7.2/CimCmdlets/New-CimSessionOption.md index 673385c931e..091f3ab1106 100644 --- a/reference/7.2/CimCmdlets/New-CimSessionOption.md +++ b/reference/7.2/CimCmdlets/New-CimSessionOption.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/new-cimsessionoption?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-CimSessionOption @@ -479,6 +479,13 @@ This cmdlet returns an object that contains CIM session options information. ## NOTES +PowerShell includes the following aliases for `New-CimSessionOption`: + +- Windows: + - `ncso` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-ChildItem](../microsoft.powershell.management/get-childitem.md) diff --git a/reference/7.2/CimCmdlets/Register-CimIndicationEvent.md b/reference/7.2/CimCmdlets/Register-CimIndicationEvent.md index c8a18f11b5b..4cfdf9d3104 100644 --- a/reference/7.2/CimCmdlets/Register-CimIndicationEvent.md +++ b/reference/7.2/CimCmdlets/Register-CimIndicationEvent.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 no-loc: [-Forward] online version: https://learn.microsoft.com/powershell/module/cimcmdlets/register-cimindicationevent?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -390,6 +390,13 @@ This cmdlet returns an **EventSubscription** object. ## NOTES +PowerShell includes the following aliases for `Register-CimIndicationEvent`: + +- Windows: + - `rcie` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-Event](../microsoft.powershell.utility/get-event.md) diff --git a/reference/7.2/CimCmdlets/Remove-CimInstance.md b/reference/7.2/CimCmdlets/Remove-CimInstance.md index 50aa0147fc0..c01501d705b 100644 --- a/reference/7.2/CimCmdlets/Remove-CimInstance.md +++ b/reference/7.2/CimCmdlets/Remove-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/remove-ciminstance?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Remove-CimInstance @@ -318,6 +318,13 @@ This cmdlet returns no output. ## NOTES +PowerShell includes the following aliases for `Remove-CimInstance`: + +- Windows: + - `rcim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [New-CimInstance](New-CimInstance.md) diff --git a/reference/7.2/CimCmdlets/Remove-CimSession.md b/reference/7.2/CimCmdlets/Remove-CimSession.md index c943cc1f7bd..d48fc2c04c2 100644 --- a/reference/7.2/CimCmdlets/Remove-CimSession.md +++ b/reference/7.2/CimCmdlets/Remove-CimSession.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/remove-cimsession?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Remove-CimSession @@ -230,6 +230,13 @@ This cmdlet returns an object that contains CIM session information. ## NOTES +PowerShell includes the following aliases for `Remove-CimSession`: + +- Windows: + - `rcms` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimSession](Get-CimSession.md) diff --git a/reference/7.2/CimCmdlets/Set-CimInstance.md b/reference/7.2/CimCmdlets/Set-CimInstance.md index 2d39eea375e..7148a1ea35a 100644 --- a/reference/7.2/CimCmdlets/Set-CimInstance.md +++ b/reference/7.2/CimCmdlets/Set-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/set-ciminstance?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-CimInstance @@ -415,6 +415,13 @@ When you use the **Passthru** parameter, this cmdlet returns the modified CIM in ## NOTES +PowerShell includes the following aliases for `Set-CimInstance`: + +- Windows: + - `scim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimInstance](get-ciminstance.md) diff --git a/reference/7.2/Microsoft.PowerShell.Management/Set-TimeZone.md b/reference/7.2/Microsoft.PowerShell.Management/Set-TimeZone.md index f27022dc7e8..05f9d3f4617 100644 --- a/reference/7.2/Microsoft.PowerShell.Management/Set-TimeZone.md +++ b/reference/7.2/Microsoft.PowerShell.Management/Set-TimeZone.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-timezone?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-TimeZone @@ -208,6 +208,11 @@ When you use the **PassThru** parameter, this cmdlet returns a **TimeZoneInfo** ## NOTES +PowerShell includes the following aliases for `Set-TimeZone`: + +- Windows: + - `stz` + This cmdlet is only available on Windows platforms. ## RELATED LINKS diff --git a/reference/7.2/Microsoft.PowerShell.Utility/Get-PSCallStack.md b/reference/7.2/Microsoft.PowerShell.Utility/Get-PSCallStack.md index d4d971b2538..9012d3fb55c 100644 --- a/reference/7.2/Microsoft.PowerShell.Utility/Get-PSCallStack.md +++ b/reference/7.2/Microsoft.PowerShell.Utility/Get-PSCallStack.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-pscallstack?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-PSCallStack @@ -106,6 +106,11 @@ This cmdlet returns an object representing the items in the call stack. ## NOTES +PowerShell includes the following aliases for `Get-PSCallStack`: + +- All platforms: + - `gcs` + ## RELATED LINKS [Disable-PSBreakpoint](Disable-PSBreakpoint.md) diff --git a/reference/7.2/Microsoft.PowerShell.Utility/Out-GridView.md b/reference/7.2/Microsoft.PowerShell.Utility/Out-GridView.md index 52b55ec1771..7bcb52d968e 100644 --- a/reference/7.2/Microsoft.PowerShell.Utility/Out-GridView.md +++ b/reference/7.2/Microsoft.PowerShell.Utility/Out-GridView.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/out-gridview?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Out-GridView @@ -299,6 +299,12 @@ rows. ## NOTES +PowerShell includes the following aliases for `Out-GridView`: + +- Windows: + - `ogv` + +This cmdlet is only available on Windows platforms. This cmdlet is only available on Windows platforms. You cannot use a remote command to open a grid view window on another computer. diff --git a/reference/7.3/CimCmdlets/Get-CimAssociatedInstance.md b/reference/7.3/CimCmdlets/Get-CimAssociatedInstance.md index eb99233f26b..7a437b91b87 100644 --- a/reference/7.3/CimCmdlets/Get-CimAssociatedInstance.md +++ b/reference/7.3/CimCmdlets/Get-CimAssociatedInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimassociatedinstance?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimAssociatedInstance @@ -328,6 +328,13 @@ This cmdlet returns a CIM instance object. ## NOTES +PowerShell includes the following aliases for ``: + +- Windows: + - `gcai` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimClass](get-cimclass.md) diff --git a/reference/7.3/CimCmdlets/Get-CimClass.md b/reference/7.3/CimCmdlets/Get-CimClass.md index 1e20a594c21..953de38d907 100644 --- a/reference/7.3/CimCmdlets/Get-CimClass.md +++ b/reference/7.3/CimCmdlets/Get-CimClass.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimclass?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimClass @@ -309,6 +309,13 @@ This cmdlet returns a CIM class object. ## NOTES +PowerShell includes the following aliases for `Get-CimClass`: + +- Windows: + - `gcls` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [New-CimSession](New-CimSession.md) diff --git a/reference/7.3/CimCmdlets/Get-CimInstance.md b/reference/7.3/CimCmdlets/Get-CimInstance.md index d738888553b..cf33a315ea9 100644 --- a/reference/7.3/CimCmdlets/Get-CimInstance.md +++ b/reference/7.3/CimCmdlets/Get-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-ciminstance?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimInstance @@ -514,6 +514,13 @@ the CIM server. ## NOTES +PowerShell includes the following aliases for `Get-CimInstance`: + +- Windows: + - `gcim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Format-Table](../microsoft.powershell.utility/format-table.md) diff --git a/reference/7.3/CimCmdlets/Get-CimSession.md b/reference/7.3/CimCmdlets/Get-CimSession.md index 150eba1d5a8..b8a42bc14a3 100644 --- a/reference/7.3/CimCmdlets/Get-CimSession.md +++ b/reference/7.3/CimCmdlets/Get-CimSession.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimsession?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimSession @@ -244,6 +244,13 @@ This cmdlet returns a CIM session object. ## NOTES +PowerShell includes the following aliases for `Get-CimSession`: + +- Windows: + - `gcms` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Format-Table](../microsoft.powershell.utility/format-table.md) diff --git a/reference/7.3/CimCmdlets/Invoke-CimMethod.md b/reference/7.3/CimCmdlets/Invoke-CimMethod.md index a1af802360e..57d0f6c0021 100644 --- a/reference/7.3/CimCmdlets/Invoke-CimMethod.md +++ b/reference/7.3/CimCmdlets/Invoke-CimMethod.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/invoke-cimmethod?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Invoke-CimMethod @@ -467,6 +467,13 @@ This cmdlet returns an object. ## NOTES +PowerShell includes the following aliases for `Invoke-CimMethod`: + +- Windows: + - `icim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimClass](get-cimclass.md) diff --git a/reference/7.3/CimCmdlets/New-CimInstance.md b/reference/7.3/CimCmdlets/New-CimInstance.md index a1ce15b2cbe..04e4b7c52bc 100644 --- a/reference/7.3/CimCmdlets/New-CimInstance.md +++ b/reference/7.3/CimCmdlets/New-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/new-ciminstance?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-CimInstance @@ -403,6 +403,13 @@ This cmdlet returns an object that contains the CIM instance information. ## NOTES +PowerShell includes the following aliases for `New-CimInstance`: + +- Windows: + - `ncim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimClass](get-cimclass.md) diff --git a/reference/7.3/CimCmdlets/New-CimSession.md b/reference/7.3/CimCmdlets/New-CimSession.md index 20920fcbcef..81888aaff4a 100644 --- a/reference/7.3/CimCmdlets/New-CimSession.md +++ b/reference/7.3/CimCmdlets/New-CimSession.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/new-cimsession?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-CimSession @@ -364,6 +364,13 @@ This cmdlet returns a CIM session object. ## NOTES +PowerShell includes the following aliases for `New-CimSession`: + +- Windows: + - `ncms` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-ChildItem](../Microsoft.Powershell.Management/Get-ChildItem.md) diff --git a/reference/7.3/CimCmdlets/New-CimSessionOption.md b/reference/7.3/CimCmdlets/New-CimSessionOption.md index 055c5b29d8c..dc620bfc3cd 100644 --- a/reference/7.3/CimCmdlets/New-CimSessionOption.md +++ b/reference/7.3/CimCmdlets/New-CimSessionOption.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/new-cimsessionoption?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-CimSessionOption @@ -479,6 +479,13 @@ This cmdlet returns an object that contains CIM session options information. ## NOTES +PowerShell includes the following aliases for `New-CimSessionOption`: + +- Windows: + - `ncso` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-ChildItem](../microsoft.powershell.management/get-childitem.md) diff --git a/reference/7.3/CimCmdlets/Register-CimIndicationEvent.md b/reference/7.3/CimCmdlets/Register-CimIndicationEvent.md index f2766b95622..c9f68a09a49 100644 --- a/reference/7.3/CimCmdlets/Register-CimIndicationEvent.md +++ b/reference/7.3/CimCmdlets/Register-CimIndicationEvent.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 no-loc: [-Forward] online version: https://learn.microsoft.com/powershell/module/cimcmdlets/register-cimindicationevent?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -390,6 +390,13 @@ This cmdlet returns an **EventSubscription** object. ## NOTES +PowerShell includes the following aliases for `Register-CimIndicationEvent`: + +- Windows: + - `rcie` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-Event](../microsoft.powershell.utility/get-event.md) diff --git a/reference/7.3/CimCmdlets/Remove-CimInstance.md b/reference/7.3/CimCmdlets/Remove-CimInstance.md index fbe42a87474..30ccc902136 100644 --- a/reference/7.3/CimCmdlets/Remove-CimInstance.md +++ b/reference/7.3/CimCmdlets/Remove-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/remove-ciminstance?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Remove-CimInstance @@ -318,6 +318,13 @@ This cmdlet returns no output. ## NOTES +PowerShell includes the following aliases for `Remove-CimInstance`: + +- Windows: + - `rcim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [New-CimInstance](New-CimInstance.md) diff --git a/reference/7.3/CimCmdlets/Remove-CimSession.md b/reference/7.3/CimCmdlets/Remove-CimSession.md index 92bd2d32afa..ca21ac7e1f3 100644 --- a/reference/7.3/CimCmdlets/Remove-CimSession.md +++ b/reference/7.3/CimCmdlets/Remove-CimSession.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/remove-cimsession?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Remove-CimSession @@ -230,6 +230,13 @@ This cmdlet returns an object that contains CIM session information. ## NOTES +PowerShell includes the following aliases for `Remove-CimSession`: + +- Windows: + - `rcms` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimSession](Get-CimSession.md) diff --git a/reference/7.3/CimCmdlets/Set-CimInstance.md b/reference/7.3/CimCmdlets/Set-CimInstance.md index 7a47074aee7..2a52b633c21 100644 --- a/reference/7.3/CimCmdlets/Set-CimInstance.md +++ b/reference/7.3/CimCmdlets/Set-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/set-ciminstance?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-CimInstance @@ -415,6 +415,13 @@ When you use the **Passthru** parameter, this cmdlet returns the modified CIM in ## NOTES +PowerShell includes the following aliases for `Set-CimInstance`: + +- Windows: + - `scim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimInstance](get-ciminstance.md) diff --git a/reference/7.3/Microsoft.PowerShell.Management/Set-TimeZone.md b/reference/7.3/Microsoft.PowerShell.Management/Set-TimeZone.md index d00f36ca618..857bc2444e4 100644 --- a/reference/7.3/Microsoft.PowerShell.Management/Set-TimeZone.md +++ b/reference/7.3/Microsoft.PowerShell.Management/Set-TimeZone.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-timezone?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-TimeZone @@ -208,6 +208,11 @@ When you use the **PassThru** parameter, this cmdlet returns a **TimeZoneInfo** ## NOTES +PowerShell includes the following aliases for `Set-TimeZone`: + +- Windows: + - `stz` + This cmdlet is only available on Windows platforms. ## RELATED LINKS diff --git a/reference/7.3/Microsoft.PowerShell.Utility/Get-PSCallStack.md b/reference/7.3/Microsoft.PowerShell.Utility/Get-PSCallStack.md index b7fdeee1aaa..d08752ac5da 100644 --- a/reference/7.3/Microsoft.PowerShell.Utility/Get-PSCallStack.md +++ b/reference/7.3/Microsoft.PowerShell.Utility/Get-PSCallStack.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-pscallstack?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-PSCallStack @@ -106,6 +106,11 @@ This cmdlet returns an object representing the items in the call stack. ## NOTES +PowerShell includes the following aliases for `Get-PSCallStack`: + +- All platforms: + - `gcs` + ## RELATED LINKS [Disable-PSBreakpoint](Disable-PSBreakpoint.md) diff --git a/reference/7.3/Microsoft.PowerShell.Utility/Out-GridView.md b/reference/7.3/Microsoft.PowerShell.Utility/Out-GridView.md index 0058f6d3f4a..767282941ab 100644 --- a/reference/7.3/Microsoft.PowerShell.Utility/Out-GridView.md +++ b/reference/7.3/Microsoft.PowerShell.Utility/Out-GridView.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/out-gridview?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: Out-GridView @@ -299,6 +299,12 @@ rows. ## NOTES +PowerShell includes the following aliases for `Out-GridView`: + +- Windows: + - `ogv` + +This cmdlet is only available on Windows platforms. This cmdlet is only available on Windows platforms. You cannot use a remote command to open a grid view window on another computer. diff --git a/reference/7.4/CimCmdlets/Get-CimAssociatedInstance.md b/reference/7.4/CimCmdlets/Get-CimAssociatedInstance.md index d5601510d6a..e8e880c52aa 100644 --- a/reference/7.4/CimCmdlets/Get-CimAssociatedInstance.md +++ b/reference/7.4/CimCmdlets/Get-CimAssociatedInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimassociatedinstance?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimAssociatedInstance @@ -328,6 +328,13 @@ This cmdlet returns a CIM instance object. ## NOTES +PowerShell includes the following aliases for ``: + +- Windows: + - `gcai` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimClass](get-cimclass.md) diff --git a/reference/7.4/CimCmdlets/Get-CimClass.md b/reference/7.4/CimCmdlets/Get-CimClass.md index 1852330e9bb..e906a6384d0 100644 --- a/reference/7.4/CimCmdlets/Get-CimClass.md +++ b/reference/7.4/CimCmdlets/Get-CimClass.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimclass?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimClass @@ -309,6 +309,13 @@ This cmdlet returns a CIM class object. ## NOTES +PowerShell includes the following aliases for `Get-CimClass`: + +- Windows: + - `gcls` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [New-CimSession](New-CimSession.md) diff --git a/reference/7.4/CimCmdlets/Get-CimInstance.md b/reference/7.4/CimCmdlets/Get-CimInstance.md index 091150e19af..04873e74bf3 100644 --- a/reference/7.4/CimCmdlets/Get-CimInstance.md +++ b/reference/7.4/CimCmdlets/Get-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-ciminstance?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimInstance @@ -514,6 +514,13 @@ the CIM server. ## NOTES +PowerShell includes the following aliases for `Get-CimInstance`: + +- Windows: + - `gcim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Format-Table](../microsoft.powershell.utility/format-table.md) diff --git a/reference/7.4/CimCmdlets/Get-CimSession.md b/reference/7.4/CimCmdlets/Get-CimSession.md index a98ce9dbfe6..5c9e723b139 100644 --- a/reference/7.4/CimCmdlets/Get-CimSession.md +++ b/reference/7.4/CimCmdlets/Get-CimSession.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/get-cimsession?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-CimSession @@ -244,6 +244,13 @@ This cmdlet returns a CIM session object. ## NOTES +PowerShell includes the following aliases for `Get-CimSession`: + +- Windows: + - `gcms` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Format-Table](../microsoft.powershell.utility/format-table.md) diff --git a/reference/7.4/CimCmdlets/Invoke-CimMethod.md b/reference/7.4/CimCmdlets/Invoke-CimMethod.md index 430d3bd9d66..b3f2d24c386 100644 --- a/reference/7.4/CimCmdlets/Invoke-CimMethod.md +++ b/reference/7.4/CimCmdlets/Invoke-CimMethod.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/invoke-cimmethod?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Invoke-CimMethod @@ -467,6 +467,13 @@ This cmdlet returns an object. ## NOTES +PowerShell includes the following aliases for `Invoke-CimMethod`: + +- Windows: + - `icim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimClass](get-cimclass.md) diff --git a/reference/7.4/CimCmdlets/New-CimInstance.md b/reference/7.4/CimCmdlets/New-CimInstance.md index ea18c2a91a3..5462b4d4a97 100644 --- a/reference/7.4/CimCmdlets/New-CimInstance.md +++ b/reference/7.4/CimCmdlets/New-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/new-ciminstance?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-CimInstance @@ -403,6 +403,13 @@ This cmdlet returns an object that contains the CIM instance information. ## NOTES +PowerShell includes the following aliases for `New-CimInstance`: + +- Windows: + - `ncim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimClass](get-cimclass.md) diff --git a/reference/7.4/CimCmdlets/New-CimSession.md b/reference/7.4/CimCmdlets/New-CimSession.md index e95879a98b0..cb0f279b080 100644 --- a/reference/7.4/CimCmdlets/New-CimSession.md +++ b/reference/7.4/CimCmdlets/New-CimSession.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/new-cimsession?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-CimSession @@ -364,6 +364,13 @@ This cmdlet returns a CIM session object. ## NOTES +PowerShell includes the following aliases for `New-CimSession`: + +- Windows: + - `ncms` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-ChildItem](../Microsoft.Powershell.Management/Get-ChildItem.md) diff --git a/reference/7.4/CimCmdlets/New-CimSessionOption.md b/reference/7.4/CimCmdlets/New-CimSessionOption.md index 642107c4878..bbfa89d67fc 100644 --- a/reference/7.4/CimCmdlets/New-CimSessionOption.md +++ b/reference/7.4/CimCmdlets/New-CimSessionOption.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/new-cimsessionoption?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-CimSessionOption @@ -479,6 +479,13 @@ This cmdlet returns an object that contains CIM session options information. ## NOTES +PowerShell includes the following aliases for `New-CimSessionOption`: + +- Windows: + - `ncso` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-ChildItem](../microsoft.powershell.management/get-childitem.md) diff --git a/reference/7.4/CimCmdlets/Register-CimIndicationEvent.md b/reference/7.4/CimCmdlets/Register-CimIndicationEvent.md index 0497ff0fbc9..2b8390ac510 100644 --- a/reference/7.4/CimCmdlets/Register-CimIndicationEvent.md +++ b/reference/7.4/CimCmdlets/Register-CimIndicationEvent.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 no-loc: [-Forward] online version: https://learn.microsoft.com/powershell/module/cimcmdlets/register-cimindicationevent?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 @@ -390,6 +390,13 @@ This cmdlet returns an **EventSubscription** object. ## NOTES +PowerShell includes the following aliases for `Register-CimIndicationEvent`: + +- Windows: + - `rcie` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-Event](../microsoft.powershell.utility/get-event.md) diff --git a/reference/7.4/CimCmdlets/Remove-CimInstance.md b/reference/7.4/CimCmdlets/Remove-CimInstance.md index 057e930b914..0683c81674d 100644 --- a/reference/7.4/CimCmdlets/Remove-CimInstance.md +++ b/reference/7.4/CimCmdlets/Remove-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/remove-ciminstance?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Remove-CimInstance @@ -318,6 +318,13 @@ This cmdlet returns no output. ## NOTES +PowerShell includes the following aliases for `Remove-CimInstance`: + +- Windows: + - `rcim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [New-CimInstance](New-CimInstance.md) diff --git a/reference/7.4/CimCmdlets/Remove-CimSession.md b/reference/7.4/CimCmdlets/Remove-CimSession.md index 6cc1ca44279..7ebd428f279 100644 --- a/reference/7.4/CimCmdlets/Remove-CimSession.md +++ b/reference/7.4/CimCmdlets/Remove-CimSession.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/remove-cimsession?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Remove-CimSession @@ -230,6 +230,13 @@ This cmdlet returns an object that contains CIM session information. ## NOTES +PowerShell includes the following aliases for `Remove-CimSession`: + +- Windows: + - `rcms` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimSession](Get-CimSession.md) diff --git a/reference/7.4/CimCmdlets/Set-CimInstance.md b/reference/7.4/CimCmdlets/Set-CimInstance.md index 9bb4ffddca2..fc7c3267ef9 100644 --- a/reference/7.4/CimCmdlets/Set-CimInstance.md +++ b/reference/7.4/CimCmdlets/Set-CimInstance.md @@ -2,7 +2,7 @@ external help file: Microsoft.Management.Infrastructure.CimCmdlets.dll-Help.xml Locale: en-US Module Name: CimCmdlets -ms.date: 12/09/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/cimcmdlets/set-ciminstance?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-CimInstance @@ -415,6 +415,13 @@ When you use the **Passthru** parameter, this cmdlet returns the modified CIM in ## NOTES +PowerShell includes the following aliases for `Set-CimInstance`: + +- Windows: + - `scim` + +This cmdlet is only available on Windows platforms. + ## RELATED LINKS [Get-CimInstance](get-ciminstance.md) diff --git a/reference/7.4/Microsoft.PowerShell.Management/Set-TimeZone.md b/reference/7.4/Microsoft.PowerShell.Management/Set-TimeZone.md index 7e1dc84b126..887e67f978c 100644 --- a/reference/7.4/Microsoft.PowerShell.Management/Set-TimeZone.md +++ b/reference/7.4/Microsoft.PowerShell.Management/Set-TimeZone.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-timezone?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-TimeZone @@ -208,6 +208,11 @@ When you use the **PassThru** parameter, this cmdlet returns a **TimeZoneInfo** ## NOTES +PowerShell includes the following aliases for `Set-TimeZone`: + +- Windows: + - `stz` + This cmdlet is only available on Windows platforms. ## RELATED LINKS diff --git a/reference/7.4/Microsoft.PowerShell.Utility/Get-PSCallStack.md b/reference/7.4/Microsoft.PowerShell.Utility/Get-PSCallStack.md index 9ee0720f0b0..59cd3f43037 100644 --- a/reference/7.4/Microsoft.PowerShell.Utility/Get-PSCallStack.md +++ b/reference/7.4/Microsoft.PowerShell.Utility/Get-PSCallStack.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-pscallstack?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Get-PSCallStack @@ -106,6 +106,11 @@ This cmdlet returns an object representing the items in the call stack. ## NOTES +PowerShell includes the following aliases for `Get-PSCallStack`: + +- All platforms: + - `gcs` + ## RELATED LINKS [Disable-PSBreakpoint](Disable-PSBreakpoint.md) diff --git a/reference/7.4/Microsoft.PowerShell.Utility/Out-GridView.md b/reference/7.4/Microsoft.PowerShell.Utility/Out-GridView.md index c942216f443..08691c245b2 100644 --- a/reference/7.4/Microsoft.PowerShell.Utility/Out-GridView.md +++ b/reference/7.4/Microsoft.PowerShell.Utility/Out-GridView.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 12/12/2022 +ms.date: 06/28/2023 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/out-gridview?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Out-GridView @@ -299,6 +299,12 @@ rows. ## NOTES +PowerShell includes the following aliases for `Out-GridView`: + +- Windows: + - `ogv` + +This cmdlet is only available on Windows platforms. This cmdlet is only available on Windows platforms. You cannot use a remote command to open a grid view window on another computer. diff --git a/reference/docs-conceptual/community/2020-updates.md b/reference/docs-conceptual/community/2020-updates.md index 879f78b1e39..15e8971f93f 100644 --- a/reference/docs-conceptual/community/2020-updates.md +++ b/reference/docs-conceptual/community/2020-updates.md @@ -57,7 +57,7 @@ issues. Thank you! - Blog posts - [You've got Help!](https://devblogs.microsoft.com/powershell/youve-got-help/) - - [Updating help for the PSReadLine module](https://devblogs.microsoft.com/powershell/updating-help-for-the-psreadline-module/) + - [Updating help for the PSReadLine module](https://devblogs.microsoft.com/powershell/updating-help-for-the-psreadline-module-in-windows-powershell-5-1/) - Documentation maintenance - Updated 137 articles to remove MSDN and TechNet references diff --git a/reference/docs-conceptual/community/2022-updates.md b/reference/docs-conceptual/community/2022-updates.md index 45720d8b386..41a8b191733 100644 --- a/reference/docs-conceptual/community/2022-updates.md +++ b/reference/docs-conceptual/community/2022-updates.md @@ -1,6 +1,6 @@ --- description: List of changes to the PowerShell documentation for 2022 -ms.date: 02/02/2023 +ms.date: 06/28/2023 title: What's New in PowerShell-Docs for 2022 --- # What's new in PowerShell Docs for 2022 @@ -351,7 +351,7 @@ New content Content updates -- Rewrote the install instructions for [PowerShellGet](//powershell/gallery/powershellget/install-powershellget) +- Rewrote the install instructions for [PowerShellGet](/powershell/gallery/powershellget/install-powershellget) - Created separate article for [Installing PowerShellGet on older Windows systems](/powershell/gallery/powershellget/install-on-older-systems) diff --git a/reference/docs-conceptual/community/contributing/quality-improvements.md b/reference/docs-conceptual/community/contributing/quality-improvements.md index 4d2812b382d..cd19ba76d33 100644 --- a/reference/docs-conceptual/community/contributing/quality-improvements.md +++ b/reference/docs-conceptual/community/contributing/quality-improvements.md @@ -1,7 +1,7 @@ --- description: >- This article describes the process for contributing quality improvements to the documentation. -ms.date: 11/03/2022 +ms.date: 06/28/2023 ms.topic: conceptual title: Contributing quality improvements --- @@ -15,7 +15,7 @@ documentation. We're focusing on these quality areas: -- [Aliases][04] + - [Formatting code samples][05] - [Formatting command syntax][06] - [Link References][07] @@ -42,7 +42,7 @@ The project page has several views for the issues and PRs related to this effort -## Aliases + ## Formatting code samples All code samples should follow the [style guidelines][03] for PowerShell content. Those rules are @@ -209,7 +209,7 @@ steps: [01]: /powershell/scripting/community/contributing/overview#prepare-to-make-a-contribution [02]: /powershell/scripting/community/contributing/powershell-style-guide#formatting-command-syntax-elements [03]: /powershell/scripting/community/contributing/powershell-style-guide#markdown-for-code-samples -[04]: #aliases + [05]: #formatting-code-samples [06]: #formatting-command-syntax [07]: #link-references diff --git a/reference/docs-conceptual/community/digital-art.md b/reference/docs-conceptual/community/digital-art.md index 492de6c8047..508ce04f1a6 100644 --- a/reference/docs-conceptual/community/digital-art.md +++ b/reference/docs-conceptual/community/digital-art.md @@ -2,39 +2,39 @@ author: sdwheeler description: Download PowerShell related artwork and posters ms.author: sewhee -ms.date: 05/05/2022 +ms.date: 06/28/2023 title: PowerShell Digital Art --- # PowerShell Digital Art -*The legends are true! The powerful shell that ensures safe passage to the cloud. But how?* +_The legends are true! The powerful shell that ensures safe passage to the cloud. But how?_ -Please enjoy the digital artwork linked below. Demonstrate to your peers that *you have been -entrusted with the Scrolls of Monad!* +Please enjoy the digital artwork linked below. Demonstrate to your peers that _you have been +entrusted with the Scrolls of Monad!_ -## PowerShell Infographic +## PowerShell Infographics -- [PowerShell Infographic](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/main/assets/PowerShell_7_Infographic.pdf) +- [PowerShell Infographic][09] ## Comic -- [PowerShell Hero Comic (High resolution)](https://aka.ms/powershellherocomic_highres) -- [PowerShell Hero Comic (Print resolution)](https://aka.ms/powershellherocomic_print) -- [PowerShell Hero Comic (Web resolution)](https://aka.ms/powershellherocomic_web) +- [PowerShell Hero Comic (High resolution)][02] +- [PowerShell Hero Comic (Print resolution)][03] +- [PowerShell Hero Comic (Web resolution)][04] ## Wallpaper -- [PowerShell Hero Comic Wallpaper (4k resolution)](https://aka.ms/powershellherowallpaper) -- [PowerShell Hero Pink Wallpaper (4k resolution)](https://aka.ms/powershellherowallpaper1) -- [PowerShell Hero White Wallpaper (4k resolution)](https://aka.ms/powershellherowallpaper2) +- [PowerShell Hero Comic Wallpaper (4k resolution)][06] +- [PowerShell Hero Pink Wallpaper (4k resolution)][07] +- [PowerShell Hero White Wallpaper (4k resolution)][08] ## Poster -- [PowerShell Hero Poster](https://aka.ms/powershellheroposter) +- [PowerShell Hero Poster][05] ## PowerShell Hero -- [PowerShell Hero Image](https://aka.ms/powershellhero) +- [PowerShell Hero Image][01] ### Microsoft PowerShell Logo and Digital Art Guidelines @@ -49,7 +49,18 @@ Any uses outside of these guidelines as determined by Microsoft is strictly proh the Microsoft PowerShell logo or artwork in products, product packaging, or other business services for which a formal license is required. -Microsoft reserves the right in its sole discretion to terminate or modify permission to display -the logo or artwork, and may request that third parties modify or delete any use of the logo or -artwork that, in Microsoft's sole judgment, does not comply with these guidelines or might -otherwise impair Microsoft's rights in the logo. +Microsoft reserves the right in its sole discretion to terminate or modify permission to display the +logo or artwork, and may request that third parties modify or delete any use of the logo or artwork +that, in Microsoft's sole judgment, does not comply with these guidelines or might otherwise impair +Microsoft's rights in the logo. + + +[01]: https://aka.ms/powershellhero +[02]: https://aka.ms/powershellherocomic_highres +[03]: https://aka.ms/powershellherocomic_print +[04]: https://aka.ms/powershellherocomic_web +[05]: https://aka.ms/powershellheroposter +[06]: https://aka.ms/powershellherowallpaper +[07]: https://aka.ms/powershellherowallpaper1 +[08]: https://aka.ms/powershellherowallpaper2 +[09]: https://github.com/MicrosoftDocs/PowerShell-Docs/blob/main/assets/PowerShell_7_Infographic.pdf diff --git a/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md b/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md index 7055cad88fb..41c260ad1fc 100644 --- a/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md +++ b/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Windows -ms.date: 01/09/2023 +ms.date: 06/28/2023 title: Installing PowerShell on Windows --- # Installing PowerShell on Windows @@ -51,7 +51,7 @@ winget search Microsoft.PowerShell ```Output Name Id Version Source -------------------------------------------------------------- -PowerShell Microsoft.PowerShell 7.3.4.0 winget +PowerShell Microsoft.PowerShell 7.3.5.0 winget PowerShell Preview Microsoft.PowerShell.Preview 7.4.1.0 winget ``` @@ -72,8 +72,8 @@ winget install --id Microsoft.Powershell.Preview --source winget To install PowerShell on Windows, use the following links to download the install package from GitHub. -- [PowerShell-7.3.4-win-x64.msi][28] -- [PowerShell-7.3.4-win-x86.msi][30] +- [PowerShell-7.3.5-win-x64.msi][28] +- [PowerShell-7.3.5-win-x86.msi][30] Once downloaded, double-click the installer file and follow the prompts. @@ -138,7 +138,7 @@ installation options: The following example shows how to silently install PowerShell with all the install options enabled. ```powershell -msiexec.exe /package PowerShell-7.3.4-win-x64.msi /quiet ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1 ADD_PATH=1 +msiexec.exe /package PowerShell-7.3.5-win-x64.msi /quiet ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1 ADD_PATH=1 ``` For a full list of command-line options for `Msiexec.exe`, see @@ -149,9 +149,9 @@ For a full list of command-line options for `Msiexec.exe`, see PowerShell binary ZIP archives are provided to enable advanced deployment scenarios. Download one of the following ZIP archives from the [current release][23] page. -- [PowerShell-7.3.4-win-x64.zip][29] -- [PowerShell-7.3.4-win-x86.zip][31] -- [PowerShell-7.3.4-win-arm64.zip][27] +- [PowerShell-7.3.5-win-x64.zip][29] +- [PowerShell-7.3.5-win-x86.zip][31] +- [PowerShell-7.3.5-win-arm64.zip][27] Depending on how you download the file you may need to unblock the file using the `Unblock-File` cmdlet. Unzip the contents to the location of your choice and run `pwsh.exe` from there. Unlike @@ -233,7 +233,7 @@ information in this article. If you installed via the MSI package, that informat > [!NOTE] > When upgrading, PowerShell won't upgrade from an LTS version to a non-LTS version. It only -> upgrades to the latest version of LTS, for example, from 7.2.3 to 7.2.11. To upgrade from an +> upgrades to the latest version of LTS, for example, from 7.2.3 to 7.2.12. To upgrade from an > LTS release to a newer stable version or the next LTS, you need to install the new version with > the MSI for that release. > @@ -247,7 +247,7 @@ Windows 10 IoT Enterprise comes with Windows PowerShell, which we can use to dep ```powershell # Replace the placeholder information for the following variables: $deviceip = ' -$zipfile = 'PowerShell-7.3.4-win-x64.zip' +$zipfile = 'PowerShell-7.3.5-win-x64.zip' # Connect to the built-in instance of Windows PowerShell $session = New-PSSession -ComputerName $ipaddr -Credential $credential # Copy the file to the Nano Server instance @@ -332,7 +332,7 @@ Copy-Item $zipfile c:\ -ToSession $session # Enter the interactive remote session Enter-PSSession $session # Extract the ZIP file -Expand-Archive -Path C:\PowerShell-7.3.4-win-x64.zip -DestinationPath 'C:\Program Files\PowerShell 7' +Expand-Archive -Path C:\PowerShell-7.3.5-win-x64.zip -DestinationPath 'C:\Program Files\PowerShell 7' ``` If you want WSMan-based remoting, follow the instructions to create a remoting endpoint using the @@ -387,11 +387,11 @@ can't support those methods. [22]: https://aka.ms/powershell-release?tag=preview [23]: https://aka.ms/powershell-release?tag=stable [24]: https://github.com/ms-iot/iot-adk-addonkit/blob/master/Tools/IoTCoreImaging/Docs/Import-PSCoreRelease.md#Import-PSCoreRelease -[27]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/PowerShell-7.3.4-win-arm64.zip -[28]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/PowerShell-7.3.4-win-x64.msi -[29]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/PowerShell-7.3.4-win-x64.zip -[30]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/PowerShell-7.3.4-win-x86.msi -[31]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/PowerShell-7.3.4-win-x86.zip +[27]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/PowerShell-7.3.5-win-arm64.zip +[28]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/PowerShell-7.3.5-win-x64.msi +[29]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/PowerShell-7.3.5-win-x64.zip +[30]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/PowerShell-7.3.5-win-x86.msi +[31]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/PowerShell-7.3.5-win-x86.zip [32]: https://www.microsoft.com/download/details.aspx?id=50410 [33]: https://www.microsoft.com/store/apps/9MZ1SNWT0N5D [34]: microsoft-update-faq.yml diff --git a/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md b/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md index 2a813ae2f7c..ed8f76ed1a3 100644 --- a/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md +++ b/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on macOS -ms.date: 01/09/2023 +ms.date: 06/28/2023 title: Installing PowerShell on macOS --- @@ -121,24 +121,24 @@ brew upgrade powershell Starting with version 7.2, PowerShell supports the Apple M1 processor. Download the install package from the [releases][10] page onto your computer. The links to the current versions are: -- PowerShell 7.3.4 - - x64 processors - [powershell-7.3.4-osx-x64.pkg][22] - - M1 processors - [powershell-7.3.4-osx-arm64.pkg][20] -- PowerShell 7.2.11 - - x64 processors - [powershell-7.2.11-osx-x64.pkg][18] - - M1 processors - [powershell-7.2.11-osx-arm64.pkg][16] +- PowerShell 7.3.5 + - x64 processors - [powershell-7.3.5-osx-x64.pkg][22] + - M1 processors - [powershell-7.3.5-osx-arm64.pkg][20] +- PowerShell 7.2.12 + - x64 processors - [powershell-7.2.12-osx-x64.pkg][18] + - M1 processors - [powershell-7.2.12-osx-arm64.pkg][16] You can double-click the file and follow the prompts, or install it from the terminal using the following commands. Change the name of the file to match the file you downloaded. ```sh -sudo installer -pkg powershell-7.3.4-osx-x64.pkg -target / +sudo installer -pkg powershell-7.3.5-osx-x64.pkg -target / ``` If you are running on macOS Big Sur 11.5 or higher you may receive the following error message when installing the package: -> "powershell-7.3.4-osx-x64.pkg" cannot be opened because Apple cannot check it for malicious +> "powershell-7.3.5-osx-x64.pkg" cannot be opened because Apple cannot check it for malicious > software. There are two ways to work around this issue: @@ -151,7 +151,7 @@ Using the Finder From the command line -1. Run `sudo xattr -rd com.apple.quarantine powershell-7.3.4-osx-x64.pkg`. Include the full path to +1. Run `sudo xattr -rd com.apple.quarantine powershell-7.3.5-osx-x64.pkg`. Include the full path to the `.pkg` file. 1. Install the package as you normally would. @@ -189,31 +189,31 @@ dependencies. Download the install package from the [releases][10] page onto your computer. The links to the current versions are: -- PowerShell 7.3.4 - - x64 processors - [powershell-7.3.4-osx-x64.tar.gz][23] - - M1 processors - [powershell-7.3.4-osx-arm64.tar.gz][21] -- PowerShell 7.2.11 - - x64 processors - [powershell-7.2.11-osx-x64.tar.gz][19] - - M1 processors - [powershell-7.2.11-osx-arm64.tar.gz][17] +- PowerShell 7.3.5 + - x64 processors - [powershell-7.3.5-osx-x64.tar.gz][23] + - M1 processors - [powershell-7.3.5-osx-arm64.tar.gz][21] +- PowerShell 7.2.12 + - x64 processors - [powershell-7.2.12-osx-x64.tar.gz][19] + - M1 processors - [powershell-7.2.12-osx-arm64.tar.gz][17] Use the following commands to install PowerShell from the binary archive. Change the download URL to match the version you want to install. ```sh # Download the powershell '.tar.gz' archive -curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-osx-x64.tar.gz +curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-osx-x64.tar.gz # Create the target folder where powershell is placed -sudo mkdir -p /usr/local/microsoft/powershell/7.3.4 +sudo mkdir -p /usr/local/microsoft/powershell/7.3.5 # Expand powershell to the target folder -sudo tar zxf /tmp/powershell.tar.gz -C /usr/local/microsoft/powershell/7.3.4 +sudo tar zxf /tmp/powershell.tar.gz -C /usr/local/microsoft/powershell/7.3.5 # Set execute permissions -sudo chmod +x /usr/local/microsoft/powershell/7.3.4/pwsh +sudo chmod +x /usr/local/microsoft/powershell/7.3.5/pwsh # Create the symbolic link that points to pwsh -sudo ln -s /usr/local/microsoft/powershell/7.3.4/pwsh /usr/local/bin/pwsh +sudo ln -s /usr/local/microsoft/powershell/7.3.5/pwsh /usr/local/bin/pwsh ``` ## Uninstalling PowerShell @@ -238,7 +238,7 @@ remove the paths using `sudo rm`. ## Paths -- `$PSHOME` is `/usr/local/microsoft/powershell/7.3.4/` +- `$PSHOME` is `/usr/local/microsoft/powershell/7.3.5/` - User profiles are read from `~/.config/powershell/profile.ps1` - Default profiles are read from `$PSHOME/profile.ps1` - User modules are read from `~/.local/share/powershell/Modules` @@ -252,7 +252,7 @@ exists at `Microsoft.PowerShell_profile.ps1` in the same locations. PowerShell respects the [XDG Base Directory Specification][24] on macOS. Because macOS is a derivation of BSD, the prefix `/usr/local` is used instead of `/opt`. So, -`$PSHOME` is `/usr/local/microsoft/powershell/7.3.4/`, and the symbolic link is placed at +`$PSHOME` is `/usr/local/microsoft/powershell/7.3.5/`, and the symbolic link is placed at `/usr/local/bin/pwsh`. ## Supported versions @@ -286,12 +286,12 @@ support those methods. [13]: https://github.com/Homebrew [14]: https://github.com/Homebrew/homebrew-cask [15]: https://github.com/Homebrew/homebrew-cask-versions -[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/powershell-7.2.11-osx-arm64.pkg -[17]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/powershell-7.2.11-osx-arm64.tar.gz -[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/powershell-7.2.11-osx-x64.pkg -[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/powershell-7.2.11-osx-x64.tar.gz -[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-osx-arm64.pkg -[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-osx-arm64.tar.gz -[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-osx-x64.pkg -[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-osx-x64.tar.gz +[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.12/powershell-7.2.12-osx-arm64.pkg +[17]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.12/powershell-7.2.12-osx-arm64.tar.gz +[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.12/powershell-7.2.12-osx-x64.pkg +[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.2.12/powershell-7.2.12-osx-x64.tar.gz +[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-osx-arm64.pkg +[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-osx-arm64.tar.gz +[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-osx-x64.pkg +[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-osx-x64.tar.gz [24]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html diff --git a/reference/docs-conceptual/install/PowerShell-in-Docker.md b/reference/docs-conceptual/install/PowerShell-in-Docker.md index 06d4f8e5f2f..1240c0f41bf 100644 --- a/reference/docs-conceptual/install/PowerShell-in-Docker.md +++ b/reference/docs-conceptual/install/PowerShell-in-Docker.md @@ -1,6 +1,6 @@ --- -description: How to use PowerShell that is preinstalled in a Docker image. -ms.date: 05/31/2022 +description: How to use PowerShell that's preinstalled in a Docker image. +ms.date: 06/28/2023 ms.devlang: powershell ms.topic: conceptual title: Using PowerShell in Docker @@ -13,17 +13,17 @@ started using PowerShell in the Docker container. ## Finding available images -The released images require Docker 17.05 or newer. It is also expected that you are able to run +The released images require Docker 17.05 or newer. It's also expected that you are able to run Docker without `sudo` or local administrative rights. Please follow Docker's official -[instructions][install] to install `docker` correctly. +[instructions][01] to install `docker` correctly. The release containers derive from the official distribution image, then install dependencies, and finally install the PowerShell package. -These containers live at [hub.docker.com/r/microsoft/powershell][docker-release]. +These containers live at [hub.docker.com/r/microsoft/powershell][05]. -For more information about these Docker images, visit the [PowerShell-Docker][PowerShell-Docker] -repository on GitHub. +For more information about these Docker images, visit the [PowerShell-Docker][02] repository on +GitHub. ## Using PowerShell in a container @@ -44,15 +44,15 @@ docker rmi mcr.microsoft.com/powershell ## Legal and Licensing -PowerShell is licensed under the [MIT license][mit]. +PowerShell is licensed under the [MIT license][03]. ### Windows Docker File and Image Licenses -By requesting and using the Container OS Image for Windows containers, you acknowledge, -understand, and consent to the Supplemental License Terms available on Docker hub: +By requesting and using the Container OS Image for Windows containers, you acknowledge, understand, +and consent to the Supplemental License Terms available on Docker hub: -- [Window Server Core][Window Server Core] -- [Nano Server][Nano Server] +- [Window Server Core][06] +- [Nano Server][04] ### Telemetry @@ -60,14 +60,13 @@ By default, PowerShell collects limited telemetry without personally identifiabl help aid development of future versions of PowerShell. To opt-out of sending telemetry, create an environment variable called `POWERSHELL_TELEMETRY_OPTOUT` set to a value of `1` before starting PowerShell from the installed location. The telemetry we collect falls under the -[Microsoft Privacy Statement][privacy]. +[Microsoft Privacy Statement][07]. -[install]: https://docs.docker.com/engine/installation/ -[docker-release]: https://hub.docker.com/r/microsoft/powershell/ -[appinsights]: https://azure.microsoft.com/services/application-insights/ -[mit]: https://github.com/PowerShell/PowerShell/tree/master/LICENSE.txt -[PowerShell-Docker]: https://github.com/PowerShell/PowerShell-Docker -[Window Server Core]: https://hub.docker.com/r/microsoft/windowsservercore/ -[Nano Server]: https://hub.docker.com/r/microsoft/nanoserver/ -[privacy]: https://privacy.microsoft.com/privacystatement/ +[01]: https://docs.docker.com/engine/installation/ +[02]: https://github.com/PowerShell/PowerShell-Docker +[03]: https://github.com/PowerShell/PowerShell/tree/master/LICENSE.txt +[04]: https://hub.docker.com/r/microsoft/nanoserver/ +[05]: https://hub.docker.com/r/microsoft/powershell/ +[06]: https://hub.docker.com/r/microsoft/windowsservercore/ +[07]: https://privacy.microsoft.com/privacystatement/ diff --git a/reference/docs-conceptual/install/community-support.md b/reference/docs-conceptual/install/community-support.md index 0518b8d833f..a7c3de0c332 100644 --- a/reference/docs-conceptual/install/community-support.md +++ b/reference/docs-conceptual/install/community-support.md @@ -1,51 +1,50 @@ --- -description: PowerShell may run on Linux distributions that are not officially supported by Microsoft. -ms.date: 06/29/2022 +description: PowerShell may run on Linux distributions that aren't officially supported by Microsoft. +ms.date: 06/28/2023 title: Community support for PowerShell on Linux --- # Community support for PowerShell on Linux -There are many distributions of Linux that are not officially supported by Microsoft. In some cases, +There are many distributions of Linux that aren't officially supported by Microsoft. In some cases, PowerShell may be supported by the community for these releases. To be supported by Microsoft, the Linux distribution must meet the following criteria: - The version and architecture of the distribution is supported by .NET Core. - The version of the distribution is supported for at least one year. -- The version of the distribution is not an interim release or equivalent. +- The version of the distribution isn't an interim release or equivalent. - The PowerShell team has tested the version of the distribution. -For more information, see the [PowerShell Support Lifecycle](powershell-support-lifecycle.md) +For more information, see the [PowerShell Support Lifecycle][10] documentation. The following distributions are supported by the community. Each distribution has its own community support mechanisms. Consult the distribution's website to find their community resources. You may -also get help from these [PowerShell Community][pscommunity] resources. +also get help from these [PowerShell Community][01] resources. ## Ubuntu interim releases -The documented steps to install PowerShell on [Ubuntu](install-ubuntu.md) may work on Ubuntu interim -releases. However, PowerShell is only supported on the LTS releases of Ubuntu. Microsoft does not -support [interim releases][interim] of Ubuntu. +The documented steps to install PowerShell on [Ubuntu][08] may work on Ubuntu interim releases. +However, PowerShell is only supported on the LTS releases of Ubuntu. Microsoft doesn't support +[interim releases][05] of Ubuntu. ## Arch Linux > [!NOTE] -> Arch support is not officially supported by Microsoft and is maintained by the community. +> Arch support isn't officially supported by Microsoft and is maintained by the community. -PowerShell is available from the [Arch Linux][arch] User Repository (AUR). +PowerShell is available from the [Arch Linux][07] User Repository (AUR). -- It can be compiled with the [latest tagged release][arch-release] -- It can be compiled from the [latest commit to master][arch-git] -- It can be installed using the [latest release binary][arch-bin] +- It can be compiled with the [latest tagged release][04] +- It can be compiled from the [latest commit to master][03] +- It can be installed using the [latest release binary][02] Packages in the AUR are maintained by the community. For more information on installing packages -from the AUR, see the [Arch Linux wiki][arch-wiki] or -[Using PowerShell in Docker](powershell-in-docker.md). +from the AUR, see the [Arch Linux wiki][06] or [Using PowerShell in Docker][09]. ## Kali -Kali support is not officially supported by Microsoft and is maintained by the community. +Kali support isn't officially supported by Microsoft and is maintained by the community. ### Installation - Kali @@ -64,10 +63,14 @@ pwsh apt -y remove powershell ``` -[arch]: https://www.archlinux.org/download/ -[arch-release]: https://aur.archlinux.org/packages/powershell/ -[arch-git]: https://aur.archlinux.org/packages/powershell-git/ -[arch-bin]: https://aur.archlinux.org/packages/powershell-bin/ -[arch-wiki]: https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages -[pscommunity]:../community/community-support.md -[interim]: https://ubuntu.com/about/release-cycle + +[01]: ../community/community-support.md +[02]: https://aur.archlinux.org/packages/powershell-bin/ +[03]: https://aur.archlinux.org/packages/powershell-git/ +[04]: https://aur.archlinux.org/packages/powershell/ +[05]: https://ubuntu.com/about/release-cycle +[06]: https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages +[07]: https://www.archlinux.org/download/ +[08]: install-ubuntu.md +[09]: powershell-in-docker.md +[10]: powershell-support-lifecycle.md diff --git a/reference/docs-conceptual/install/install-alpine.md b/reference/docs-conceptual/install/install-alpine.md index 9dfe6aaace7..58be69f9ce5 100644 --- a/reference/docs-conceptual/install/install-alpine.md +++ b/reference/docs-conceptual/install/install-alpine.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Alpine Linux -ms.date: 01/09/2023 +ms.date: 06/28/2023 title: Installing PowerShell on Alpine Linux --- # Installing PowerShell on Alpine Linux @@ -20,8 +20,8 @@ check the list of [Supported versions][02] below. Installation on Alpine is based on downloading tar.gz package from the [releases][03] page. The URL to the package depends on the version of PowerShell you want to install. -- PowerShell 7.3.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-linux-alpine-x64.tar.gz` -- PowerShell 7.2.11 - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/powershell-7.2.11-linux-alpine-x64.tar.gz` +- PowerShell 7.3.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-linux-alpine-x64.tar.gz` +- PowerShell 7.2.12 - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.12/powershell-7.2.12-linux-alpine-x64.tar.gz` Then, in the terminal, execute the following shell commands to install PowerShell 7.3: @@ -46,7 +46,7 @@ sudo apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \ lttng-ust # Download the powershell '.tar.gz' archive -curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-linux-alpine-x64.tar.gz -o /tmp/powershell.tar.gz +curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-linux-alpine-x64.tar.gz -o /tmp/powershell.tar.gz # Create the target folder where powershell will be placed sudo mkdir -p /opt/microsoft/powershell/7 diff --git a/reference/docs-conceptual/install/install-debian.md b/reference/docs-conceptual/install/install-debian.md index 078c55e2b0e..05864a261ee 100644 --- a/reference/docs-conceptual/install/install-debian.md +++ b/reference/docs-conceptual/install/install-debian.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Debian Linux -ms.date: 05/30/2023 +ms.date: 06/28/2023 title: Installing PowerShell on Debian Linux --- # Installing PowerShell on Debian Linux @@ -22,8 +22,8 @@ Debian uses APT (Advanced Package Tool) as a package manager. PowerShell 7.2 introduced a universal package that makes installation easier. Download the universal package from the [releases][04] page onto the Debian 10 machine. The link to the current version is: -- PowerShell 7.3.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell_7.3.4-1.deb_amd64.deb` -- PowerShell 7.2.11 - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/powershell-lts_7.2.11-1.deb_amd64.deb` +- PowerShell 7.3.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell_7.3.5-1.deb_amd64.deb` +- PowerShell 7.2.12 - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.12/powershell-lts_7.2.12-1.deb_amd64.deb` ## Installation on Debian 11 via Package Repository diff --git a/reference/docs-conceptual/install/install-other-linux.md b/reference/docs-conceptual/install/install-other-linux.md index 5dd49bfe897..245d3f6d7b1 100644 --- a/reference/docs-conceptual/install/install-other-linux.md +++ b/reference/docs-conceptual/install/install-other-linux.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on various Linux distributions -ms.date: 01/09/2023 +ms.date: 06/28/2023 title: Alternate ways to install PowerShell on Linux --- # Alternate ways to install PowerShell on Linux @@ -122,16 +122,16 @@ archive. The following example shows the steps for installing the x64 binary archive. You must choose the correct binary archive that matches the processor type for your platform. -- `powershell-7.3.4-linux-arm32.tar.gz` -- `powershell-7.3.4-linux-arm64.tar.gz` -- `powershell-7.3.4-linux-x64.tar.gz` +- `powershell-7.3.5-linux-arm32.tar.gz` +- `powershell-7.3.5-linux-arm64.tar.gz` +- `powershell-7.3.5-linux-x64.tar.gz` Use the following shell commands to download and install PowerShell from the `tar.gz` binary archive. Change the URL to match the version of PowerShell you want to install. ```sh # Download the powershell '.tar.gz' archive -curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-linux-x64.tar.gz +curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-linux-x64.tar.gz # Create the target folder where powershell will be placed sudo mkdir -p /opt/microsoft/powershell/7 diff --git a/reference/docs-conceptual/install/install-raspbian.md b/reference/docs-conceptual/install/install-raspbian.md index ac6b4c62af3..7420f26d03a 100644 --- a/reference/docs-conceptual/install/install-raspbian.md +++ b/reference/docs-conceptual/install/install-raspbian.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Raspberry Pi OS -ms.date: 06/21/2023 +ms.date: 06/28/2023 title: Installing PowerShell on Raspberry Pi OS --- # Installing PowerShell on Raspberry Pi OS @@ -27,8 +27,8 @@ All packages are available on our GitHub [releases][01] page. After the package Download the tar.gz package from the [releases][01] page onto your Raspberry Pi computer. The links to the current versions are: -- PowerShell 7.3.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-linux-arm32.tar.gz` -- PowerShell 7.2.11 - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/powershell-7.2.11-linux-arm32.tar.gz` +- PowerShell 7.3.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-linux-arm32.tar.gz` +- PowerShell 7.2.12 - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.12/powershell-7.2.12-linux-arm32.tar.gz` Use the following shell commands to download and install the package. Change the URL to match the PowerShell version that you want to install. @@ -47,13 +47,13 @@ sudo apt-get install libssl1.1 libunwind8 -y # Download and extract PowerShell # Grab the latest tar.gz -wget https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-linux-arm32.tar.gz +wget https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-linux-arm32.tar.gz # Make folder to put powershell mkdir ~/powershell # Unpack the tar.gz file -tar -xvf ./powershell-7.3.4-linux-arm32.tar.gz -C ~/powershell +tar -xvf ./powershell-7.3.5-linux-arm32.tar.gz -C ~/powershell # Start PowerShell ~/powershell/pwsh diff --git a/reference/docs-conceptual/install/install-rhel.md b/reference/docs-conceptual/install/install-rhel.md index e26ac345bf8..17512507b8d 100644 --- a/reference/docs-conceptual/install/install-rhel.md +++ b/reference/docs-conceptual/install/install-rhel.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Red Hat Enterprise Linux (RHEL) -ms.date: 06/22/2023 +ms.date: 06/28/2023 title: Installing PowerShell on Red Hat Enterprise Linux (RHEL) --- # Installing PowerShell on Red Hat Enterprise Linux (RHEL) @@ -76,8 +76,8 @@ Starting with version 7.2, PowerShell is distributed as a universal RPM package. of PowerShell had separate package for each OS. Download the RPM package you need onto your CentOS machine. -- PowerShell 7.3.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-1.rh.x86_64.rpm` -- PowerShell 7.2.11- `https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/powershell-lts-7.2.11-1.rh.x86_64.rpm` +- PowerShell 7.3.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-1.rh.x86_64.rpm` +- PowerShell 7.2.12- `https://github.com/PowerShell/PowerShell/releases/download/v7.2.12/powershell-lts-7.2.12-1.rh.x86_64.rpm` Use the following shell command to install the latest RPM package on the target version of RHEL. Change the URL in the following shell commands to match the version you need. @@ -85,19 +85,19 @@ Change the URL in the following shell commands to match the version you need. On RHEL 9: ```sh -sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-1.rh.x86_64.rpm +sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-1.rh.x86_64.rpm ``` On RHEL 8: ```sh -sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-1.rh.x86_64.rpm +sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-1.rh.x86_64.rpm ``` On RHEL 7: ```sh -sudo yum install https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-1.rh.x86_64.rpm +sudo yum install https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell-7.3.5-1.rh.x86_64.rpm ``` ## Uninstallation - Red Hat Enterprise Linux (RHEL) 7 diff --git a/reference/docs-conceptual/install/install-ubuntu.md b/reference/docs-conceptual/install/install-ubuntu.md index c3b56ed2670..26d4ab0265b 100644 --- a/reference/docs-conceptual/install/install-ubuntu.md +++ b/reference/docs-conceptual/install/install-ubuntu.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Ubuntu -ms.date: 01/24/2023 +ms.date: 06/28/2023 title: Installing PowerShell on Ubuntu --- # Installing PowerShell on Ubuntu @@ -59,17 +59,17 @@ PowerShell 7.2 introduced a universal package that makes installation easier. Do package from the [releases][04] page onto the Ubuntu machine. The link to the current version is: -- PowerShell 7.3.4 (universal package) for any supported version of Ubuntu - - `https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell_7.3.4-1.deb_amd64.deb` -- PowerShell 7.2.11 (universal package) for any supported version of Ubuntu - - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/powershell-lts_7.2.11-1.deb_amd64.deb` +- PowerShell 7.3.5 (universal package) for any supported version of Ubuntu + - `https://github.com/PowerShell/PowerShell/releases/download/v7.3.5/powershell_7.3.5-1.deb_amd64.deb` +- PowerShell 7.2.12 (universal package) for any supported version of Ubuntu + - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.12/powershell-lts_7.2.12-1.deb_amd64.deb` Use the following shell commands to install the package. Change the filename of the package to match the version you downloaded. ```sh # Install the downloaded package -sudo dpkg -i powershell-lts_7.3.4-1.deb_amd64.deb +sudo dpkg -i powershell-lts_7.3.5-1.deb_amd64.deb # Resolve missing dependencies and finish the install (if necessary) sudo apt-get install -f diff --git a/reference/docs-conceptual/install/microsoft-update-faq.yml b/reference/docs-conceptual/install/microsoft-update-faq.yml index 843f8af35b2..6f77a6c6165 100644 --- a/reference/docs-conceptual/install/microsoft-update-faq.yml +++ b/reference/docs-conceptual/install/microsoft-update-faq.yml @@ -1,6 +1,6 @@ ### YamlMime:FAQ metadata: - ms.date: 06/21/2022 + ms.date: 06/28/2023 title: Microsoft Update for PowerShell FAQ description: Frequently asked questions about the using Microsoft Update to update PowerShell ms.topic: faq @@ -103,7 +103,7 @@ sections: doesn't show the check box options. To enable MU updates run the following command: ```powershell - msiexec.exe /fmu .\PowerShell-7.3.4-win-x64.msi USE_MU=1 ENABLE_MU=1 + msiexec.exe /fmu .\PowerShell-7.3.5-win-x64.msi USE_MU=1 ENABLE_MU=1 ``` For more information about running `msiexec.exe` from the command line, see diff --git a/reference/docs-conceptual/learn/remoting/wsman-unsupported-for-nonwindows.md b/reference/docs-conceptual/learn/remoting/wsman-unsupported-for-nonwindows.md index a7d303e3998..66299fdf416 100644 --- a/reference/docs-conceptual/learn/remoting/wsman-unsupported-for-nonwindows.md +++ b/reference/docs-conceptual/learn/remoting/wsman-unsupported-for-nonwindows.md @@ -1,6 +1,6 @@ --- description: This article is explains the support policy for WSMan-based remoting on non-Windows platforms. -ms.date: 06/22/2022 +ms.date: 06/28/2023 title: WSMan remoting is not supported on non-Windows platforms --- # WSMan remoting is not supported on non-Windows platforms @@ -9,18 +9,21 @@ Since the release of PowerShell 6, support for remoting over WS-Management (WSMa platforms has only been available to a limited set of Linux distributions. All versions of those distributions that supported WSMan are no longer supported by the Linux vendors that created them. -On non-Windows, WSMan relied on the -[Open Management Infrastructure (OMI)](https://github.com/Microsoft/omi) project, which no longer -supports PowerShell remoting. The OMI WSMan client is dependent on **OpenSSL 1.0**. Most Linux -distributions have moved to **OpenSSL 2.0**, which is not backward-compatible. At this time, there -is no supported distribution that has the dependencies needed for the OMI WSMan client to work. +On non-Windows, WSMan relied on the [Open Management Infrastructure (OMI)][01] project, which no +longer supports PowerShell remoting. The OMI WSMan client is dependent on **OpenSSL 1.0**. Most +Linux distributions have moved to **OpenSSL 2.0**, which is not backward-compatible. At this time, +there is no supported distribution that has the dependencies needed for the OMI WSMan client to +work. Our plan for PowerShell 7.3 is to remove outdated libraries and supporting code for non-Windows platforms. WSMan-based remoting is still supported between Windows systems. Remoting over SSH is -supported for all platforms. For more information, see -[PowerShell remoting over SSH](SSH-Remoting-in-PowerShell-Core.md). +supported for all platforms. For more information, see [PowerShell remoting over SSH][03]. > [!NOTE] -> Users may be able to get WSMan remoting to work using the -> [PSWSMan](https://www.powershellgallery.com/packages/PSWSMan) module. This module is not supported -> or maintained by Microsoft. +> Users may be able to get WSMan remoting to work using the [PSWSMan][02] module. This module is not +> supported or maintained by Microsoft. + + +[01]: https://github.com/Microsoft/omi +[02]: https://www.powershellgallery.com/packages/PSWSMan +[03]: SSH-Remoting-in-PowerShell-Core.md diff --git a/reference/docs-conceptual/overview.md b/reference/docs-conceptual/overview.md index f13be689e7d..eacaf8f97fa 100644 --- a/reference/docs-conceptual/overview.md +++ b/reference/docs-conceptual/overview.md @@ -1,6 +1,6 @@ --- description: This article is an introduction to the PowerShell scripting environment and its features. -ms.date: 05/17/2022 +ms.date: 06/28/2023 title: What is PowerShell? --- @@ -23,7 +23,7 @@ includes the following features: ## Scripting language -As a scripting language, PowerShell is commonly used for automating the management of systems. It is +As a scripting language, PowerShell is commonly used for automating the management of systems. It's also used to build, test, and deploy solutions, often in CI/CD environments. PowerShell is built on the .NET Common Language Runtime (CLR). All inputs and outputs are .NET objects. No need to parse text output to extract information from output. The PowerShell scripting language includes the diff --git a/reference/docs-conceptual/samples/Creating-Get-WinEvent-queries-with-FilterHashtable.md b/reference/docs-conceptual/samples/Creating-Get-WinEvent-queries-with-FilterHashtable.md index 5f6250d3b17..6f054bf36e0 100644 --- a/reference/docs-conceptual/samples/Creating-Get-WinEvent-queries-with-FilterHashtable.md +++ b/reference/docs-conceptual/samples/Creating-Get-WinEvent-queries-with-FilterHashtable.md @@ -1,6 +1,6 @@ --- description: This article how to use the FilterHashtable of Get-WinEvent to query the Windows Event logs. -ms.date: 12/08/2022 +ms.date: 06/28/2023 title: Creating Get-WinEvent queries with FilterHashtable --- @@ -326,7 +326,7 @@ Get-WinEvent -FilterHashtable @{ [04]: /dotnet/api/system.diagnostics.eventing.reader.standardeventlevel [05]: /powershell/module/microsoft.powershell.core/about/about_hash_tables [06]: /powershell/module/microsoft.powershell.diagnostics/Get-WinEvent -[07]: https://devblogs.microsoft.com/scripting/?s=about+enumeration +[07]: https://devblogs.microsoft.com/scripting/tag/enum/ [08]: https://devblogs.microsoft.com/scripting/hey-scripting-guy-weekend-scripter-enumerations-and-values [09]: https://devblogs.microsoft.com/scripting/use-filterhashtable-to-filter-event-log-with-powershell/ [10]: https://devblogs.microsoft.com/scripting/use-powershell-to-parse-saved-event-logs-for-errors diff --git a/reference/docs-conceptual/whats-new/differences-from-windows-powershell.md b/reference/docs-conceptual/whats-new/differences-from-windows-powershell.md index f419d6bbe91..f4c0b24b542 100644 --- a/reference/docs-conceptual/whats-new/differences-from-windows-powershell.md +++ b/reference/docs-conceptual/whats-new/differences-from-windows-powershell.md @@ -1,5 +1,5 @@ --- -ms.date: 11/14/2022 +ms.date: 06/28/2023 title: Differences between Windows PowerShell 5.1 and PowerShell 7.x description: This article summarizes the differences and breaking changes from Windows PowerShell 5.1 and the current version of PowerShell that is based on .NET Core. --- @@ -22,6 +22,7 @@ article is to present the current state of PowerShell and how that is different PowerShell. For a detailed discussion of changes between versions and the addition of new features, see the **What's New** articles for each version. +- [What's new in PowerShell 7.4][35] - [What's new in PowerShell 7.3][34] - [What's new in PowerShell 7.2][33] - [What's new in PowerShell 7.1][27] @@ -1179,3 +1180,4 @@ To opt-out of this telemetry, set the environment variable `POWERSHELL_TELEMETRY [32]: What-s-New-in-PowerShell-70.md [33]: What-s-New-in-PowerShell-72.md [34]: What-s-New-in-PowerShell-73.md +[35]: What-s-New-in-PowerShell-74.md diff --git a/reference/docs-conceptual/whats-new/module-compatibility.md b/reference/docs-conceptual/whats-new/module-compatibility.md index 1f962f17bb0..f50ef929546 100644 --- a/reference/docs-conceptual/whats-new/module-compatibility.md +++ b/reference/docs-conceptual/whats-new/module-compatibility.md @@ -1,6 +1,6 @@ --- description: This article lists the compatibility status of modules published for other Microsoft products with PowerShell 7. -ms.date: 04/12/2022 +ms.date: 06/28/2023 title: PowerShell 7 module compatibility --- # PowerShell 7 module compatibility @@ -18,8 +18,7 @@ The Az PowerShell module is a set of cmdlets for managing Azure resources direct PowerShell 7.0.6 LTS or higher is the recommended version of PowerShell for use with the Azure Az PowerShell module on all platforms. -For more information, see -[Introducing the Azure Az PowerShell module](/powershell/azure/new-azureps-module-az). +For more information, see [Introducing the Azure Az PowerShell module][02]. ## MSGraph PowerShell SDK @@ -27,8 +26,7 @@ The Microsoft Graph SDKs are designed to simplify building high-quality, efficie applications that access Microsoft Graph. PowerShell 7 and later is the recommended PowerShell version for use with the Microsoft Graph PowerShell SDK. -For more information, see -[Install the Microsoft Graph PowerShell SDK](/graph/powershell/installation#supported-powershell-versions). +For more information, see [Install the Microsoft Graph PowerShell SDK][01]. ## Windows management modules @@ -40,8 +38,7 @@ These modules are installed in different ways depending on the Edition of Window module is packaged for that Edition. For more information about installation and compatibility, see -[PowerShell 7 module compatibility](/powershell/windows/module-compatibility) in the Windows -documentation. +[PowerShell 7 module compatibility][05] in the Windows documentation. ## Exchange Online Management 2.0 @@ -51,8 +48,7 @@ standalone Exchange Online Protection (EOP) PowerShell. EXO v2.0.4 or later is supported in PowerShell 7.0.3 or later. -For more information, see -[About the Exchange Online PowerShell V2 module](/powershell/exchange/exchange-online-powershell-v2). +For more information, see [About the Exchange Online PowerShell V2 module][03]. ## PowerShell modules for SQL Server @@ -65,11 +61,18 @@ There are two SQL Server PowerShell modules: The SqlServer modules require PowerShell version 5.0 or greater. -For more information, see -[Install the SQL Server PowerShell module](/sql/powershell/download-sql-server-ps-module). +For more information, see [Install the SQL Server PowerShell module][06]. ## Finding the status of other modules -You can find a complete list of modules using the [PowerShell Module Browser](/powershell/module). -Using the Module Browser, you can find documentation for other PowerShell modules to determine their -PowerShell version requirements. +You can find a complete list of modules using the [PowerShell Module Browser][04]. Using the Module +Browser, you can find documentation for other PowerShell modules to determine their PowerShell +version requirements. + + +[01]: /graph/powershell/installation#supported-powershell-versions +[02]: /powershell/azure/new-azureps-module-az +[03]: /powershell/exchange/exchange-online-powershell-v2 +[04]: /powershell/module +[05]: /powershell/windows/module-compatibility +[06]: /sql/powershell/download-sql-server-ps-module