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