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 = […]
Category: Research
Research Undertaken
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 […]
554 5.7.5 Permanent error evaluating DMARC policy
The record has more than one DMARC record. There should only be a single record. Non-authoritative answer:_dmarc.domain.com.au text = _dmarc.domain.com.au text =
Install Defender on Server 2012R2\2016
Install Defender
Update Odbc \ OLEDB drivers
ODBC – https://www.sqlserverversions.com/2021/05/sql-server-odbc-driver-versions.html OLEDB – https://www.sqlserverversions.com/2021/06/sql-server-oledb-driver-versions.html Install the latest version of whatever version you already have. e.g. V18 or V19 If a reboot is pending on the […]