mwr_tools.psd1


#
# Module Manifest for Module 'mwr_tools.psd1
#
# This manifest file is a PowerShell hashtable with all technical requirements for this module
# This module was autogenerated by ISESteroids (http://www.isesteroids.com)
#
# Generated: 2017-05-17
#

@{

# Module Loader File
RootModule = 'loader.psm1'

# Version Number
ModuleVersion = '1.7.4'

# Unique Module ID
GUID = '847ae7ff-6725-4f23-a940-ff7731841444'

# Module Author
Author = 'mRiston'

# Company
CompanyName = 'mRiston'

# Copyright
Copyright = '(c) 2017 mRiston. All rights reserved.'

# Module Description
Description = 'Various utilities that do not fit into my more specific modules. Used for day-to-day tasks.'

# Minimum PowerShell Version Required
PowerShellVersion = ''

# Name of Required PowerShell Host
PowerShellHostName = ''

# Minimum Host Version Required
PowerShellHostVersion = ''

# Minimum .NET Framework-Version
DotNetFrameworkVersion = ''

# Minimum CLR (Common Language Runtime) Version
CLRVersion = ''

# Processor Architecture Required (X86, Amd64, IA64)
ProcessorArchitecture = ''

# Required Modules (will load before this module loads)
RequiredModules = @()

# Required Assemblies
RequiredAssemblies = @()

# PowerShell Scripts (.ps1) that need to be executed before this module loads
ScriptsToProcess = @()

# Type files (.ps1xml) that need to be loaded when this module loads
TypesToProcess = @()

# Format files (.ps1xml) that need to be loaded when this module loads
FormatsToProcess = @()

#
NestedModules = @()

# List of exportable functions
FunctionsToExport = '*'

# List of exportable cmdlets
CmdletsToExport = '*'

# List of exportable variables
VariablesToExport = '*'

# List of exportable aliases
AliasesToExport = '*'

# List of all modules contained in this module
ModuleList = @()

# List of all files contained in this module
FileList = @()

# Private data that needs to be passed to this module
PrivateData = @{

PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags=@('Profile', 'WannaCry', 'Wcry')

# A URL to the license for this module.
LicenseUri=''

# A URL to the main website for this project.
ProjectUri=''

# A URL to an icon representing this module.
IconUri=''

# ReleaseNotes of this module.
ReleaseNotes=''

}
}



}