bbsibmkimlik Posted October 3, 2022 Posted October 3, 2022 Hello, I try to run ssms.exe with different domain user and password, how should i run ssms ? i need help for this issue.
Developers Jos Posted October 3, 2022 Developers Posted October 3, 2022 5 minutes ago, bbsibmkimlik said: Hello, I try to run ssms.exe with different domain user and password, how should i run ssms ? i need help for this issue. What have you tried? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Developers Jos Posted October 3, 2022 Developers Posted October 3, 2022 Moved to the appropriate forum. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
bbsibmkimlik Posted October 3, 2022 Author Posted October 3, 2022 I tired this RunAs($sUserName, $sDomain, $sPassword, $RUN_LOGON_NOPROFILE, "notepad.exe" )
Developers Jos Posted October 3, 2022 Developers Posted October 3, 2022 That doesn't look like ssms so what exactly are you trying to do and show some real code in stead of an example and on top of that tell us what isn't working! SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
bbsibmkimlik Posted October 3, 2022 Author Posted October 3, 2022 I want to run ssms with diffrent user parameter. i found this line in forum but , how can i implement for my issue. RunAs($sUserName, $sDomain, $sPassword, $RUN_LOGON_NOPROFILE, "ssms.exe" ) i will take parameters with commanline as $cmdline[1] i just want to, run ssms process with diffrent domain user. how can i run this line.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now