My career is in networking, I am interesting in learning Microsoft server, cisco, vmware, citrix. Which of these products I should concentrate Python or PowerShell and Why? (Thanks)
-
Python vs PowerShell (v7 and up)
-
For administering Windows environments, I would recommend PowerShell. Python is a great programming language, if you want to get into development.
It really depends on what you plan on doing.
Mike Rodrick
Edutainer, ITProTV**if the post above has answered the question, please mark the topic as solved.
-
@Mike-Rodrick Can I use PowerShell to connect Cisco(Rest API) and send commands?. Can I use PowerShell for Citrix, VMWare and Linux?
-
Yes, that is the great thing about PowerShell. Because it is extensible, most vendors have released PowerShell modules. PowerShell can also be installed on Linux and macOS.
https://www.powershellgallery.com/packages?q=vmware
https://www.powershellgallery.com/packages?q=cisco
Citrix
https://support.citrix.com/article/CTX128057https://www.powershellgallery.com/packages?q=citrix
The PowerShell Gallery is a great place to look for modules that vendors as well as developers have created.
https://www.powershellgallery.com/Mike Rodrick
Edutainer, ITProTV**if the post above has answered the question, please mark the topic as solved.
-
This is awesome and thanks for the links, I'll check them out Dan