less than 1 minute read

Sneak peek :LazyWinAdmin v0.4

LazyWinAdmin is a PowerShell Script This script generate a GUI/WinForm that was created using Sapien Powershell Studio.

I’ve been working in LWA for a while now. This project of mine is mostly to help myself in my day to day Windows System Administrator tasks.

The goal of this tool is to centralize a lot of commands I use everyday inside a GUI and waist less time doing some tasks… It also taking advantage of a couple of other tools Built-in in Windows: Computer Manager, Services.msc,… And some non-built-in: Psexec, ADExplorer, SYDI-Server.vbs etc…

“General” tab contain my Top Used tools.

<div style="text-align: center;">The “Check” button allow you to check the following connectivity item: <div style="text-align: center;">Ping (test-connection), Permission (test-path \Computer\c$), RDP (Test of the port 3389), PsRemoting (PowerShell Remoting Enabled), OS (WMI), Uptime (WMI) <div style="text-align: center;">Autocomplete of the ComputerName. The script run a Get-Content on a Computers.txt when the form is loading.

Leave a comment