Create Complex NSG – PowerShell

4 years ago
king

Creating NSG in azure is easy unless you want to create multiple NSG with multiple inbound and outbound security rules.…

Restore VM from Recovery Service Vault – PowerShell

# Mention your VM here $VMName = "SubhenduTestVM" # Mention your Stage Storage here $stagestorageaccountname = "teststorage" ########################Body#################################################################### $VMRGname =…

4 years ago

Power Of Powershell 2

Hope you are doing great . Current Time is very critical for us . I never thought that I will…

4 years ago

Power of Powershell

Being a part of Microsoft Education I have explored powershell long time back . But that was a very basic…

4 years ago

New Azure Exam is Ready to Launch

Sorry !! But Yes .  Microsoft is about to release new exam in Azure Segment . Old exams will be…

4 years ago

DFSR to Azure File Sync | DFS cross domain Migration | Azure File Sync Agent issue and Solution

Migration is always a part of our life and part of this fantastic IT world . Recently management took decision…

4 years ago

Powershell Script to create Snapshot from VM and move to storage account

I believe you have enjoyed my last script related to VM snapshot creation . Sometime we work futher then that…

4 years ago

Remove VM and Associated Resource Powershell

Greetings to all unbelievable students across globe . Allow me to present one of the the most useful script for…

4 years ago

Powershell Script to create Snapshot from VM – One VM at a time

Greetings to all unbelievable students across globe . Allow me to present one of the the most useful script for…

4 years ago

Fetch NIC details from Azure – Powershell Script

Here is a very useful script to fetch Azure NIC details . Most of the time we forgot to delete…

4 years ago