mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 03:43:39 +00:00
Merged PR 12646: fix wmi bridge script and SH oobe
This commit is contained in:
@ -396,7 +396,7 @@ Once the device has been domain joined, you must specify a security group from t
|
||||
The following input is required:
|
||||
|
||||
- **Domain:** This is the fully qualified domain name (FQDN) of the domain that you want to join. A security group from this domain can be used to manage the device.
|
||||
- **User name:** The user name of an account that has sufficient permission to join the specified domain. This account must be a computer object.
|
||||
- **User name:** The user name of an account that has sufficient permission to join the specified domain.
|
||||
- **Password:** The password for the account.
|
||||
|
||||
After the credentials are verified, you will be asked to type a security group name. This input is required.
|
||||
|
@ -80,7 +80,7 @@ If you have a multi-forest on-premises deployment with Microsoft Exchange 2013 o
|
||||
6. You now need to change the room mailbox to a linked mailbox:
|
||||
|
||||
```PowerShell
|
||||
$cred=Get-Credential AuthForest\LinkedRoomTest1
|
||||
$cred=Get-Credential AuthForest\ADAdmin
|
||||
Set-mailbox -Alias LinkedRoomTest1 -LinkedMasterAccount AuthForest\LinkedRoomTest1 -LinkedDomainController AuthForest-4939.AuthForest.extest.contoso.com -Name LinkedRoomTest1 -LinkedCredential $cred -Identity LinkedRoomTest1
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user