Install new Teams In Citrix Master Image

Overview Microsoft announced that the classic Teams for VDI will reach the end of support on October 1, 2024, and end of availability on July 1, 2025. After that date, users won’t be able to use classic Teams but instead be prompted to switch to new Teams. We recommend you update to new Teams today. These steps are specific only for Citrix environment! New Teams Requirement Requirement Version Windows Windows 10....

June 11, 2024 · 2 min · by Chisqi

Install Teams On Windows Server

Overview Microsoft announced that the classic Teams for VDI will reach the end of support on October 1, 2024, and end of availability on July 1, 2025. After that date, users won’t be able to use classic Teams but instead be prompted to switch to new Teams. We recommend you update to new Teams today. Note: New Teams for VDI is now generally available for customers in public clouds, GCC, GCC High and DoD government cloud....

April 11, 2024 · 2 min · by Chisqi

Configure LAPS with Intune and EntraID

Overview Windows Local Administrator Password Solution (Windows LAPS) is a Windows feature that automatically manages and backs up the password of a local administrator account on your Microsoft Entra joined or Windows Server Active Directory-joined devices. You also can use Windows LAPS to automatically manage and back up the Directory Services Restore Mode (DSRM) account password on your Windows Server Active Directory domain controllers. An authorized administrator can retrieve the DSRM password and use it....

February 1, 2024 · 4 min · by Chisqi

Install Azure AD Connect

Overview Azure AD Connect (formerly known as Azure AD Sync or DirSync) is an tool designed to synchronize on-premises Active Directory with Azure Active Directory (Azure AD). Requirement Microsoft Azure / Entra ID tenant and account. Verified domain. Azure AD connect must be installed on domain joined server running on Windows 2016 and later. Windows Server 2016, Windows Server 2019, Windows Server 2022 user winver to check the current version....

August 12, 2023 · 2 min · by Chisqi

Deploy and manage Azure IaaS Active Directory domain controllers in Azure

Overview The process of deploying an Active Directory domain controller on an Azure VM is similar to the process of deploying a domain controller in an on-premises environment. One primary difference is that when you deploy a domain controller in Azure, you must place the Active Directory database on the data disk of an Azure VM to avoid potential database corruption. Database corruption might occur because of the read and write cache settings of the operating system disk on the Azure VM....

June 6, 2023 · 14 min · by Chisqi

Microsoft EntraID

Introduction Microsoft Entra ID is part of the platform as a service (PaaS) offering and operates as a Microsoft-managed directory service in the cloud. It’s not a part of the core infrastructure that customers own and manage, nor is it an IaaS offering. While this implies that you have less control over its implementation, it also means that you don’t have to dedicate resources to its deployment or maintenance. With Microsoft Entra ID, you also have access to a set of features that are not natively available in AD DS, such as support for multifactor authentication, identity protection, and self-service password reset....

May 23, 2023 · 24 min · by Chisqi

Install Teams Module on to Powershell

Overview Install Teams Module Install-Module -Name PowerShellGet -Force -AllowClobber Install-Module -Name MicrosoftTeams -Force -AllowClobber Alternative: Install-Module -Name MicrosoftTeams Update-Module MicrosoftTeams Connect MS Teams Connect-MicrosoftTeams Disconnect MS Teams Disconnect-MicrosoftTeams

March 23, 2022 · 1 min · by Chisqi

M365 portal URL

User portal Login is requird to acess these portals. Office https://www.office.com/ This url takes you to the Microsoft 365 portal, where you can access various Microsoft 365 services, including Outlook for email, Microsoft Teams for collaboration, Word, Excel, PowerPoint, and more. Teams https://teams.microsoft.com/ This URL takes you directly to the Microsoft Teams web application, where you can access your Teams and join meetings, chat with colleagues, collaborate on documents, and more....

March 23, 2022 · 3 min · by Chisqi

M365 Powershell Connect

Here is to connect M365 through the powershell. Installing the module is required. Please always disconnect after you are done doing the task to clear the sesson. Azure AD Connect-azureAD # Connect Azure AD Disconnect-AzureAD # Disconnect Azure AD Az Connect-AzAccount # Connect AzAccount Get-AzSubscription # Check current AZ subscription Connect-AzAccount # Disconnect AzAccount Msol Connect-MsolService # Connect MsolService [Microsoft.Online.Administration.Automation.ConnectMsolService]::ClearUserSessionState() # Disonnect MsolService Exchange Online Connect-ExchangeOnline # Connect ExchangeOnline Disconnect-ExchangeOnline # Disconnect ExchangeOnline MS Teams Install-Module -Name PowerShellGet -Force -AllowClobber Install-Module -Name MicrosoftTeams -Force -AllowClobber Alternative:...

January 12, 2022 · 1 min · by Chisqi