Kaffeeundcode
Script Library
PowerShell 11.12.2025

Script Workspace

ReadMe Welcome

Review the purpose, inspect the code, then test it safely in your own tenant.

100_ReadMe-Welcome.ps1

<#
.SYNOPSIS
    Welcome to the KaffeeundCode Intune Library.
    
.DESCRIPTION
    This collection contains 100 useful scripts for Intune Admins.
    Author: Mattia Cirillo
    Company: KaffeeundCode
    
    Usage:
    Import these scripts or run them individually.
    Always test in a non-production environment first!
    
.NOTES
    File Name: 100_ReadMe-Welcome.ps1
    Author: Mattia Cirillo
    Version: 1.0
#>

Write-Host "Welcome to the KaffeeundCode Intune Library!" -ForegroundColor Cyan
Write-Host "Created by Mattia Cirillo."
Write-Host "Browse the folders to find scripts for specific tasks."