Windows Powershell Commands for Beginners

Venkatesan Murugan- Mytectra
1 min readMay 6, 2017

--

Agenda

· Introduction of Powershell

· Need of powershell

· BackGround of Powershell

· Tools

· Why its better than alternatives ?

· Top Most Administrative Powershell Commands

· Working with Pipeline

· Selecting, Sorting, Measuring, Exporting, Importing, Converting, Filtering, Passing Data in Pipeline.

· Using PSProviders and PSDrives

· Formatting Output

· Introduction of WMI (Windows Management Instrumentation)

· Condition

· Looping (For/ Eor-each/While)

· Take user Input

· Display Output

Introduction

· This Shell is Command line based or can be included to GUI.

· Developed by Microsoft

· Based on .Net Framework

· It includes Scripting.

· Capability to interact with another Windows based Software’s, for instances:-

· Citrix, SQL, AD, any open APIs like Slack etc.

Click here to read the Complete Blog…

Written by: myTectra

--

--