Teams MeetingRoom
Enable Teams Rooms devices to join third-party meetings – Microsoft Teams | Microsoft Docs
Enable Teams Rooms devices to join third-party meetings – Microsoft Teams | Microsoft Docs
Verbinding maken met alle Microsoft 365-services in een enkel PowerShell-venster – Microsoft 365 Enterprise | Microsoft Docs
Azure Active Directory security defaults | Microsoft Docs
Because I’m testing I made this, so I dont need to fill in everytime the credentials, but checks if there is a connection. AzureAD Connect if($azureConnection.Account -eq $null){$azureConnection = Connect-AzureAD}…
Connect-AzureADSet-AzureADUser -ObjectId <SyncACCOUNT>@<DOMAIN>.onmicrosoft.com -PasswordPolicies DisablePasswordExpiration And if you want all online created accounts disable Password expiration:Get-AzureADUser -All $true | Set-AzureADUser -PasswordPolicies DisablePasswordExpiration
Printspooler is crashing because of a wrong printerdriver. Remove printer in register:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors And start Printspooler service
Found a solution!! Windows Client resolution changes work by calling <ProgramDir>\VMware\VMware Tools\VMwareResolutionSet.exe. After I renamed that file, bingo no more resolution changes. Obviously this works until the next VMware tools…
Go to start -> Settings Go to Account On the left side Sign-in Options Now you can setup Fingerprint and/or pin code.
When you want to install a powershell module and you get this error message. Solution. Run Powershell as admin and enter ::SecurityProtocol = “tls12” Now you can install the powershell…
I Found this website very usefull and searched long for this. If you are running Microsoft Windows in a domain environment with WSUS configured, you may notice that you’re not…