IOS Conditional Access – force MDM
This is the config how to block MAM config on Android Phones. Go to https://endpoint.microsoft.com/ Endpoint security > Conditional Access Create new Policy Give it a name like IOS –…
This is the config how to block MAM config on Android Phones. Go to https://endpoint.microsoft.com/ Endpoint security > Conditional Access Create new Policy Give it a name like IOS –…
https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE2PjDI
openssl.exe s_client -connect DomainController:636 > Filename.cer Run this on your local system.
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
$ssfFonts = 0x14 $fontSourceFolder = "" $Shell = New-Object -ComObject Shell.Application $SystemFontsFolder = $Shell.Namespace($ssfFonts) $FontFiles = Get-ChildItem $fontSourceFolder $SystemFontsPath = $SystemFontsFolder.Self.Path $rebootFlag = $false foreach($FontFile in $FontFiles) { # $FontFile…