My New Home Lab Journey
My New Home Lab Journey Welcome to my blog where I share my journey of setting up a new home lab. This setup is a dream come true for any tech enthusiast and I’m excited to document every step of ...
My New Home Lab Journey Welcome to my blog where I share my journey of setting up a new home lab. This setup is a dream come true for any tech enthusiast and I’m excited to document every step of ...
Deploying a Custom Application with IntuneWinAppUtil in Microsoft Intune Deploying custom applications in Microsoft Intune can be efficiently managed using the IntuneWinAppUtil tool. This guide pr...
Implementing LAPS in Microsoft Entra and Intune Essential Preparations Before integrating LAPS (Local Administrator Password Solution) with Intune, verify that your Windows platform is su...
Docker and Docker Compose Installation and Usage Guide Installing Docker For Ubuntu/Linux: 1) Update your existing list of packages: sudo apt update 2) Next, install a few prerequisite packag...
Wi-Fi QR Code Generator Overview This script generates a QR code for Wi-Fi credentials, including SSID and password, making it easy to share Wi-Fi access information. The generated QR code can be...
QR Code Generator Script This script allows you to generate QR codes from either a single URL or a CSV file containing multiple URLs. Source: Usage Run the script and follow the prompts to prov...
Introduction Python is a powerful and versatile programming language, widely used for scripting and automation. However, when you want to share your Python scripts with others who may not have Pyt...
Configuring Drivemapping with Registeryg Keys! Save the following as Drivemap.reg, make sure you replace HKEY_CURRENT_USER\Network\Z with the Driveletter you want to use, for example Z. take note ...
Configure OneDrive Single Sign On! Following requests and discussions from our community members, this video focuses on a topic many of you have shown interest in: setting up and configuri...
Calculate a Network Subnet using Python! Subnetting is an essential skill for network administrators and engineers. It involves dividing a larger IP address space into smaller, more manageable sub...