Get-AppInfo.psd1
|
@{ RootModule = 'Get-AppInfo.psm1' ModuleVersion = '1.0.1' GUID = '4b8d4476-c3b2-4fd8-af8e-b103e45dbd91' Author = 'Dave Thompson' Description = 'Used to hold functions used across InTune app packaging and deployment.' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MsiVersion', 'Get-ExeVersion', 'Get-AppInfo', 'Find-IntuneWinAppUtil', 'Write-Log') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() } |