Get-DbaDbSnapshot
Simone Bizzotto (@niphlod)
Get-DbaDbSnapshot View Source Simone Bizzotto (@niphlod) Windows, Linux, macOS Synopsis Retrieves database snapshots with their source databases, creation times, and disk usage Description Collects information about all database snapshots on a SQL Server instance, showing which database each snapshot was created from, when it was created, and how much disk space it’s consuming. This is useful for snapshot management, cleanup activities, and monitoring storage usage of point-in-time database copies. You can filter results by specific base databases or snapshot names to focus on particular snapshots of interest.
Read more
dbatools