Azure Administrator + Windows Powershell Scripting Combo Course

Enrol for Azure administration with PowerShell from DASVM Technologies. In this course you will learn the basic concepts about PowerShell and managing Azure Storage account, Virtual Networks, Virtual Machines and Cloud Services using PowerShell. You will learn basic concepts and syntax of PowerShell to create and manage resources, subscriptions, and identities in Azure while gaining a basic understanding of how to build your own scripts. Azure PowerShell is designed for managing and administering Azure resources from the command line. These essential skills will help you use PowerShell to automate your administrative tasks, as well as gather useful information from your Azure resources.

img
request

Can’t find a batch you were looking for?

 

Enrol for Azure administration with PowerShell from DASVM Technologies. In this course you will learn the basic concepts about PowerShell and managing Azure Storage account, Virtual Networks, Virtual Machines and Cloud Services using PowerShell. You will learn basic concepts and syntax of PowerShell to create and manage resources, subscriptions, and identities in Azure while gaining a basic understanding of how to build your own scripts. Azure PowerShell is designed for managing and administering Azure resources from the command line. These essential skills will help you use PowerShell to automate your administrative tasks, as well as gather useful information from your Azure resources.

 
Learning Objectives:
 

After completing this course, you will be able to:

  • PowerShell basic concepts.
  • Add an Account on Azure PowerShell Console.
  • Manage a storage account with PowerShell.
  • Manage a Virtual Network with PowerShell.
  • Manage a Cloud Service with PowerShell.
  • Manage a Virtual Machine with PowerShell.

Course content

 

Azure Administration

 

 

Manage Azure identities and governance

 

Manage Azure AD objects
  • create users and groups
  • manage user and group properties
  • manage device settings
  • perform bulk user updates
  • manage guest accounts
  • configure Azure AD Join
  • configure self-service password reset
  • NOT: Azure AD Connect; PIM
Manage role-based access control (RBAC)
  • create a custom role
  • provide access to Azure resources by assigning roles
    • subscriptions
    • resource groups
    • resources (VM, disk, )
  • interpret access assignments
  • manage multiple directories
Manage subscriptions and governance
  • configure Azure policies
  • configure resource locks
  • apply tags
  • create and manage resource groups
    • move resources
    • remove RGs
  • manage subscriptions
  • configure Cost Management
  • configure management groups

 

Implement and manage storage

 

Manage storage accounts
  • configure network access to storage accounts
  • create and configure storage accounts
  • generate shared access signature
  • manage access keys
  • implement Azure storage replication
  • configure Azure AD Authentication for a storage account
Manage data in Azure Storage
  • export from Azure job
  • import into Azure job
  • install and use Azure Storage Explorer
  • copy data by using AZCopy
Configure Azure files and Azure blob storage
  • create an Azure file share
  • create and configure Azure File Sync service
  • configure Azure blob storage
  • configure storage tiers for Azure blobs

 

Deploy and manage Azure compute resources

 

 

Configure VMs for high availability and scalability 
  • configure high availability
  • deploy and configure scale sets
Automate deployment and configuration of VMs
  • modify Azure Resource Manager (ARM) template
  • configure VHD template
  • deploy from template
  • save a deployment as an ARM template
  • automate configuration management by using custom script extensions
Create and configure VMs
  • configure Azure Disk Encryption
  • move VMs from one resource group to another
  • manage VM sizes
  • add data discs
  • configure networking
  • redeploy VMs
Create and configure containers
  • create and configure Azure Kubernetes Service (AKS)
  • create and configure Azure Container Instances (ACI)
  • NOT: selecting an container solution architecture or product; container registry settings
Create and configure Web Apps
  • create and configure App Service
  • create and configure App Service Plans
  • NOT: Azure Functions; Logic Apps; Event Grid

 

 

Configure and manage virtual networking

 

 

Implement and manage virtual networking
  • create and configure VNET peering
  • configure private and public IP addresses, network routes, network interface, subnets, and virtual network
Configure name resolution 
  • configure Azure DNS
  • configure custom DNS settings
  • configure a private or public DNS zone
