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

MS Exchange 2010: Mailbox Repair

PowerShell snippet to initiate repair # set user alias or email addresses here:$userAliases="user1","user2"foreach ($user in…

PowerShell: Update CSV File Using Active Directory

# adAccountsCsvUpdate.ps1 $originalCsv='C:\Users\rambo\Desktop\kimconnectUsers.csv' $newCsv='C:\Users\rambo\Desktop\kimconnectUsers-processed.csv' $newEmailSuffix='@kimconnect.com' $newOu='OU=Test,DC=kimconnect,DC=com' function adAccountsCsvUpdate{ param( $originalCsv, $newCsv, $newEmailSuffix, $newOu ) function…

Connecting to Dell EqualLogic PS series SAN using Cisco console cable (72-3383-01)

If a console cable isn't available, one may create one using an existing Cisco cable…