Browse Source

ospp.vbs: add page (#12666)

* windows/*: add more PowerShell commands

* Update test-netconnection.md

* Update test-netconnection.md

* Update pages/windows/test-netconnection.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/windows/test-netconnection.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/windows/test-netconnection.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Create ospp.vbs.md

* Update pages/windows/ospp.vbs.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>

* Update pages/windows/ospp.vbs.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
harygary 10 months ago
parent
commit
993506f3c0
1 changed files with 29 additions and 0 deletions
  1. 29 0
      pages/windows/ospp.vbs.md

+ 29 - 0
pages/windows/ospp.vbs.md

@@ -0,0 +1,29 @@
+# ospp.vbs
+
+> Install, activate, and manage volume licensed versions of Microsoft Office products.
+> Note: this command may override, deactivate, and/or remove your current volume of licensed Office product versions, so please proceed cautiously.
+> 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):
+
+`cscript ospp.vbs /inpkey:{{product_key}}`
+
+- Uninstall an installed product key with the last five digits of the product key:
+
+`cscript ospp.vbs /unpkey:{{product_key_digits}}`
+
+- Set a KMS host name:
+
+`cscript ospp.vbs /sethst:{{ip|hostname}}`
+
+- Set a KMS port:
+
+`cscript ospp.vbs /setprt:{{port}}`
+
+- Activate installed Office product keys:
+
+`cscript ospp.vbs /act`
+
+- Display license information for installed product keys:
+
+`cscript ospp.vbs /dstatus`