Public Files
Most scripts moved to
GitHub
But we kept this here for convenience:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted; powershell -exec bypass -c ". {iwr -useb https://ndemou.github.io/scripts/Install-PrepLapCode.ps1}|iex"
About this page
TLDR: You need to ask ndemou to add or update the attachments.
More info here.
FAQ about possible errors
In case of error "iwr : The request was aborted: Could not create SSL/TLS secure channel."

Run this and then retry:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
In case of error "File ... cannot be loaded because running scripts is disabled on this system"

Default windows policy is to not allow execution of PowerShell
scripts. You can override it for your session like this:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process -Force
Health tests code
See Admin guide on
https://github.com/ndemou/GetComputerHealth
All ps1 Attachments
*
enl-network-health.ps1 (2023-09-03 12:37)
*
monitor-tcp-port-conns.ps1 (2025-08-28 19:58)
*
Out-HostColored.ps1 (2023-09-03 12:37)
*
ps-helpers.ps1 (2026-02-16 21:35)
*
run-script-on-allDomainServers.ps1 (2026-02-27 10:44)
*
server-QC-checks.ps1 (2025-09-03 17:48)