Technology and internet.
Next Blog. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Link Web. skywebboard sms.web Goobonk
I believe the cmdlet in this beta code may have suppressed the prompt instead. Try this,$g = get-credentialThen perform a new-organization cmdlet but this time,New-Organization -AdministratorPassword $g.passwordWhen it detects there is a password being specified, it should create an Administrator account and slot it into the appropriate membership.
I believe the cmdlet in this beta code may have suppressed the prompt instead. Try this,
ตอบลบ$g = get-credential
Then perform a new-organization cmdlet but this time,
New-Organization -AdministratorPassword $g.password
When it detects there is a password being specified, it should create an Administrator account and slot it into the appropriate membership.