Enable-LTSCProducts
Activate the license for Office, Visio, Project LTSC.
-
What is it ?
- Script to be run once in a while.
- Fonction to be added in your code
- User Interface to be user friendly
-
Who is it for ?
- IT Support
- Power User
- Bets Tester
-
Why to use it ?
-
When to use it ?
Get information about
- Windows version ; Version must be 10 or alter
- Cmdlet
Get-ComputerInfo
- Environment Class
[Environment]::OSVersion
- Powershell version ; Version must be 5.1 or later
- Cmdlet
Get-Host
- Automatic Variable
$PSVersionTable
- Open a PowerShell prompt with eleveted permissions
- Set the PowerShell execution policies for Windows computers to Unrestricted
- Download the archive of the project
- Extract the content of the archive
Windows | Linux | MacOS |
---|---|---|
In progress | To be decided | To be decided |
- Windows
- Script
- Function
- Interface
Distributed under the MIT license. See LICENSE.txt
for more information.