Posted On March 31, 2019

Skills to Master as a Systems Admin or Engineer

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Skills to Master as a Systems Admin or Engineer
1. Microsoft: IIS, Active Directory, DNS, Exchange Server, PKI certificate management
2. SQL: SQL 2008, Postgre, mySQL
2. Network: SonicWall, ASA, 6500, 2950s
3. Linux: CentOS, Debian
4. Virtualization: VMware, HyperV
5. VoIP: Shoretel, Asterisk
 
Programming: Perl, Python, or Ruby. Some C
Diagram: Visio, openOffice
Get Organized: Trello, TFS, Git, etc

Leave a Reply

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

Related Post

Converting from IOPS to MB/s

Conversion factors: from IOPS to MiB/s Throughput is a function of Input/Output per second (IOPS)…

PowerShell: Quick 1-Liner to Locate Path to Executable

PS C:\Users\tester> (get-command robocopy.exe) | select DefinitionDefinition----------C:\Program Files (x86)\Windows Resource Kits\Tools\robocopy.exeC:\Windows\system32\Robocopy.exe

Windows: How to Disable F1 Help Center Function in Windows Explorer

Step 1: Create a Dummy File that does nothing   # Dummy-File-Creator.ps1$dummyFile="C:\Windows\dummy.exe"$output = new-object byte[]…