Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Session-01 Date: 17-11-2022

----------------------------------------
Topic: Introduction to Powershell Scripting
2016

It is a Command-line interface
----------------------
CLI ---> commands

MSDOS --> commands


It is a Automation scripting language

Scratch to <100-200 lines of scripting>

Zero
====
Powershell Console--> Commands
Powershell ISE -> scripts

Windows:-
----------

Commands:
----------
Where to type the commands

2 Env:
------
1) Powershell Console(20 days)

Method-1) Start--> Type Powershell


2) Win+R = Type Powershell
For Admin Rights Ctrl+Shift+Enter
3) Windows Client(7/8.1/10)

Win+X

To find .netframe:
------------------
# gci 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP'

PS C:\WINDOWS\System32> ###Command Prompt #Enter

ENGLISH POWERSHELL
------- ----------
A Get-Command
TYPE: COMMAND
Listout all availble commands in your machine
1600+

B Get-Help
C
D
E
.
.
.
Z

1) How to find out Desired /Required Command based on our requirement?

2) How to use a Command(Help Option)?

#4-5:
----
DAY-01:
-------

2) Powershell ISE

You might also like