Tag: Powershell

Powershell, Python

PowerShell Guide to Python: Modules 

Importing Modules Importing Single Module PowerShell provides an Import-module cmdlet to import modules in the current session. # syntax: Import-Module <name of module> Import-Module ActiveDirectory Whereas, Python has a keyword import to load modules into the current Python Session, but the import statement does not…

Powershell

PowerShell Interview Questions 

A  list of around 50+ Important PowerShell Interview Questions, Resources, Topics and Tips that I’ve collated from my own personal interview experience in Windows PowerShell Scripting and Automation space, which I do a lot! Just to stay in touch with basics and keeping my preparation…