This project contains generic Powershell scripts which utilize Qlik Sense Repository Service (QRS) API to help to expedite the configuration of the Qlik Sense Monitoring Apps.
Powershell get-help
command can be used to get help details on each script example in this repository. The same help content can also be found inside each PS1 file in the <# #>
comment section at the top of each file.
Run get-help <PS1_file_path> -detailed
to get details on the PS1 file purpose and how it could be used.
get-help .\<filename>.ps1 -Detailed
get-help .\myscript.ps1 -Detailed
- Qlik Sense for Administrators: Monitoring a Qlik Sense Enterprise on Windows site
- Qlik Sense for Developers: Upload App
- QRS API: POST /app/upload
This project is provided "AS IS", without any warranty, under the MIT License - see the LICENSE file for details