Sync-sqmBackupExcludeTable
Examples
# Synchronise on the local instance โ user databases only
# Synchronise on the local instance โ user databases only Sync-sqmBackupExcludeTable
# Synchronise on a remote instance including system databases
# Synchronise on a remote instance including system databases Sync-sqmBackupExcludeTable -SqlInstance "SQL01" -IncludeSystemDatabases
# Preview what would change without making any modifications
# Preview what would change without making any modifications Sync-sqmBackupExcludeTable -SqlInstance "SQL01" -WhatIf
# Synchronise and verify that the audit history table and trigger are in place
# Synchronise and verify that the audit history table and trigger are in place Sync-sqmBackupExcludeTable -SqlInstance "SQL01\INST1"