If you worked with windows server 2003 or earlier before, I am sure you know how painful it was to install roles and manage those. We had to go through “Add or Remove Windows Components” and many “MMC”. Also, it was recommended to run “Security Configuration Wizard” before install roles as security settings not come default with role installation. To address…
This is last part of my blog post series which is covering Azure CLI 2.0 functions. If you didn’t read part 01 yet please read it before start on this. You can find it on http://www.rebeladmin.com/2017/10/step-step-guide-manage-azure-storage-using-azure-cli-2-0-part-01/
In my demo setup, I have two VM running. One is created using Azure Managed disks. In part 01 I explained how to add…
This is another part of my blog post series which was covering Azure CLI 2.0 functions. If you not read those yet you can find it with following links.
Step-by-step guide to start with azure cli 2.0 – http://www.rebeladmin.com/2017/08/step-step-guide-start-azure-cli-2-0/
Step-by-step guide to create azure vm using azure cli 2.0 –…
Azure AD Connect is the tool use to connect on-premises directory service with Azure AD. It allows users to use same on-premises ID and passwords to authenticate in to Azure AD, Office 365 or other Applications hosted in Azure. Azure AD connect can install on any server if its meets following,
• The AD forest functional level must be Windows Server 2003 or later.
• If you plan to…