SC-400 : Information Protection and Compliance Administrator Associate

As an information protection and compliance administrator, you plan and implement risk and compliance controls in the Microsoft Purview compliance portal. In this role, you translate an organization’s risk and compliance requirements into technical implementation. You’re responsible for implementing and managing solutions for content classificationdata loss prevention (DLP)information protectiondata lifecycle managementrecords managementprivacyriskcompliance Skills measured Implement

SC-400 : Information Protection and Compliance Administrator Associate Read More »

MySQL not starting in XAMPP

MySQL may not start if its data files are corrupted. If MySQL was not shut down properly, it may cause issues on restart. 1) rename xampp\mysql\data => xampp\mysql\data_old 2) create new folder xampp\mysql\data 3) copy everything from xampp\mysql\backup to xampp\mysql\data without ibdata1 4) copy all YOUR (skip mysql) database folders from xampp\mysql\data_old to xampp\mysql\data 5)

MySQL not starting in XAMPP Read More »

Backup Active Directory

Active Directory is critical for authentication, authorization, and user management. Ensure its integrity by performing these steps: Option 1 : System State Backup The System State includes Active Directory, the registry, COM+ class registration database, boot files, and the SYSVOL folder (group policies, login scripts, etc.). It’s essential for restoring Active Directory. Option 1 :

Backup Active Directory Read More »

To Intune from Third Party MDM

Devices should only have one MDM provider. Users must unenroll their devices from the current MDM provider before they enroll in Intune. Reference : https://learn.microsoft.com/en-us/mem/intune/fundamentals/deployment-guide-intune-setup Example : From MobileIron to Intune Assess your current MobileIron setup, including device configurations, applications, and policies. Although the migration should not affect user data, it’s advisable to back up

To Intune from Third Party MDM Read More »

Reducing Storage with Enhancing UX in SharePoint

Perform a thorough analysis of SPO environment. Collect Storage Metrics using the SharePoint Admin Center and Site Usage reports.Review Usage Patterns using Microsoft 365 Usage Analytics and Search Analytics.Leverage Third-Party Tools for in-depth analysis and optimization recommendations.Conduct Manual Audits of site collections, libraries, permissions, and metadata. Select sites to view detailed storage metrics, including the

Reducing Storage with Enhancing UX in SharePoint Read More »

Remove Public\index.php from URL using htaccess

Create root below two & update with below, index.php<?php/** * Laravel – A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */$uri = urldecode( parse_url($_SERVER[‘REQUEST_URI’], PHP_URL_PATH));// This file allows us to emulate Apache’s “mod_rewrite” functionality from the// built-in PHP web server. This provides a convenient way to test a

Remove Public\index.php from URL using htaccess Read More »