17 lines
580 B
PowerShell
17 lines
580 B
PowerShell
@{
|
|
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')
|
|
}
|
|
}
|
|
}
|