Secure access to virtual networks 
  • create security rules
  • associate an NSG to a subnet or network interface
  • evaluate effective security rules
  • deploy and configure Azure Firewall
  • deploy and configure Azure Bastion Service
  • NOT: Implement Application Security Groups; DDoS
Configure load balancing 
  • configure Application Gateway
  • configure an internal load balancer
  • configure load balancing rules
  • configure a public load balancer
  • troubleshoot load balancing
  • NOT: Traffic Manager and FrontDoor and PrivateLink
Monitor and troubleshoot virtual networking
  • monitor on-premises connectivity
  • use Network Performance Monitor
  • use Network Watcher
  • troubleshoot external networking
  • troubleshoot virtual network connectivity
Integrate an on-premises network with an Azure virtual network
  • create and configure Azure VPN Gateway
  • create and configure VPNs
  • configure ExpressRoute
  • configure Azure Virtual WAN

 

Monitor and back up Azure resources

 

 

Monitor resources by using Azure Monitor
  • configure and interpret metrics
    • analyze metrics across subscriptions
  • configure Log Analytics
    • implement a Log Analytics workspace
    • configure diagnostic settings
  • query and analyze logs
    • create a query
    • save a query to the dashboard
    • interpret graphs
  • set up alerts and actions
    • create and test alerts
    • create action groups
    • view alerts in Azure Monitor
    • analyze alerts across subscriptions
  • configure Application Insights
  • NOT: Network monitoring
Implement backup and recovery
  • configure and review backup reports
  • perform backup and restore operations by using Azure Backup Service
  • create a Recovery Services Vault
    • use soft delete to recover Azure VMs
  • create and configure backup policy
  • perform site-to-site recovery by using Azure Site Recovery
  • NOT: SQL or HANA

 

 

Powershell Scripting

 

 

 

Automating Windows Administration using PowerShell

 

Introduction:
  • Getting to know about Windows PowerShell
  • Command Line Interface, Capabilities of PowerShell
  • Basic commands and Command design structure
  • Understanding the get-help in PowerShell
  • Understanding the basic Syntax for PowerShell.
Getting started with Technical commands:
  • Understanding the Headers
  • Working with Pipeline Operator, Where-object and Syntax
  • Working with Operators: Arithmetic Operators, Comparison Operators & Logical Operators
Working with Multiple Operators
  • Designing a single liner Powershell command
  • Formatting Options: Format-Table vs Select Object vs Format-list
  • Sort-object & Common Parameters
Scripting:
  • Creating your First Script file/Multiple liner.
  • Input statement & Output statements in Powershell
  • Understanding Variables and Variable Types in Powershell
  • Working with Static and Dynamic Variable
  • Importing contents from a File / Exporting the result to a file.
  • If, Elseif, Else statement
  • Do-while & Do-Until Statement
Looping Statements:
  • For Statement
  • Switch Statements
  • For Each statements
  • While Statements
  • Try Catch Finally statement
  • Break and Continue statements
  • Throw and Trap Statements
Functions and Parameters
  • Understanding the Powershell Functions
  • Implementing Functions and calling the Function
  • Understanding the Parameters
  • Passing parameters while Script execution
  • Usage of Parameters in Scheduled Scripts
Remote Management
  • Understanding the Powershell Modules.
  • Understanding the PowershellPSSession
  • Importing a PSSession from Remote server.
  • Finding a Module from Internet.
  • Installing and Importing a Module from PSGallery source.
  • Downloading and Installing PS Modules for Cloud Technologies like Office 365, Azure and Sharepoint.
  • Connecting to the PowerCLI Module and create Simple VMs.
  • Remote Command Triggering
  • Remote Script Triggering
Security
  • Securing the Passwords
  • Embedding the Passwords in the Script.
WMI (Windows Management Instrumentation)
  • Understanding WMI&WMI Classes
  • WMI vs CIM Classes
  • Scripting &Windows Remote Management using WMI.
  • Custom Health Report generation using WMI and PSObject.
  • Disk Management
  • Value conversions
DSC:
  • Overview and Introduction to Push method and Pull Method.
