@@ -4,7 +4,7 @@ description: Learn how to update session hosts in a host pool with a session hos
4
4
ms.topic : how-to
5
5
author : dougeby
6
6
ms.author : avdcontent
7
- ms.date : 01/24 /2025
7
+ ms.date : 05/19 /2025
8
8
---
9
9
10
10
# Update session hosts using session host update in Azure Virtual Desktop (preview)
@@ -291,7 +291,6 @@ You can update the session host management policy before you schedule an update,
291
291
$parameters = @{
292
292
HostPoolName = '<HostPoolName>'
293
293
ResourceGroupName = '<ResourceGroupName>'
294
- IsLatest = $true
295
294
}
296
295
297
296
Get-AzWvdSessionHostManagementsUpdateStatus @parameters | FL *
@@ -336,7 +335,6 @@ From your existing PowerShell session, use the `Get-AzWvdSessionHostManagementsU
336
335
$parameters = @{
337
336
HostPoolName = '<HostPoolName>'
338
337
ResourceGroupName = '<ResourceGroupName>'
339
- IsLatest = $true
340
338
}
341
339
342
340
$updateProgress = Get-AzWvdSessionHostManagementsUpdateStatus @parameters |
@@ -357,7 +355,6 @@ From your existing PowerShell session, use the `Get-AzWvdSessionHostManagementsU
357
355
$parameters = @{
358
356
HostPoolName = '<HostPoolName>'
359
357
ResourceGroupName = '<ResourceGroupName>'
360
- IsLatest = $true
361
358
}
362
359
$updateProgress = Get-AzWvdSessionHostManagementsUpdateStatus @parameters | FL *
363
360
@@ -402,7 +399,6 @@ From your existing PowerShell session, use the `Invoke-AzWvdControlSessionHostUp
402
399
$parameters = @{
403
400
HostPoolName = '<HostPoolName>'
404
401
ResourceGroupName = '<ResourceGroupName>'
405
- IsLatest = $true
406
402
}
407
403
408
404
Get-AzWvdSessionHostManagementsUpdateStatus @parameters | FL Status
@@ -465,7 +461,6 @@ From your existing PowerShell session, use the `Invoke-AzWvdControlSessionHostUp
465
461
$parameters = @{
466
462
HostPoolName = '<HostPoolName>'
467
463
ResourceGroupName = '<ResourceGroupName>'
468
- IsLatest = $true
469
464
}
470
465
471
466
Get-AzWvdSessionHostManagementsUpdateStatus @parameters | FL Action, Status
0 commit comments