This Senitel Rule wasn’t the clearest with what was causing these I updated the rule to the below and also whitelisted some false positives ## Then Fix […]
Category: Research
Research Undertaken
Gmail stop syncing with Outlook Imap
Oauth token on the windows PC is dead.Just go to Credential manager > Windows credentials, then find all themsoffice16:OAUTH2 creds (should have imap.gmail), and delete them.Close then […]
PFX to Pem Converter via Powershell not Openssl
Had an issue getting Legacy OpenSSL working on my PC
Screenconnect Touch Keyboard showing over the bottom of the screen and can’t change user
Go to Backstage and do this taskkill /IM TabTip.exe /F
How to check if GoToMeeting\Zoom or Webex have been used to make any calls so you can remove them if needed ( via Defender KQL Logs ) Advanced Hunting
Errors when Deploying Azure Fortigate from Marketplace in Azure
Errors out depliying the NIC : Please make sure that the referenced resource exists, and that both resources are in the same region. (Code: InvalidResourceReference) This is […]
Powershell Constrained Language Mode
Either with AppLocker \ WDAC or Check Windows Security – Locking Down Powershell Script Execution (from ThioJoe Video) · GitHub
Login failed for user ‘‘. (Microsoft SQL Server, Error: 18456)
Manually put the database name I wanted to connect to or you will connect to Master and it will fail
How can I silently install SQL Server Integration Services Projects 2022+ intune
Download Silent Install Uninstall Detect
How to install SQL Server Data Tools (SSDT) for Microsoft Visual Studio in Intune
Does System.Data.SqlClient support SQL with ChannelBinding and ExtendedProtection and Forced Encryption
Channel Binding Support in Microsoft.Data.SqlClient System.Data.SqlClient has limited/no Channel Binding support, which is one of the key reasons Microsoft built the new driver. FeatureSystem.Data.SqlClientMicrosoft.Data.SqlClientChannel Binding (EPA)? Not […]