Strip legacy UI and keep headless runtime

This commit is contained in:
2026-04-08 15:35:04 +02:00
parent 8fe71c0078
commit c803a00df7
460 changed files with 628 additions and 502172 deletions

View File

@@ -0,0 +1,16 @@
@{
RootModule = 'IntuneManagement.Runtime.psm1'
ModuleVersion = '4.0.0'
GUID = 'c7aa4c71-d00d-44bc-9c09-b4741e7435ab'
Author = 'Mikael Karlsson'
Copyright = '(c) 2026 Mikael Karlsson. Software released under MIT License.'
Description = 'Headless Intune policy export and import runtime'
FunctionsToExport = @('Initialize-IntuneManagementRuntime', 'Test-IsWindowsPlatform')
AliasesToExport = @()
ModuleList = @('IntuneManagement.Runtime.psm1')
PrivateData = @{
PSData = @{
Tags = @('Intune','IntuneManagement','Microsoft Graph','PowerShell','CLI','Headless')
}
}
}