-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMFARunner.psd1
48 lines (30 loc) · 1.32 KB
/
MFARunner.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
46
47
#
# Module manifest for module 'MFARunner'
#
# Generated by: leca
#
@{
# Script module or binary module file associated with this manifest.
RootModule = '.\MFARunner.psm1'
# Version number of this module.
ModuleVersion = '0.5.0'
# Supported PSEditions
# CompatiblePSEditions = @()
# Author of this module
Author = 'Antoine Lecompte'
CompanyName = "Natrix Technologies"
# Copyright statement for this module
Copyright = '(c) Antoine Lecompte | Natrix Technologies. All rights Reserved'
# Description of the functionality provided by this module
Description = 'This module provides functionality to automate MFA appointment enrollment for microsoft partners'
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @("*")
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @("*")
# Variables to export from this module
VariablesToExport = '*'
# HelpInfo URI of this module
HelpInfoURI = 'https://github.com/alecompte/MFARunner'
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
}