Get-DbaDbSnapshot
Simone Bizzotto (@niphlod)
Get-DbaDbSnapshot View Source Simone Bizzotto (@niphlod) Windows, Linux, macOS On this page: Synopsis · Description · Syntax · Examples · Parameters · Outputs 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.
Read more
dbatools