How to add the NetworkCredentials (NetworkCredentialsOptions) in configuration.json file #849
sridharravva
started this conversation in
General
Replies: 2 comments
-
@MrHinsh @jtucker ...any updates on this? Please let me know. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@sridharravva you can only pass network credentials on the command line. There is no facility to add them to the config You should upvote this on #833 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to add the network credentials (with domain, username and password) into configuration.json file but I don't know how to add it, I tried with below settings in the configuration.json file but it is not working and NetworkCredentialsOptions is not loading with these below details.
Could you please advise how to pass the network credentials from configuration.json into this migration tool, so that NetworkCredentialsOptions (or NetworkCredentials) object gets populated with the below values.
Thanks in advance!
"NetworkCredentialsOptions": {
"Enabled": true,
"Source": {
"Domain": "AM",
"UserName": "ABC",
"Password": "abcpwd"
},
"Target": {
"Domain": "CD",
"UserName": "XYZ",
"Password": "xyzpwd"
}
},
Beta Was this translation helpful? Give feedback.
All reactions