Windows Forms:
  • Developing small GUI based applications on Powershell using Windows Forms.

 

 

 

 

To see the full course content Download now

Course Prerequisites

 
  • Experience with Windows networking technologies and implementation.
  • Experience with Windows Server administration, maintenance, and troubleshooting.
  • Experience with Windows Client administration, maintenance, and troubleshooting
  • Students who attend this training can meet the prerequisites by obtaining equivalent knowledge and skills through practical experience as a Windows system administrator. No prerequisite courses are required.

Who can attend

 
  • Those who want to pursue the Azure Administrator certification
  • This course is intended for IT Professionals who are already experienced in general Windows Server and Windows Client administration, and who want to learn more about using Windows PowerShell for administration.
  • The Azure Administrator course is best suited for Azure administrators and engineers, system administrators looking to expand into Azure, and IT professionals.
  • No prior experience with any version of Windows PowerShell, or any scripting language, is assumed. This course is also suitable for IT Professionals already experienced in server administration, including Exchange Server, SharePoint Server, SQL Server, System Center, and others.

Number of Hours: 70hrs

Certification

AZ-104

Key features

  • One to One Training
  • Online Training
  • Fastrack & Normal Track
  • Resume Modification
  • Mock Interviews
  • Video Tutorials
  • Materials
  • Real Time Projects
  • Virtual Live Experience
  • Preparing for Certification

FAQs

DASVM Technologies offers 300+ IT training courses with 10+ years of Experienced Expert level Trainers.

  • One to One Training
  • Online Training
  • Fastrack & Normal Track
  • Resume Modification
  • Mock Interviews
  • Video Tutorials
  • Materials
  • Real Time Projects
  • Materials
  • Preparing for Certification

Call now: +91-99003 49889 and know the exciting offers available for you!

We working and coordinating with the companies exclusively to get placed. We have a placement cell focussing on training and placements in Bangalore. Our placement cell help more than 600+ students per year.

Learn from experts active in their field, not out-of-touch trainers. Leading practitioners who bring current best practices and case studies to sessions that fit into your work schedule. We have a pool of experts and trainers are composed with highly skilled and experienced in supporting you in specific tasks and provide professional support. 24x7 Learning support from mentors and a community of like-minded peers to resolve any conceptual doubts. Our trainers has contributed in the growth of our clients as well as professionals.

All of our highly qualified trainers are industry experts with at least 10-12 years of relevant teaching experience. Each of them has gone through a rigorous selection process which includes profile screening, technical evaluation, and a training demo before they are certified to train for us. We also ensure that only those trainers with a high alumni rating continue to train for us.

No worries. DASVM technologies assure that no one misses single lectures topics. We will reschedule the classes as per your convenience within the stipulated course duration with all such possibilities. If required you can even attend that topic with any other batches.

DASVM Technologies provides many suitable modes of training to the students like:

  • Classroom training
  • One to One training
  • Fast track training
  • Live Instructor LED Online training
  • Customized training

Yes, the access to the course material will be available for lifetime once you have enrolled into the course.

You will receive DASVM Technologies recognized course completion certification & we will help you to crack global certification with our training.

Yes, DASVM Technologies provides corporate trainings with Course Customization, Learning Analytics, Cloud Labs, Certifications, Real time Projects with 24x7 Support.

Yes, DASVM Technologies provides group discounts for its training programs. Depending on the group size, we offer discounts as per the terms and conditions.

We accept all major kinds of payment options. Cash, Card (Master, Visa, and Maestro, etc), Wallets, Net Banking, Cheques and etc.

DASVM Technologies has a no refund policy. Fees once paid will not be refunded. If the candidate is not able to attend a training batch, he/she is to reschedule for a future batch. Due Date for Balance should be cleared as per date given. If in case trainer got cancelled or unavailable to provide training DASVM will arrange training sessions with other backup trainer.

Your access to the Support Team is for lifetime and will be available 24/7. The team will help you in resolving queries, during and after the course.

Please Contact our course advisor +91-99003 49889. Or you can share your queries through info@dasvmtechnologies.com

like our courses