foreach($blob in $lockedBlobs ) { try { $blob.AcquireLease($null, $restoreLeaseId, $null, $null, $null) Write-Host "The lease on $($blob.Uri) is a restore lease." } catch [Microsoft.WindowsAzure.Storage.StorageException] { if($_.Exception.RequestInformation.HttpStatusCode -eq...