Topdesk create LDAPS certificate From DC
openssl.exe s_client -connect DomainController:636 > Filename.cer Run this on your local system.
openssl.exe s_client -connect DomainController:636 > Filename.cer Run this on your local system.
Change Network Settings in Group Policy Editor To do this, follow the guidelines below: There you go, these are some simple methods that you can try if your VPN blocks…
1) On Windows , copy the sticky notes file from AppData\Roaming\Microsoft\Sticky Notes 2) On Windows 10, start Sticky Notes. 4) First, close Sticky Notes on Windows 10.Then, Go to PC…
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