Intune GPO via Registry HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options\GeneralDWORD: HideNewOutlookToggleValue: 1 Via 365 Admin Powershell
Author: paris
Azure Sign-in Logs – Use Wildcards and Filter Specific countries from search criteria
Unfortunately the Country Filter in the Azure AS Sign in Logs is hard match , ( not contains ) So you either have to download the logs […]
MacOS Intune Scripts
https://github.com/microsoft/shell-intune-samples/tree/master/macOS/Config/Manage%20Accounts
OAuthClaimSettings CRM\Dynamics 365 deployment manager IFD/ADFS wizard
Enable OAuth using Powershell – run as administrator: (Shift and Right click) Add-PSSnapin Microsoft.Crm.PowerShell Check the settings: Get-CrmSetting -SettingType OAuthClaimsSettings $ClaimsSettings = Get-CrmSetting -SettingType OAuthClaimsSettings $ClaimsSettings.Enabled = […]
Drop – Reason: [{LED=250 2.1.5 RESOLVER.MSGTYPE.AF; handled AutoForward addressed to external recipient};{MSG=};{FQDN=};{IP=};{LRT=}]
After setting up a Defender Anti Spam Policy to allow Forwarding for an address, the forward was being dropped in the message logs due to Reason: [{LED=250 […]
Solver Integration Error Connecting Business Central
Currently in the process of setting up the Solver integration with Business Central. However, I haven’t been able to proceed since it appears that the solverconnector account […]
NDES ( Network Device Enrollment Service ) service not starting Application Pool – http 503
NDES The RPC server is unavailable. 0x800706ba Have you tested the NDES verification script from MS ? If not I would recommend that one, It have helped […]
DNS not working for .azurecontainerapps.io APP
Recently a DevOps team spin up an App with a Private Endpoint with an ingress URL of appname.thankfulpond-c4eb87cd.australiaeast.azurecontainerapps.io We could not access this on the VNET as […]
Sideload new Teams onto Server 2019
https://learn.microsoft.com/en-us/microsoftteams/new-teams-bulk-install-client Installs on current user Add-AppxPackage -Path C:\Path\App-Package.msixbundle Installs for all users Error: 87 The parameter is incorrect. – Make sure your Line is correct
SQL OLEDB Driver via Intune
Followed on from the great guide here by NielsKok.Tech for ODBC below , I modified the Install and Uninstall and used a different Detection Policy for OLEDB […]