
A brief introduction on the topics that we are going to cover in the entire course.
This lecture will help you understand how Powershell stands different from Command Prompt.
Please find the download link to VMWare player in the article.
This video helps you familiarize yourself with building a Virtual Machine using VMWare player and Windows binaries.
This Lecture explains on the installation of servers named VM2 and CENTRAL SERVER using VMWare Workstation Player. CENTRAL SERVER is going to be the domain controller server too for spinning up the domain for the servers VM1 and VM2.
This lecture explains how to convert a server to a domain controller and set up a domain with it. Once the domain controller is set up, we will discuss on joining the other servers to the domain just built.
This is the last lecture of the first section to set up a lab for your automation purpose.
In this lecture, it explains
- how to set up the static IP for the servers and join the servers to the domain.
- how to create a domain user having access to all the servers in domain.
This lecture is an optional one. This will just show how to create a VM using the VMWare workstation Pro software. We have already built VM1 using VMWare Player. However, for demo part , i destroyed the VM and recreating it using the VMWare Workstation Pro.
Enjoy...
This video shows you how to fix internet connectivity issues in VMware Workstation virtual machines with a static IP.
This lecture talks about : -
Working of Variables in Powershell
How data types are assigned to the variables.
Explanation with demo.
This will give an idea about the Get-Content Cmdlet which is used to get the content of a text file.
Get the details of the services running in your system.
Why you need Get-ChildItem commandlet?
Detailed demo on the commandlet Get-ChildItem which will let you understand the application of this commandlet while going through your scripting process.
Whatif switch is great for the commands that do not display any output when executed, or if you are unsure of the overall impact of your command.
A quick intro to what we are planning in this section.
This lecture explains on how you can send emails from servers using powershell.
This script is going to generate a report on free space on the servers in your repository.
This course will ensure that each one taking it up gets an opportunity to fulfill their own dream for automation. Starting from the PowerShell basics, this course will help you to understand what PowerShell is and how it can be used to develop your own applications that will automate Windows day-to-day admin tasks. You also get a chance to know how to set up your own lab and can experience the practicals usings the demo scripts.
So Don't MISS this!!!
Main topics covered in this course :-
1 Intro : Automation Using Powershell
2 Powershell Vs Commandline
3 Easy Set up a Lab for your automation
4 Install VMWare Player
5 Create Virtual Machine VM1 using VMWare Player
6 Install VMWareTools
7 Create VM2 and Central Server
8 Domain and Domain controller Set Up
9 Joining servers to a domain
10 Get-ChildItem Commandlet
11 Get-Service Commandlet
12 Get-content Commandlet
13 Get-Process Commandlet
14 Arrays
15 Conditional Operators
16 Comparison Operators
17 for loop
18 while - do while
19 Variables and Datatypes
20 Error Handling (try catch)
21 File Handling using text files
22 File Handling uisng Csv files
23 File Handling using XML Files
24 Saving output to text file (Out-File Cmdlet)
25 Displaying output to gridview
26 Displaying output to HTML
27 Saving output as CSV file
28 Execution Policy and Run your first script
29 Windows drive space analysis using powershell
30 Sending Mails using powershell : Send-MailMessage
31 Automate your script through Windows Task Scheduler
32 Automate your script thorugh the Jenkins (a widely usedfree Devops Tool)
33 Automate your scripts through SQL Server Agent