Add-DbaExtendedProperty
Chrissy LeMaire (@cl), netnerds.net
Add-DbaExtendedProperty View Source Chrissy LeMaire (@cl), netnerds.net Windows, Linux, macOS Synopsis Adds extended properties to SQL Server objects for metadata storage and documentation Description Creates custom metadata properties on SQL Server objects to store documentation, version information, business context, or compliance tags. Extended properties are stored in the database system catalogs and don’t affect object performance but provide valuable context for DBAs managing complex environments. This command accepts piped input from any dbatools Get-Dba* command, making it easy to bulk-apply properties across multiple objects.
Read more
dbatools