Description: This article will show you how to disable Chrome background apps from running when Chrome is closed. Some examples of these apps can be notifications from websites, file uploads, etc. With Google Chrome open, select the three dots for customize and control Google Chrome, found at the top right of the Chrome window. Choose Settings from the dropdown menu. Read More
Category: Microsoft Family
Microsoft Windows Servers, AD, Exchange, Azure, Windows 10, Office 365 and more
How to Check the Headers of a IIS Server Locally?
You can use Powershell to view the headers. (invoke-webrequest http://localhost).headers
How to Fix IIS Default Index Page Vulnerabilities
TIPS: Scroll down this post and try soltuion#2 would be a easy and fast way to fix this. Solution #1 Penetration tools may alert if IIS server is accepting requests with HTTP OPTIONS method. This is because the response to these requests may reveal what other methods are supported by the web server. Warning: Disabling OPTIONS may have Read More
How to Troubleshoot 1Password Azure SCIM Bridge
All Kubernetes commands are run from the Azure Cloud Shell. First, Let’s check if your pod was running: Next, check your SCIM bridge logs to see if there is any errors: Semms Let’s Encrypt rate-limited the server from obtaining a new TLS certificate; therefore, you will need to update your DNS record to bypass this. for example, Read More
How to Elevate Access to Manage Root Permissions on Azure Subscriptions
As a Global Administrator in Microsoft Entra ID, you might not have access to all subscriptions and management groups in your directory. This article describes the ways that you can elevate your access to all subscriptions and management groups. Note For information about viewing or deleting personal data, see Azure Data Subject Requests for the GDPR. Read More
How to Disable Recursion on a Windows DNS Server
By default, the DNS server performs recursive queries on behalf of its DNS clients and DNS servers that have forwarded DNS client queries to it. Recursion is a name-resolution technique in which a DNS server queries other DNS servers on behalf of the requesting client to fully resolve the name and then sends an answer Read More