Fix parameters
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2021-01-27 14:40:04 +01:00
parent e89b41ab58
commit 32087d9d28
2 changed files with 3 additions and 2 deletions

View File

@ -332,7 +332,7 @@ $WriteEventLogSplat = @{
Write-EventLog @WriteEventLogSplat Write-EventLog @WriteEventLogSplat
& schtasks.exe /Change /TN 'OVF-Properties' /DISABLE & schtasks.exe /Change /TN 'OVF-Properties' /DISABLE
Function New-ToastNotification () { Function New-ToastNotification {
Param( Param(
[Parameter] [Parameter]
[string]$Stream = 'OVF Properties', [string]$Stream = 'OVF Properties',

View File

@ -9,7 +9,8 @@ Param(
Throw "'$_' is not a valid filename (within working directory '$PWD'), or access denied; aborting." Throw "'$_' is not a valid filename (within working directory '$PWD'), or access denied; aborting."
} }
})] })]
[string]$OVFFile [string]$OVFFile,
[hashtable]$Parameter
) )
$GetContentSplat = @{ $GetContentSplat = @{