How to Downgrade for Windows 11 to 10
Go To and Download Media Creator https://www.microsoft.com/en-us/software-download/windows10 Regards, Kon Belieu Partner Kon@cxit.com | 513-575-3500 4440 Lake Forest Dr., Suite 102B, Cincinnati, OH 45242
Go To and Download Media Creator https://www.microsoft.com/en-us/software-download/windows10 Regards, Kon Belieu Partner Kon@cxit.com | 513-575-3500 4440 Lake Forest Dr., Suite 102B, Cincinnati, OH 45242
Please try this: 1 Click on file, Options. 2. Go to the Advanced tab. 3. Under the Display section, check the box for ‘Disable hardware graphics acceleration’. 4. Click OK and restart Excel. Regards, Kon Belieu
What is SOC? A Service Organization Controls (SOC) What is the AICPA? American Institute of Certified Public Accountants (AICPA) Who can perform a SOC audit? Audits must be completed by an external auditor from a licensed CPA firm What is WISP? WRITTEN INFORMATION SECURITY PLAN (WISP) What are the top policies…
1. Open the Run Dialog from your version of windows and type “CMD” and enter to bring up the command window. 2. At the command prompt type “dir D:\ /s /b > files.txt” then hit ENTER and wait for the command prompt to return (This may take a few moments) The prior DIR command…
Turn Security defaults on or off For most organizations, Security defaults offer a good level of additional sign-in security. For more information, see What are security defaults? If your subscription is new, Security defaults might already be turned on for you automatically. You enable or disable security defaults from the Properties pane for Azure Active Directory (Azure AD)…
To enable security defaults (or confirm they’re already enabled) 1. Sign in to the Microsoft 365 admin center with security administrator, Conditional Access administrator, or Global admin credentials. 2. In the left pane, select Show All, and then under Admin centers, select Azure Active Directory. 3. In the left pane of the Azure Active Directory admin center, select Azure Active Directory. 4. From the…
How to remove a domain controller that no longer exists. Incomplete addition or removal of a domain controller can lead to inconsistency in data due to the presence of a domain controller that exists, but is not completely functional. This hinders other processes and complete cleanup is required. The following steps describe how to…
From Learn.microsoft.com https://learn.microsoft.com/en-us/microsoft-365/compliance/turn-audit-log-search-on-or-off?view=o365-worldwide Verify the auditing status for your organization To verify that auditing is turned on for your organization, you can run the following command in Exchange Online PowerShell: PowerShellCopy Get-AdminAuditLogConfig | FL UnifiedAuditLogIngestionEnabled A value of True for the UnifiedAuditLogIngestionEnabled property indicates that auditing is turned on. A value of False indicates that auditing is not turned on….
Migrate from Microsoft direct to Pax8. Please note: with NCE licenses, Microsoft is not making any exceptions in canceling outside of the commitment. So if you are locked into a commitment, you will have to wait until the commitment ends before you are able to cancel and re-order with Pax8 licenses. The first step is…
Disable LLMNR with Command Line (Single Workstation, Windows 7,8,10 Home) Run these guys from command line: REG ADD “HKLM\Software\policies\Microsoft\Windows NT\DNSClient” REG ADD “HKLM\Software\policies\Microsoft\Windows NT\DNSClient” /v ” EnableMulticast” /t REG_DWORD /d “0” /f