Skip to content
  • Home
  • About
  • Contact
  • Archives
Search
Close

mohitgoyal.co

#Cloud #Devops #Automation #SRE

Tag: Virtual Hard Disk

Query for unattached disks in Azure

November 4, 2016January 22, 2019 Mohit GoyalLeave a comment

To query for all windows unattached disks (which are not attached to any of the virtual machines), we can use below command:

Get-AzureDisk | Where-Object {($.OS -eq “windows”) -and ($.AttachedTo -eq $null)} | Select diskname

Same way you can find out for Linux related disks.

Specifying custom virtual hard disk locations for Azure virtual machines

October 4, 2016January 22, 2019 Mohit GoyalLeave a comment
Specify virtual hard disk names programmatically
Specify virtual hard disk names programmatically

You can specify data disk location names while creating virtual machines using Azure PowerShell. This helps creating a consistent nomenclature which is helpful for your organization.Read More »

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 148 other subscribers

Blog Stats

  • 1,620,508 hits

Categories

  • Amazon Web Services (AWS) (4)
  • Azure DevOps (formerly VSTS) (73)
  • CI/CD (38)
  • Containers (63)
  • Database Automation (13)
  • Infrastructure as Code (IaC) (50)
  • Microsoft Azure (82)
  • Others (30)
  • PowerShell (105)
  • Source Code Management (46)
  • Terraform (12)

Tags

.NET Core Amazon Web Services (AWS) Ansible Argo CD AWS S3 Azure ARM Azure Artifacts Azure Automation Azure Blueprints Azure CLI Azure Container Services Azure DevOps (formerly VSTS) Azure DNS Azure Governance Azure Log Analytics Azure Pipelines Azure Policy Azure PowerShell Azure SQL Azure Storage Azure Virtual Machines Azure Virtual Network Azure Web Apps Bash buildah CentOS Chocolatey CI/CD Containerd Containers Continuous Integration CRI CRI-O criu Cryptography Database Automation Debugging DevOps Docker docker-compose dockerd Docker Engine Dockerfile dockershim Git GitHub GitOps Global Assembly Cache (GAC) Google Cloud Platform Google Virtual Machines Helm Hyper-V IIS Infrastructure as Code (IaC) Java Jenkins JSON k3d Kata KinD Kubernetes Kustomize Linux Liquibase Maven Microsoft Azure Microsoft SharePoint Microsoft SQL Server MongoDB MSBuild Nginx Nuget Octopus OpenSSL Oracle Virtual Box Package Management PKI Podman Pods PowerShell PowerShell Core PowerShell Remoting Python Registry REST Runbook runc Scripting SharePoint Server SharePoint Solutions shim skopeo SonarQube SSDT SSH SSMS Subversion systemd Terraform Terrafrom State Ubuntu Vagrant Virtual Hard Disk Virtual Machine Extensions Visual Studio Visual Studio Code Windows Server WSL2 XML
Website Powered by WordPress.com.
Back to top
  • Follow Following
    • mohitgoyal.co
    • Join 148 other followers
    • Already have a WordPress.com account? Log in now.
    • mohitgoyal.co
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...