Fix parameters
continuous-integration/drone/push Build is passing Details

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
& schtasks.exe /Change /TN 'OVF-Properties' /DISABLE
Function New-ToastNotification () {
Function New-ToastNotification {
Param(
[Parameter]
[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."
}
})]
[string]$OVFFile
[string]$OVFFile,
[hashtable]$Parameter
)
$GetContentSplat = @{