KISS Logo

Welcome to the Imatec and Kiss IT Ltd Web Portal

Download from KissNas1\webdocs => used for RMM tool deployments
a notes.txt file containing basic CLI commands
curl https://rmm.kissit.co.nz/webdocs/notes.txt

Technician Login (to monitoring dashboard) => used for monitoring and support
Secure access to scripts and tools
Secure access to MS Loop
Download latest teamViewer QS
GRC tools, such as port scanning
Secure access to Sean's wiki
Chris Titus's tools: Open PowerShell as Administrator and enter:
iwr -useb https://christitus.com/win | iex

To allow running a specific script (recommended for security):
This enables you to run a specific script, but does not open rules for every script.
It's a good compromise between security and function.
If a computer won't allow a script to run., then get-excecutionPolicy and ensure it is remote-signed.
if it is not then Set-ExecutionPolicy -ExecutionPolicy RemoteSigned . run your script then then set it back to original once your work is done.
Or unblock-file the specific script you want to run.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
unblock-file {filename}