Assigning Azure

Assigning Azure RBAC Roles using PowerApps and Flow – Part 2

For Previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 1 Step 2: Creating Microsoft PowerApps form Now, it is time to create PowerApps for our application. Let’s Login to https://create.powerapps.com/studio/# Click on New and select Start with a blank canvas or a template — Select Phone layout Click on Add an […]

How to install Azure Module using Current User Permissions

How to install Azure Module using Current User Permissions

Many organizations won’t provide system admin privileges to users. So we don’t have options to install Azure PowerShell Module? No.. We do have an option to install Azure PowerShell module without system administrator permissions. Open PowerShell and Run the below Command : Install-Module -Name Az -AllowClobber -Scope CurrentUser Now it is done, you see the […]

The term ‘Login-AzureRMAccount’ is not recognized

The term ‘Login-AzureRMAccount’ is not recognized

Error: PS C:\WINDOWS\system32> Login-AzureRMAccount Login-AzureRMAccount : The term ‘Login-AzureRMAccount’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + Login-AzureRMAccount + ~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : […]

Federated domain to Managed Domain

How to Convert Federated Domain to Managed Domain(Password Hash Sync(PHS))-Part 1

In this Article, we will see how to convert the Federated domain which is using the ADFS Authentication using against the On-premises Active Directory to Managed Authentication against Azure Active Directory(AAD). ADFS Authentication is Token Based Authentication and it is very secured Authentication wherein it has some limitation as it is required Web Application Proxy(WAP) […]

The pop-up shows up as “AdxTaskPane” and displays the image

The pop-up shows up as “AdxTaskPane” and displays the image

Noticed an issue in the Office 365 Proplus and Microsoft office 2016, Any office applications when we open in backend there is popup shows below image and task list it shows as “AdxTaskPane” This can be even noticed in the taskbar as well, Issue: This could be because of Azure niformation protection toolbar add-in which […]

Overview of Azure AD Pass-Through Authentication

Overview of Azure AD Pass-Through Authentication

Pass-Through Authentication is the new authentication for the cloud based applications such as Exchange Online (EXO), Skype for business Online and so on and all you on-premises applications. Along with Seamless Single Sign-on (SSSO), provides better user login experience. This is an alternative option for the Azure AD Password Hash Synchronization. Please check the article […]

How to install Azure Active Directory Pass-through Authentication (PTA)

How to install Azure Active Directory Pass-through Authentication (PTA)

In this Article, we will see how to install Azure AD Pass-through Authentication (PTA) along with Seamless Single Sign-on (SSSO) Please check the article for Overview of Azure AD Pass-Through Authentication What is required to configure Pass -through Authentication: 1. Need one Windows Server machine with Server 2012 R2 or Server 2016 2. Internet connectivity […]