psIntune.psd1

# Module manifest for module 'psIntune'
# Generated by: dstein
# Generated on: 2/12/2020
# Last Updated on: 3/10/2020

@{
RootModule = '.\psIntune.psm1'
ModuleVersion = '0.1.6'
# 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 = '*'
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 = 'https://user-images.githubusercontent.com/11505001/76371559-06544000-6311-11ea-8af5-8266fba89b60.png'
        ReleaseNotes = 'https://github.com/Skatterbrainz/psIntune/blob/master/README.md'
    } # End of PSData hashtable
} # End of PrivateData hashtable
# HelpInfoURI = ''
# DefaultCommandPrefix = ''
}