Chrisbari14 wrote: » My path now currently is to be more of a system/server admin. But I truly want to be well rounded in many areas of IT.
Muhammed H wrote: » Excuse my ignorance. what exactly you guys mean by scripting? Like I know how use powershell to retrieve information from localhost, AD (users whos password gonna expire, last logon, etc etc). Are you guys talking about something like those? Or, something very large that needs "Powershell Guru" level expertise?! Because I know powershell scripts can be really large and scary sometime.
tbgree00 wrote: » You can start small with powershell scripts. We have some PowerCLI scripts (Powershell with VMware's commands thrown in). They can build a consistant VMware host only editing a few variables on the top. So we just put a hostname and IP addresses for the vmkernel ports. The script I wrote takes those variables and builds a host with the same advanced configurations, networking layout, time server, etc every time. The place to start is to say "what do I do pretty often?" then see if you could do it in powershell. From just what you said you could create a script to pull that password expiring list, do an Out-File to a csv on a file, and use microsoft task scheduler to run it. If you have to create an AD user you can write out all the commands to create one user, add them to the right OU, give them the right security groups, etc. Look at it and see what stuff is unique to that user. That can be made into an alias. Then at the top you set your alias' and you have an easy to replicate script. Set the user info at the top and away you go. I'm sure Github has all these already created. I'm going to put my ESXi Build scripts out there soon as well.
nachodba wrote: » The only thing I have against people who become that well rounded is that they typically aren't great at any one area. This comes from my experience interviewing IT professionals in Northern VA. If you have a professional level certification on your resume, I am going to grill you on that topic. I recommend you pick one or two areas to excel in, when I was doing systems administration for 7 years I worked with Exchange, AD, Shoretel Phones, Cisco networking, etc but I was specializing in SQL Server and VMWare. I didn't put much effort into certifying in the other products because I knew when I moved on it would be to VMWare or SQL Administration.
PJ_Sneakers wrote: » I think CompTIA has a lot of value for becoming "well rounded". Think about how much you would pick up if you learned enough for A+, Network+, Security+, Server+, Linux+, Mobility+, Cloud+, and CDIA+. And as funny as it sounds to some, the same goes for Microsoft's MTA certs, except there's a smattering of DB and dev mixed in.
dave330i wrote: » CompTIA is only good for employment requirement check box.
tbgree00 wrote: » I fully agree with this. Knowing a lot of stuff is very important but knowing something at an expert level is critical. I'm specialized in VMware and Windows Server administration. I know a lot of AWS, some networking, enough storage to create my LUNS, a fair amount of hardware, etc. I could greenfield a datacenter with a little effort. That said I specialize in VMware and have focused that way. Grill me with VMware questions and I'm good. Hit me with a Cisco thing and I'm 50/50 but know enough to tell you what I'd try.
Chrisbari14 wrote: » So I have a question. I'm currently in a helpdesk role at my job. I just achieved my Network + and I'm studying for my Security plus. After this I will be preparing to go after my MCSA Windows 10 and Windows server 2012 R2 cert since It will be applicable in the environment in which I work. My path now currently is to be more of a system/server admin. But I truly want to be well rounded in many areas of IT. Should I go after the CCNA, and become familiar with Linux as well? I need some suggestions? Maybe some SQL and scripting too?