diff --git a/vmxtoolkit.psd1 b/vmxtoolkit.psd1 index 137bc05..596d400 100644 --- a/vmxtoolkit.psd1 +++ b/vmxtoolkit.psd1 @@ -18,7 +18,6 @@ Author = 'Karsten Bott' # Unternehmen oder Hersteller dieses Moduls CompanyName = 'labbuildr' - # Urheberrechtserklärung für dieses Modul Copyright = '(c) 2014 Karsten Bott. Alle Rechte vorbehalten. Copyright 2014 Karsten Bott diff --git a/vmxtoolkit.psm1 b/vmxtoolkit.psm1 index fc60bfc..691ebb5 100644 --- a/vmxtoolkit.psm1 +++ b/vmxtoolkit.psm1 @@ -20,7 +20,6 @@ end { } } - function Get-yesnoabort { [CmdletBinding(DefaultParameterSetName='Parameter Set 1', diff --git a/vmxtoolkitinit.ps1 b/vmxtoolkitinit.ps1 index 5be745e..2aa3355 100644 --- a/vmxtoolkitinit.ps1 +++ b/vmxtoolkitinit.ps1 @@ -31,7 +31,6 @@ $Global:VMrunErrorCondition = @( "Error: VMware Tools are not running in the guest", "Error: The VMware Tools are not running in the virtual machine" ) $Global:vmwareversion = New-Object System.Version($vmwarefileinfo.VersionInfo.ProductMajorPart,$vmwarefileinfo.VersionInfo.ProductMinorPart,$vmwarefileinfo.VersionInfo.ProductBuildPart,$vmwarefileinfo.VersionInfo.ProductVersion.Split("-")[1]) - # $Global:vmwareMajor = $vmwarefileinfo.VersionInfo.ProductMajorPart # $Global:vmwareMinor = $vmwarefileinfo.VersionInfo.ProductMinorPart # $Global:vmwareBuild = $vmwarefileinfo.VersionInfo.ProductBuildPart