Microsoft Azure - Azure Managed Disk State Details Using PowerShell
Microsoft Azure - Azure Managed Disk State Details Using PowerShell
DevOps Lifecycle DevOps Roadmap Docker Tutorial Kubernetes Tutorials Amazon Web Services [AWS] Tutorial AZURE Tutorials GCP Tutorials Docker Cheat sheet Kubernetes cheat sheet AWS interview q
Next Article: Microsoft Azure - Azure Managed Disk State Details using
Microsoft Azure - Mount PowerShell
Azure Storage in Contain…
Last Updated : 30 Mar, 2023
In this article, we will try to understand how we can fetch the VM Disk State by using the
Azure PowerShell Commands. With the help of the Azure PowerShell Commands, we will
be finding the Managed Disk State of Unattached, Attached, and Reserved of all the Azure
VM Disks within Subscription.
Implementation:
Follow the below steps to get azure managed disk state details using Powershell:
Step 2: Navigate to Cloud Shell icon and Open Cloud Shell >> then, select PowerShell
Step 3: Executed the below commands to list out the complete properties of Azure
Managed Disks
Fetch Azure Managed Disks Details using Azure Cloud Shell/Azure PowerShell
Get-AzDisk `
| Select-Object -Property Name,ResourceGroupName,Type,DiskSizeGB,DiskState `
| Where-Object -Property DiskState -eq “Unattached”
Output:
Use the below command to list the details of the Attached Disks:
Get-AzDisk `
| Select-Object -Property Name,ResourceGroupName,Type,DiskSizeGB,DiskState `
| Where-Object -Property DiskState -eq “Attached”
Output:
Get-AzDisk `
| Select-Object -Property Name,ResourceGroupName,Type,DiskSizeGB,DiskState `
| Where-Object -Property DiskState -eq “Reserved”
Output:
Similar Reads
Introduction
Storage
Microsoft Azure - Add Storage Blob Owner Role Assignment For Azure AD User
In this article, you will see how you can add Storage Blob Owner role assignment for active directory users for granting
permissions to operate on the storage account level and to grant permissions to other users within the storage account level.…
2 min read
Network
Compute Functions
Compute Monitoring
Azure Services
Resources
Cognitive Services
Company Languages DSA Data Science & ML Web Technologies Python Tutorial
About Us Python Data Structures Data Science With Python HTML Python Programming
Corporate & Communications Legal Java Algorithms Data Science For Beginner CSS Examples
Address:
Privacy Policy C++ DSA for Beginners Machine Learning JavaScript Python Projects
A-143, 7th Floor, Sovereign
Corporate Tower, Sector- 136, In Media PHP Basic DSA Problems ML Maths TypeScript Python Tkinter
Noida, Uttar Pradesh (201305) Contact Us GoLang DSA Roadmap Data Visualisation ReactJS Python Web Scraping
Advertise with us SQL Top 100 DSA Interview Pandas NextJS OpenCV Tutorial
Registered Address: GFG Corporate Solution R Language Problems NumPy Bootstrap Python Interview Question
K 061, Tower K, Gulshan Placement Training Program Android Tutorial DSA Roadmap by Sandeep NLP Web Design Django
Vivante Apartment, Sector 137, Tutorials Archive Jain Deep Learning
Noida, Gautam Buddh Nagar,
Uttar Pradesh, 201305 All Cheat Sheets
Computer Science DevOps System Design Inteview Preparation School Subjects GeeksforGeeks Videos
Operating Systems Git High Level Design Competitive Programming Mathematics DSA
Computer Network Linux Low Level Design Top DS or Algo for CP Physics Python
Database Management AWS UML Diagrams Company-Wise Recruitment Chemistry Java
System Docker Interview Guide Process Biology C++
Software Engineering Kubernetes Design Patterns Company-Wise Preparation Social Science Web Development
Digital Logic Design Azure OOAD Aptitude Preparation English Grammar Data Science
Advertise with us
Engineering Maths GCP System Design Bootcamp Puzzles Commerce CS Subjects
Software Development DevOps Roadmap Interview Questions World GK
Software Testing
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy Got It !