Skip to content

Commit

Permalink
Update Backup-VM.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
SCUR0 authored Dec 6, 2024
1 parent 104315a commit 218b9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/Backup-VM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if (Test-Path $ZipExe){
$CurrentCount=0
$CompletedVMs = @()
$ExportFail = $null
$PTitle= "Backing up VM(s): ($($VMs.count))"
$PTitle= "Backing up VM(s): $($VMs.count)"


foreach ($VM in $VMs) {
Expand Down

0 comments on commit 218b9a3

Please sign in to comment.