Strip legacy UI and keep headless runtime
This commit is contained in:
16
Runtime/IntuneManagement.Runtime.psd1
Normal file
16
Runtime/IntuneManagement.Runtime.psd1
Normal 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')
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user