diff --git a/diagrams/Apple Supervised Device Flow.drawio b/diagrams/Apple Supervised Device Flow.drawio new file mode 100644 index 0000000..91ba122 --- /dev/null +++ b/diagrams/Apple Supervised Device Flow.drawio @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/diagrams/Autopilot WorkFlow.vsdx b/diagrams/Autopilot WorkFlow.vsdx deleted file mode 100644 index 958290c..0000000 Binary files a/diagrams/Autopilot WorkFlow.vsdx and /dev/null differ diff --git a/intune/Proactive Remediations/Detect-Remediate-mDNS/Detection.ps1 b/intune/Proactive Remediations/Disable mDNS/Detection.ps1 similarity index 100% rename from intune/Proactive Remediations/Detect-Remediate-mDNS/Detection.ps1 rename to intune/Proactive Remediations/Disable mDNS/Detection.ps1 diff --git a/intune/Proactive Remediations/Detect-Remediate-mDNS/Remediation.ps1 b/intune/Proactive Remediations/Disable mDNS/Remediation.ps1 similarity index 100% rename from intune/Proactive Remediations/Detect-Remediate-mDNS/Remediation.ps1 rename to intune/Proactive Remediations/Disable mDNS/Remediation.ps1 diff --git a/intune/Proactive Remediations/SystemRenamer-Remediation/RenameComputer-Detect.ps1 b/intune/Proactive Remediations/System Renamer/RenameComputer-Detect.ps1 similarity index 100% rename from intune/Proactive Remediations/SystemRenamer-Remediation/RenameComputer-Detect.ps1 rename to intune/Proactive Remediations/System Renamer/RenameComputer-Detect.ps1 diff --git a/intune/Proactive Remediations/SystemRenamer-Remediation/RenameComputer-Remediate.ps1 b/intune/Proactive Remediations/System Renamer/RenameComputer-Remediate.ps1 similarity index 100% rename from intune/Proactive Remediations/SystemRenamer-Remediation/RenameComputer-Remediate.ps1 rename to intune/Proactive Remediations/System Renamer/RenameComputer-Remediate.ps1 diff --git a/intune/Proactive Remediations/System Update Check-Notifications/Detect_Uptime.ps1 b/intune/Proactive Remediations/System Uptime Check-Notifications/Detect_Uptime.ps1 similarity index 100% rename from intune/Proactive Remediations/System Update Check-Notifications/Detect_Uptime.ps1 rename to intune/Proactive Remediations/System Uptime Check-Notifications/Detect_Uptime.ps1 diff --git a/intune/Proactive Remediations/System Update Check-Notifications/System_Notification.ps1 b/intune/Proactive Remediations/System Uptime Check-Notifications/System_Notification.ps1 similarity index 100% rename from intune/Proactive Remediations/System Update Check-Notifications/System_Notification.ps1 rename to intune/Proactive Remediations/System Uptime Check-Notifications/System_Notification.ps1 diff --git a/intune/Proactive Remediations/TNS_ADMIN/Install.bat b/intune/Proactive Remediations/TNS_ADMIN/Install.bat deleted file mode 100644 index 1ef890b..0000000 --- a/intune/Proactive Remediations/TNS_ADMIN/Install.bat +++ /dev/null @@ -1,4 +0,0 @@ -@echo off -pushd %~dp0 -powershell.exe -ExecutionPolicy Bypass -File "TNS_ADMIN-Detection.ps1" -popd \ No newline at end of file