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 […]
What is an Alternative Suffix? By default, When you create a user in Active Directory, Users will get the Root domain UPN as Login ID. Consider you have a root domain named ABC.com, users will get User@ABC.com as login and UPN Suffix. In this case, ABC.com acquires a company called XYZ and they are willing […]
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 […]
Welcome Back!! In this Article, We will are going to see how the mail flow works when you have an Exchange Hybrid Setup. Let’s Consider, You have setup as mentioned in the above picture. Let us assume, Before we begin talking the Mail flow, we should be very clear in some basic the information to […]
When launching the Exchange Management Shell, it throws an error as follows, When looking in the event logs –> Application events, could see below mentioned error. Resolution for Management Roles Issue: With an error message mentioned above, Could understand that user who launched the PowerShell not has been assigned with any management roles. When checked […]
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 […]
In this article, we will see how to install Server 2019 and configure Active Directory Services. It is a simple article for beginners and those who want to learn from scratch. I have used Hyper-V Platform for this setup and configured Virtual machines and Networking for the simulation. Insert the Server Operating System in the […]
In this article, we will see how to install and configure Certificate Services in Server 2019.. Click on Add Roles and Features Click on Next Select Role-based or feature-based installation and Click on Next Select Server to install and Click on Next Select Active Directory Certificate Services and Click on Next Select include management tools(if […]
In this article, I will explain how to install Active Directory Federation Services on Server 2019, Let’s begin, Open Server Manager, Click on Add Roles and Features, Click Next, Select Role-based or features-based installation and Click Next, Select Server and Click Next, Select Active Directory Federation Services and Click on Next As we are installing […]