For Previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 5 5. Creating An Approval Flow So far, we have created SharePoint list, PowerApps, Flows and Registered an Application. Able to get user’s information and submit for the approval. Now it has to be submitted for approval to process the roles assignment. […]
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 […]
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 […]
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 : […]
Normally, once you have created application and provided some deligate permissions in azure ad, you need to accept the Azure AD Consent. wherein in Oauth V1.0 all users when ever the login for the first time to application, they need to accept to access the application. many users feel that it is supicious or unwanted […]
In this Part 2 Article,we will see converting the domain to Managed and make users authenticated against Azure AD. Ensure Full Sync and Password sync has been allowed enough time to sync and completed Before converting the Domain. For Part 1, How to Convert Federated Domain to Managed Domain(Password Hash Sync(PHS))-Part 1 3. Convert the […]
Issue: we tried to restore SPO Site, It failed with Error ” Couldn’t restore site . We couldn’t find the Office 365 group connected to this site.” Solution: It could be because the Owner/Group assigned SPO Site may not be available or deleted from the tenant. Hence that when we are restoring using GUI the […]
Issue: When trying the update or install AzureADPreview it failed with the below error and not able to install. Solution: it is because AzureAD module got installed. AzureADPreview Module is the new one and many new cmdlets are introduced with AzureADPreview. To install AzureADPreview, You need to uninstall AzureAD Module and then install AzureADPreview. Open […]
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 […]
AADConnect Server plays important role in the Office 365 Hybrid setup. Hence that AADConnect upgrade should be taken care very seriously if it is also being used for Password Sync. How to install AADConnect using the Express Installation, Please refer the Article How to install AADConnect using the Express Installation,Please refer the Article AADConnect as […]