Quantcast
Channel: R&D Forums
Viewing all articles
Browse latest Browse all 9943

PowerShell • Re: Generating Monthly Report: backed up data size per VM

$
0
0
Hi Mustafa,

You can then remove -Backup parameter. This will get you all of the restore points. Then you could filter them out by creation time if necessary. For example, to get all the restore points for the last month you would apply this filter:

Code:

$currentDate = Get-DateGet-VBRRestorePoint | where {$_.CreationTime -ge $currentDate.AddMonth(-1)} | sort -Property CreationTime -Descending
Best regards,
Oleg

Statistics: Posted by oleg.feoktistov — Dec 05, 2023 12:55 am



Viewing all articles
Browse latest Browse all 9943

Latest Images

Trending Articles



Latest Images