Comment on Linux Sysadmin/DevOps Interview QuestionsparentComments−nailer10yNot seen it, but you could start with the same topics - assuming a powershell focus:- process management (get-process, stop-process)- hardware (Get-WmiObject)- networking (Test-Connection, Resolve-DnsName, Get-NetIPAddress)- finding / changing registry entries etc.And a bunch of Windows specific stuff like AD accounts vs local accounts, group policy, etc.
Comments
Not seen it, but you could start with the same topics - assuming a powershell focus:
- process management (get-process, stop-process)
- hardware (Get-WmiObject)
- networking (Test-Connection, Resolve-DnsName, Get-NetIPAddress)
- finding / changing registry entries etc.
And a bunch of Windows specific stuff like AD accounts vs local accounts, group policy, etc.