-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpsIntune.psd1
More file actions
45 lines (44 loc) · 3.63 KB
/
psIntune.psd1
File metadata and controls
45 lines (44 loc) · 3.63 KB
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: skatterbrainz
# Generated on: 2/12/2020
# Last Updated on: 10/31/2024
@{
RootModule = '.\psIntune.psm1'
ModuleVersion = '1.0.0'
# CompatiblePSEditions = @()
GUID = '4197ae48-6316-4969-9375-d2e121c2f5ad'
Author = 'David Stein'
CompanyName = 'Skatterbrainz'
Copyright = '(c) 2020-2024 David Stein. All rights reserved.'
Description = 'PowerShell functions for Intune management operations'
# PowerShellVersion = '5.1'
# PowerShellHostName = ''
# PowerShellHostVersion = '5.1'
# DotNetFrameworkVersion = ''
# CLRVersion = ''
# ProcessorArchitecture = ''
RequiredModules = @('Microsoft.Graph.Entra', 'Az.Accounts', 'Microsoft.Graph.Intune', 'MSOnline', 'ImportExcel')
# RequiredAssemblies = @()
# ScriptsToProcess = @()
# TypesToProcess = @()
# FormatsToProcess = @()
# NestedModules = @()
FunctionsToExport = @('Get-*','Set-*','Invoke-*','Export-*','Import-*','Remove-*','New-*','Write-*')
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 = ''
}