Public Files

Most scripts moved to 421045385dbfb9160119c46b79525bec.pngGitHub

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."

2c29fed4c40581f864858d9c68fac5c4.png

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"

5a9f8dff4f462cd3d81e3e5c76d84f38.png

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)

Topic revision: r291 - 06 May 2026, NickDemou
Copyright © enLogic