Kaffeeundcode
Script Library
PowerShell 11.12.2025

Script Workspace

Copy IntunePolicy

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

94_Copy-IntunePolicy.ps1

<#
.SYNOPSIS
    Generic Policy Copy Utility.
    
.DESCRIPTION
    Attempts to read any Graph Object JSON and POST it as new.
    
.NOTES
    File Name: 94_Copy-IntunePolicy.ps1
    Author: Mattia Cirillo
    Version: 1.0
#>

param(
    [string]$Url
)
# Placeholder for generic duplication logic
Write-Host "Advanced copy utility template."