Exchange Online PowerShell

How Does Free/Busy Works between two different office 365 Tenants and Configure

Hello Windowstechpro Viewers, Welcome Back!! In this Article, We are going to see How Free/Busy Sharing Works in the federation Trust enabled two different Office 365 Tenants and How to Create Organization Relationships to share Free/Busy Information. How does Free/Busy Sharing Works? Consider Tenant 1: Windowstechpro.com User UserA@Windowstechpro.com wants to see the free/busy information of […]

Azure AD RMS Online

Enabling Azure AD RMS Online for Office 365 tenant level

Azure AD RMS (AADRM) is the Microsoft Cloud based Right Management Services which uses encryption, identity, and authorization policies to help secure your files and email, and it works across multiple devices—phones, tablets, and PCs. In this Article, We will see how to enable RMS Online for the Office 365 Tenant.. RMS Can be used […]

Organization Error

You have to Import at least One trusted domain into Your Organization Error

When enabling Azure RMS for Exchange online using the below command, Set-IRMConfiguration -internallicensingenabled $true It ends with below error, since there us no RMS Trusted Publishing domains, it is not allowing us to Set. If you’re using RMS Online, Run the below command Import-RMSTrustedPublishingDomain –RMSOnline –Name “RMS Online” Now let’s again execute the command and […]

Prevent Accidental Deletions in Azure

How to get AADRM Version Information

Run the below command to get AADRM PowerShell Module version installed in the local Machine. (Get-Module aadrm -ListAvailable).Version Run the below command in Elevated PowerShell to update the AADRM PowerShell Module Update-Module -Name AADRM Please refer to the article to know how to install AADRM PowerShell Module, #Azure #AzureAD #AzureRMS #AADRM

Azure Application

Insufficient privileges to complete the operation using Azure Application

Error: When you use APPID and Secret for and azure AD, it is giving an error as follows, { “error”: { “code”: “Authorization_RequestDenied”, “message”: “Insufficient privileges to complete the operation.”, “innerError”: { “request-id”: “bcd913f3-8f4b-4e50-b83c-41b5f7149a24”, “date”: “2019-05-03T09:15:36” } } } Noticed this error in one of the Microsoft flow to assign Azure AD Roles to the […]

External Users Management

How to Create Guest Access Portal for External Users Management – Part 1

In this Article Series, We are going to see how to create Custom application Portal for the Guest Users Management. This Portal helps to Guest Users to request from External Domains or External World.. Post request received, Guest Inviter Administrators can login and approve the requests. Also it helps in auto approving the Domains and […]

Roles using PowerApps and Flow

Assigning Azure RBAC Roles using PowerApps and Flow – Part 3

For Previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 2 Step 3: Creating Flow for the Actions We have created SharePoint List and PowerApps Forms with Button. We need to give an action to get the user details from the logged in user profile. To do that, we need to insert […]

Assigning Azure RBAC Roles using PowerApps and Flow – Part 4

For previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 3 Now, go back to the Form again, Select the LoadButton–Action(Flow)–Select the flow which we created and tested You can see the Flow selected but you can see it is giving the syntax error Enter the below text for OnSelect Set(datafromflow,’Loadcurrentuser-Button’.Run()) You […]

Azure RBAC Roles using PowerApps

Assigning Azure RBAC Roles using PowerApps and Flow – Part 5

For Previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 4 4. Adding Azure AD Application and Setting the permissions Registering the application in Azure AD, Login to https://Portal.Azure.com— Azure Active directory –Select App Registration(Legacy)–Click on New Application registration Give the name for the App and Sign-on URL: https://localhost and click on […]