gethelpcmd-*, ospp.vbs, saracmd-*: add page and see also links (#22960)

This commit is contained in:
Reinhart Previano Koentjoro
2026-07-02 19:00:48 +10:00
committed by GitHub
parent e84d52b5dd
commit 07fc2ba6a5
5 changed files with 41 additions and 0 deletions
@@ -0,0 +1,16 @@
# GetHelpCmd OfficeActivationScenario
> Automatically repair activation-related issues within Microsoft Office / Microsoft 365 Apps for Enterprise.
> Part of `GetHelpCmd.exe`, formerly `SaRAcmd.exe` (Microsoft Support and Recovery Assistant).
> Note: This tool has been deprecated and will not work in the new OneNote and Outlook applications.
> Note: This command may override, deactivate, and/or remove your current volume of licensed Office product versions, so please proceed cautiously.
> See also: `ospp.vbs`.
> More information: <https://learn.microsoft.com/troubleshoot/microsoft-365/admin/miscellaneous/get-help-office-activation>.
- Automatically fix activation-related errors, close Office, and accept this command's End-User License Agreement (EULA). Requires Administrator privileges to do so:
`GetHelpCmd.exe -S OfficeActivationScenario -AcceptEula -CloseOffice`
- Detach the currently-installed Office licensing scheme from Shared Computer Activation (SCA), and activate the product separately. Requires Administrator privileges to do so:
`GetHelpCmd.exe -S OfficeActivationScenario -AcceptEula -CloseOffice -RemoveSCA`
@@ -0,0 +1,10 @@
# GetHelpCmd TeamsAddinScenario
> Troubleshoot installation-related issues with the Microsoft Teams add-in for Microsoft Outlook (Classic).
> Part of `GetHelpCmd.exe`, formerly `SaRAcmd.exe` (Microsoft Support and Recovery Assistant).
> Note: This tool has been deprecated and will not work in the new Outlook application.
> More information: <https://learn.microsoft.com/troubleshoot/microsoft-365/admin/miscellaneous/get-help-teams-meeting-add-in-outlook>.
- Run the troubleshooter, close Outlook, and accept this command's End-User License Agreement (EULA):
`GetHelpCmd.exe -S TeamsAddinScenario -AcceptEula -CloseOutlook`
+1
View File
@@ -3,6 +3,7 @@
> Install, activate, and manage volume licensed versions of Microsoft Office products.
> Use `cscript` to run this program in the CLI, or `wscript` in the GUI.
> Note: This command may override, deactivate, and/or remove your current volume of licensed Office product versions, so please proceed cautiously.
> See also: `gethelpcmd-officeactivationscenario`.
> More information: <https://learn.microsoft.com/deployoffice/vlactivation/tools-to-manage-volume-activation-of-office>.
- Install a product key (Note: It replaces the existing key):
@@ -0,0 +1,7 @@
# SaRAcmd OfficeActivationScenario
> This command is an alias of `GetHelpCmd.exe -S OfficeActivationScenario`.
- View documentation for the original command:
`tldr gethelpcmd-officeactivationscenario`
@@ -0,0 +1,7 @@
# SaRAcmd TeamsAddinScenario
> This command is an alias of `GetHelpCmd.exe -S TeamsAddinScenario`.
- View documentation for the original command:
`tldr gethelpcmd-teamsaddinscenario`