Posted On March 31, 2019

Great GPL Windows Admin Tools

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Great GPL Windows Admin Tools
1. Wireshark
2. amanda.org (backup server)
3. mailarchiva.com (mail backup)
4. http://rbac.codeplex.com (remote admin for Exchange servers)
5. Core Configurator, , (DCPromo, User/Group Permission, Firewall, Screen Saver, Proxy, JoinDomain, Add/Remove Program)
6. OCS Inventory, http://launchpad.net/ocsinventory, (Inventory LAN Windows workstations and their configurations)
7. Nmap for Windows, http://nmap.org/book/inst-windows.html, (monitor host uptime)
8. Zenmap (network topology, work with nmap)
9. PowerGUI, http://powergui.org, (Powershell counterpart)
10. PAL, http://pal.codeplex.com, (Performance Analysis of Logs)
11. Systernals (Autologon, Autoruns, Pskill, Pspasswd, ADrestore)

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Create Registry Keys within Windows Localhost

# createRegKey.ps1 $regKeys=@( @{ hive='REGISTRY::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome'; name='ChromeCleanupEnabled'; value=0 } @{ hive='REGISTRY::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome'; name='ChromeCleanupReportingEnabled'; value=0 } ) function…

OpenLDAP Migration

LDAP PKGSRC Cutover # Compress ldap directory on WEB01.PROD tar -C /home/webadmin/pkg/var/openldap -czvf /tmp/kimconnect-com.gz kimconnect-com…

How to Know if Your Colleague is a God (Like Thor)?

Sometimes, I sit back and watch the mind games in politics, companies, churches, and even…