Using below Script to get the member of particular Azure Active Directory. connect-azuread #get all groups Get-AzureADDirectoryRole | select displayname $role = Get-AzureADDirectoryRole | Where-Object {$_.displayName -eq ‘Company Administrator’} Get-AzureADDirectoryRoleMember -ObjectId $role.ObjectId…
Category: Cloud
Create a Billing threshold alarm rule Alibaba
You can create a Billing Alert Threshold to manage and monitor the usage of cloud service. Login to Alibaba Console Click the Billing Management Click the Monthly Spending Alert Apply the alert…
What Latest Improvements and Changes with Windows Server 2019
Windows Server 2019 was released earlier this year and, with it, there are a number of new features to be considered. This new server OS provides the latest benefits from Microsoft for…
Deploy the Azure Cloud Witness for your Fail-over Cluster Quorum for Windows Server 2016 & 2019 with PowerShell
For the longest time, when deploying a cluster with Windows Server, you only had the two options, Using a dedicated disk for the quorum, or Configuring an SMB file-share as the quorum…
7 Reasons to Switch to Azure Virtual Machines
Azure VMs: Pricing, Licensing & Features Azure storage and VM volumes provide the incredibly useful platform many businesses choose today for cloud solutions. Highly available, well-maintained and adaptable – all with cost…
Cloud DNS in Alibaba
Cloud DNS Alibaba is a highly available and scalable Domain Name System that provides authoritative DNS servers and DNS management services. Alibaba Cloud DNS uses globally distributed databases, and synchronizes your data to…
Alibaba Cloud SSL Certificates Service
But what is SSL?SSL stands for secure sockets layer. This is the standard security technology for establishing an encrypted link between a web server (your website) and a user’s browser. Why is SSL…
Alibaba Cloud Elastic IP (EIP) and Public IP Differentiation
If an ECS instance needs to provide external services, you can allocate a public IP for it when creating the ECS instance. A public IP will be allocated when the selected Network Bandwidth…
Azure Active Directory Sync – Choose Specific OUs
Most Common Mistakes. On First Run – Admins – Run Azure Active Directory Sync and Choosing the whole domain/directory to sync. And later realize they sync so much garbage accounts to Cloud….
Step by step deletion of Azure Recovery Services Vault
It’s not very easy to delete Azure Recovery Services Vault because it’s generally contain multiple objects in it. If you don’t delete the recovery services vault which is not in use in…