git Essentials

1. git init This command initializes a new Git repository locally in your current directory. It creates a new .git directory where all Git metadata and objects will be stored. This is the first command you run when you start…

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…

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…

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 : Example : From MobileIron to Intune Assess your current MobileIron setup, including device configurations, applications,…

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…

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”…

DNS – Expert

Key operations DNS server in an on-premises environment with Active Directory (AD). Service Location 2. Domain Naming 3. Network Resolution 4. Scalability and Management 5. Security 6. Interoperability 7. Global Catalog