mirror of
https://github.com/NetSPI/MicroBurst
synced 2026-06-08 12:01:29 +00:00
36 lines
2.2 KiB
PowerShell
36 lines
2.2 KiB
PowerShell
|
|
@{
|
|
|
|
# Script module or binary module file associated with this manifest.
|
|
RootModule = 'PowerUpSQL.psm1'
|
|
|
|
# Version number of this module.
|
|
ModuleVersion = '1.105.0'
|
|
|
|
# ID used to uniquely identify this module
|
|
GUID = 'dd1fe106-2226-4869-9363-44469e930a4a'
|
|
|
|
# Author of this module
|
|
Author = 'Scott Sutherland'
|
|
|
|
# Company or vendor of this module
|
|
CompanyName = 'NetSPI'
|
|
|
|
# Copyright statement for this module
|
|
Copyright = '(c) 2024 NetSPI. All rights reserved.'
|
|
|
|
# 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 = '*'
|
|
|
|
# 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.
|
|
AliasesToExport = '*'
|
|
|
|
}
|
|
|