Welcome Back!! In this multi-series Article, we are going to how we can integrate Global Office365 Tenant with 21V Operated Office365 Tenant. What is 21V Operated Office365? Microsoft Operates Global Office 365 which is used by the public for companies and Countries those doesn’t have any limitations for the country-wise and continental level. But also […]
Installing MSOnline is pretty Simple. Open PowerShell in Elevated Mode and run the command, Set-ExecutionPolicy -ExecutionPolicy unrestricted Install-Modue -Name MSOnline By default, When you run the command Connect-MsolService You will get connected to Global Tenant ( Public Cloud) What if you have 21Vianet operated Office 365 Azure Active Directory using PowerShell. You can use the […]
You can use the below cmdlets to Connect to the 21V Hosted Office365 Environment. Open PowerShell in Elevated Mode and run the following commands, Set-ExecutionPolicy -ExecutionPolicy unrestricted $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://partner.outlook.cn/PowerShell -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $Session -DisableNameChecking You can see how it is connected. You can run […]
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 […]
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 […]
For the Part 1 Article in this series, How to Create Guest Access Portal for External Users Management – Part 1 2. Deploying Azure App Service In previous Article, we have seen registration of the two applications required for the Guest Access Portal. No we need to deploy APP Service in Azure to host the […]
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: 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 […]
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 […]
In many Organizations there will be many customized attributes like EmployeeID, Career information, HR Details and so on. It is needed for many applications to work. How to install AADConnect using the Express Installation, Please refer the Article How to install AADConnect using the Express Installation,Please refer the Article Now organizations are started migrating the […]