forked from Skatterbrainz/psIntune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsIntune.psd1
45 lines (44 loc) · 3.16 KB
/
psIntune.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Module manifest for module 'psIntune'
# Generated by: dstein
# Generated on: 2/12/2020
# Last Updated on: 02/03/2021
@{
RootModule = '.\psIntune.psm1'
ModuleVersion = '0.1.16'
# 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 = @('AzureADPreview','Microsoft.Graph.Intune','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','mem','endpoint')
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 = ''
}