PSHVTag.psd1
# Module manifest for module 'PowerShell-Core-Compatibility-Alias' # Generated by: Sascha Stumpler # Generated on: 26.02.2018 @{ RootModule = 'PSHVTag.psm1' ModuleVersion = '0.2.0' GUID = 'd889f708-47f3-424e-b7fb-75d8b50f6219' Author = 'Sascha Stumpler' CompanyName = 'Unknown' Copyright = '(c) Sascha Stumpler. All rights reserved.' Description = 'Creating a VM-Topology from a simple Tag in the notes field of a Hyper-V Virtual Machine to start and stop VM-Services and their dependencies.' FunctionsToExport = @('Get-VMTopology','Get-VMTopologyGraph','Set-VMTag','Start-VMService','Stop-VMService') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() # CompatiblePSEditions = @() # PowerShellVersion = '' # PowerShellHostName = '' # PowerShellHostVersion = '' # DotNetFrameworkVersion = '' # CLRVersion = '' # ProcessorArchitecture = '' # RequiredModules = @() # RequiredAssemblies = @() # ScriptsToProcess = @() # TypesToProcess = @() # FormatsToProcess = @() # NestedModules = @() # DscResourcesToExport = @() # ModuleList = @() # FileList = @() PrivateData = @{ PSData = @{ # Tags = @() # LicenseUri = '' # ProjectUri = '' # IconUri = '' # ReleaseNotes = '' } } # HelpInfoURI = '' # DefaultCommandPrefix = '' } |