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
SQL Server Property (SQL Agent authentication)
and/or
SQL Server:InstanceName (Accounts)
Override Higher Level Settings -> Impersonate User -> User Name = xxxx
Override Higher Level Settings -> Impersonate User -> Password = xxxx
There is the cmdlets 'Get-CVSQLInstance' but no 'Set-CVSQLInstance'
Example:
$sqlallprop = Get-CVSQLInstance -ClientName xxxxxx -AllProperties
$sqlallprop.auth
UseLSA Override credential
We're using SQL Server agent.
I want to set
and/or
Override Higher Level Settings -> Impersonate User -> User Name = xxxx
Override Higher Level Settings -> Impersonate User -> Password = xxxx
There is the cmdlets 'Get-CVSQLInstance' but no 'Set-CVSQLInstance'
Example:
$sqlallprop = Get-CVSQLInstance -ClientName xxxxxx -AllProperties
$sqlallprop.auth
UseLSA Override credential
If setting in the GUI it might look like:
sjshfshfkhfkhdsfr23498r09faohofhohkjedhy2ewewe he= XXXX\yyyyyyyy
Would like to set username & password perhaps by a Credential object.
Or is there another way to set SQL Server Properties like described.
The text was updated successfully, but these errors were encountered: