1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:02:08 +02:00
tldr/pages/windows/ospp.vbs.md
harygary 993506f3c0
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>
2024-04-26 09:01:43 -03:00

890 B

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