Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created August 8, 2020 04:05
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save PlagueHO/fa54c4e08386eea626fac7d9e3d7112a to your computer and use it in GitHub Desktop.
Create AKS Cluster Admins Azure Active Directory Group
$clusterAdminGroupObjectIds = (New-AzADGroup `
-DisplayName "AksClusterAdmin" `
-MailNickname "AksClusterAdmin").Id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment