You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.8.12.0: New-sqmOlaUsrDbBackupJob - explicit -BackupDirectory no longer gets \Usr-db appended
An explicitly passed -BackupDirectory was always suffixed with \Usr-db, even
when the caller supplied the full intended target path. Now \Usr-db is only
appended to auto-detected paths (registry / SMO BackupDirectory / default);
an explicit -BackupDirectory is used verbatim.
Verified on DEV02: -BackupDirectory "C:\Temp\ExplicitTestPath" resolves to
that exact path with no suffix.
0 commit comments