Description: ## Add a Wifi network profile to the computer
**Package parameters:**
-url: (Required) Url for a password protected OwnCloud public share
-checksum: (Required) SHA256 checksum for the profile file
-password: (Required) Password for the URL
Description: ## Microsoft Office installer
Installs Microsoft Office using an installition disc ISO image (or 7z compatible compressed archive) and a configuration file.
The installition ISO image and configuration file are downloaded from specific locations definied by the package properties.
**Package parameters:**
-configfile: (Required) Config file Url
-configchecksum: (Required) Config file sha256 checksum
-isofile: (Required) Installition disc ISO image (or 7z compatible compressed archive) Url
-isochecksum: (Required) Installition disc ISO image sha256 checksum
-ignorecertiso: (Optional) (True/False) Ignore certificate errors during the Installition disc ISO download. (valid only for HTTPS)
-ignorecertconf: (Optional) (True/False) Ignore certificate errors during the Config file download. (valid only for HTTPS)
-activate: (Optional) Activate Office after installition.
-kmsserver: (Optional) Set the KMS server host after installition.
For valid url types see:[Get-ChocolateyWebFile](https://docs.chocolatey.org/en-us/create/functions/get-chocolateywebfile/)
To create a configfile visit (install path option requied): [https://config.office.com/](https://config.office.com/)
Description: Activate Microsoft Windows via KMS or Key.
Parameters:
/key [AAAAA-BBBBB-CCCCC-DDDDD-EEEEE] - [REQUIED] Windows Activation Key in Capitals with dashed format
/kmsserver [IPAddress or FQDN] - [OPTIONAL] KMS server ip address or FQDN (will use KMS activation)
/kmsserverport [number] - [OPTIONAL] KMS server service port (default: 1688) (only used when /kmsserver is definied)