You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Assemblies that must be loaded prior to importing this module
57
+
# RequiredAssemblies = @()
58
+
59
+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60
+
# ScriptsToProcess = @()
61
+
62
+
# Type files (.ps1xml) to be loaded when importing this module
63
+
# TypesToProcess = @()
64
+
65
+
# Format files (.ps1xml) to be loaded when importing this module
66
+
# FormatsToProcess = @()
67
+
68
+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69
+
# NestedModules = @()
70
+
71
+
# 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.
72
+
FunctionsToExport='*'
73
+
74
+
# 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.
75
+
CmdletsToExport='*'
76
+
77
+
# Variables to export from this module
78
+
VariablesToExport='*'
79
+
80
+
# Aliases 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 aliases to export.
81
+
AliasesToExport='*'
82
+
83
+
# DSC resources to export from this module
84
+
# DscResourcesToExport = @()
85
+
86
+
# List of all modules packaged with this module
87
+
# ModuleList = @()
88
+
89
+
# List of all files packaged with this module
90
+
# FileList = @()
91
+
92
+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
93
+
PrivateData=@{
94
+
95
+
PSData=@{
96
+
97
+
# Tags applied to this module. These help with module discovery in online galleries.
98
+
# Tags = @()
99
+
100
+
# A URL to the license for this module.
101
+
# LicenseUri = ''
102
+
103
+
# A URL to the main website for this project.
104
+
# ProjectUri = ''
105
+
106
+
# A URL to an icon representing this module.
107
+
# IconUri = ''
108
+
109
+
# ReleaseNotes of this module
110
+
# ReleaseNotes = ''
111
+
112
+
# Prerelease string of this module
113
+
# Prerelease = ''
114
+
115
+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
116
+
# RequireLicenseAcceptance = $false
117
+
118
+
# External dependent modules of this module
119
+
# ExternalModuleDependencies = @()
120
+
121
+
} # End of PSData hashtable
122
+
123
+
} # End of PrivateData hashtable
124
+
125
+
# HelpInfo URI of this module
126
+
# HelpInfoURI = ''
127
+
128
+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# Assemblies that must be loaded prior to importing this module
57
+
# RequiredAssemblies = @()
58
+
59
+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60
+
# ScriptsToProcess = @()
61
+
62
+
# Type files (.ps1xml) to be loaded when importing this module
63
+
# TypesToProcess = @()
64
+
65
+
# Format files (.ps1xml) to be loaded when importing this module
66
+
# FormatsToProcess = @()
67
+
68
+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69
+
# NestedModules = @()
70
+
71
+
# 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.
72
+
FunctionsToExport='*'
73
+
74
+
# 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.
75
+
CmdletsToExport='*'
76
+
77
+
# Variables to export from this module
78
+
VariablesToExport='*'
79
+
80
+
# Aliases 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 aliases to export.
81
+
AliasesToExport='*'
82
+
83
+
# DSC resources to export from this module
84
+
# DscResourcesToExport = @()
85
+
86
+
# List of all modules packaged with this module
87
+
# ModuleList = @()
88
+
89
+
# List of all files packaged with this module
90
+
# FileList = @()
91
+
92
+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
93
+
PrivateData=@{
94
+
95
+
PSData=@{
96
+
97
+
# Tags applied to this module. These help with module discovery in online galleries.
98
+
# Tags = @()
99
+
100
+
# A URL to the license for this module.
101
+
# LicenseUri = ''
102
+
103
+
# A URL to the main website for this project.
104
+
# ProjectUri = ''
105
+
106
+
# A URL to an icon representing this module.
107
+
# IconUri = ''
108
+
109
+
# ReleaseNotes of this module
110
+
# ReleaseNotes = ''
111
+
112
+
# Prerelease string of this module
113
+
# Prerelease = ''
114
+
115
+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
116
+
# RequireLicenseAcceptance = $false
117
+
118
+
# External dependent modules of this module
119
+
# ExternalModuleDependencies = @()
120
+
121
+
} # End of PSData hashtable
122
+
123
+
} # End of PrivateData hashtable
124
+
125
+
# HelpInfo URI of this module
126
+
# HelpInfoURI = ''
127
+
128
+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
0 commit comments