This commit is contained in:
parent
e89b41ab58
commit
32087d9d28
@ -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',
|
||||
|
@ -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 = @{
|
||||
|
Loading…
Reference in New Issue
Block a user