psIntune.psd1
# Module manifest for module 'psIntune' # Generated by: dstein # Generated on: 2/12/2020 # Last Updated on: 2/20/2020 @{ RootModule = '.\psIntune\psIntune.psm1' ModuleVersion = '0.1.2' # CompatiblePSEditions = @() GUID = '4197ae48-6316-4969-9375-d2e121c2f5ad' Author = 'David Stein' CompanyName = 'Skatterbrainz' Copyright = '(c) 2020 David Stein. All rights reserved.' Description = 'PowerShell functions for Intune management operations' PowerShellVersion = '5.1' # PowerShellHostName = '' PowerShellHostVersion = '5.1' # DotNetFrameworkVersion = '' # CLRVersion = '' # ProcessorArchitecture = '' RequiredModules = @('AzureAD','MSOnline','ImportExcel') # RequiredAssemblies = @() # ScriptsToProcess = @() # TypesToProcess = @() # FormatsToProcess = @() # NestedModules = @() FunctionsToExport = @( 'Get-psIntuneAuth', 'Get-psIntuneDevice', 'Get-psIntuneInstalledApps', 'Get-psIntuneAzureADDevices', 'Invoke-psIntuneAppQuery', 'Write-psIntuneDeviceReport' ) CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = '*' # DscResourcesToExport = @() # ModuleList = @() # FileList = @() PrivateData = @{ PSData = @{ Tags = @('intune','skatterbrainz','devices','windows','computer','inventory','apps','applications','psintune') LicenseUri = 'https://github.com/Skatterbrainz/psIntune/blob/master/LICENSE' ProjectUri = 'https://github.com/Skatterbrainz/psIntune' # IconUri = '' ReleaseNotes = 'https://github.com/Skatterbrainz/psIntune/blob/master/README.md' } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfoURI = '' # DefaultCommandPrefix = '' } |