Skip to content

Commit 5d5fe80

Browse files
committed
Merge branch 'main' into DefaultTenant-chrisda
2 parents ea3651e + c73e489 commit 5d5fe80

File tree

2 files changed

+40
-17
lines changed

2 files changed

+40
-17
lines changed

exchange/exchange-ps/exchange/New-Mailbox.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -911,16 +911,18 @@ Accept wildcard characters: False
911911
```
912912
913913
### -EnableRoomMailboxAccount
914+
This parameter is functional only in on-premises Exchange.
915+
914916
The EnableRoomMailboxAccount parameter specifies whether to enable the disabled user account that's associated with this room mailbox. Valid values are:
915917
916-
- $true: The disabled account that's associated with the room mailbox is enabled. You also need to use the RoomMailboxPassword with this value. This allows the account to log on to the room mailbox.
917-
- $false: The account that's associated with the room mailbox is disabled. You can't use the account to logon to the room mailbox. This is the default value.
918+
- $true: The disabled account that's associated with the room mailbox is enabled. You also need to use the RoomMailboxPassword with this value. The account is able to log in and access the room mailbox or other resources.
919+
- $false: The account that's associated with the room mailbox is disabled. The account is not able to log in and access the room mailbox or other resources. In on-premises Exchange, this is the default value.
918920
919-
You need to use this parameter with the Room switch.
921+
You need to enable the account for features like the Skype for Business Room System or Microsoft Teams Rooms.
920922
921-
Typically, the account that's associated with a room mailbox is disabled. However, you need to enable the account for features like the Skype for Business Room System or Microsoft Teams Rooms.
923+
You need to use this parameter with the Room switch.
922924
923-
In Exchange Online, a room mailbox with an associated enabled account doesn't require a license.
925+
A room mailbox in Exchange Online is created with associated an account that has an unknown password. This account is active and visible in Azure Active Directory PowerShell and the Microsoft 365 admin center just like a regular user account, but it consumes no licenses. If the password is known or changed, the account can be used to log in and access the mailbox or other resources. To prevent this account from being able to log in after you create the mailbox, use the Set-AzureADUser cmdlet in Azure Active Directory PowerShell. For instructions, see [Block Microsoft 365 user accounts with PowerShell](https://learn.microsoft.com/microsoft-365/enterprise/block-user-accounts-with-microsoft-365-powershell).
924926
925927
```yaml
926928
Type: Boolean
@@ -1190,7 +1192,9 @@ The Room switch is required to create room mailboxes. You don't need to specify
11901192

11911193
Room mailboxes are resource mailboxes that are associated with a specific location (for example, conference rooms).
11921194

1193-
When you use this switch, a logon-disabled account is created with the room mailbox, which prevents users from signing in to the mailbox. When you use the EnableRoomMailboxAccount and RoomMailboxPassword parameters, you can mail-enable the associated account.
1195+
When you use this switch in on-premises Exchange, a disabled account is created with the room mailbox. The account can't be used to sign in to the mailbox or anywhere in the organization. To enable the associated account, use the EnableRoomMailboxAccount and RoomMailboxPassword parameters.
1196+
1197+
When you use this switch in Exchange Online, an account with an unknown password is created with the room mailbox. If the password is known or changed, the account can be used to log in to the mailbox or anywhere in the organization. To prevent this account from being able to log in after you create the room mailbox, use the Set-AzureADUser cmdlet in Azure Active Directory PowerShell. For instructions, see [Block Microsoft 365 user accounts with PowerShell](https://learn.microsoft.com/microsoft-365/enterprise/block-user-accounts-with-microsoft-365-powershell).
11941198

11951199
```yaml
11961200
Type: SwitchParameter
@@ -2006,19 +2010,26 @@ Accept wildcard characters: False
20062010
```
20072011

20082012
### -RoomMailboxPassword
2009-
Use the RoomMailboxPassword parameter to configure the password for a room mailbox that has a logon-enabled account (the EnableRoomMailboxAccount parameter is set to the value $true.)
2013+
This parameter is functional only in on-premises Exchange.
20102014

2011-
To use this parameter, you need to be a member of one of the following role groups:
2015+
Use the RoomMailboxPassword parameter to configure the password for the account that's associated with the room mailbox when that account is enabled and able to log in (the EnableRoomMailboxAccount parameter is set to the value $true).
20122016

2013-
- Exchange Online: The Organization Management role group via the Mail Recipients, Reset Password, and User Options roles, the Help Desk role group via the Reset Password and User Options roles, or the Recipient Management role group via the Mail Recipients and Reset Password roles.
2014-
- On-premises Exchange: The Organization Management role group via the Mail Recipients and User Options roles, the Recipient Management role group via the Mail Recipients role, or the Help Desk role group via the User Options role. The Reset Password role also allows you to use this parameter, but it isn't assigned to any role groups by default.
2017+
To use this parameter in on-premises Exchange, you need to be a member of one of the following role groups:
2018+
2019+
- The Organization Management role group via the Mail Recipients and User Options roles.
2020+
- The Recipient Management role group via the Mail Recipients role.
2021+
- The Help Desk role group via the User Options role.
2022+
2023+
The Reset Password role also allows you to use this parameter, but it isn't assigned to any role groups by default.
20152024

20162025
You can use the following methods as a value for this parameter:
20172026

20182027
- `(ConvertTo-SecureString -String '<password>' -AsPlainText -Force)`.
20192028
- Before you run this command, store the password as a variable (for example, `$password = Read-Host "Enter password" -AsSecureString`), and then use the variable (`$password`) for the value.
20202029
- `(Get-Credential).password` to be prompted to enter the password securely when you run this command.
20212030

2031+
To configure the password for a room mailbox account in Exchange Online, use Set-AzureADUserPassword cmdlet in Azure Active Directory PowerShell. For instructions, see [Manage passwords with PowerShell](https://learn.microsoft.com/microsoft-365/enterprise/manage-passwords-with-microsoft-365-powershell).
2032+
20222033
```yaml
20232034
Type: SecureString
20242035
Parameter Sets: EnableRoomMailboxAccount

exchange/exchange-ps/exchange/Set-Mailbox.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,16 +2572,16 @@ Accept wildcard characters: False
25722572
```
25732573

25742574
### -EnableRoomMailboxAccount
2575-
The EnableRoomMailboxAccount parameter specifies whether to enable the disabled user account that's associated with this room mailbox. Valid values are:
2575+
This parameter is functional only in on-premises Exchange.
25762576

2577-
- $true: The disabled account that's associated with the room mailbox is enabled. You also need to use the RoomMailboxPassword with this value. This allows the account to log on to the room mailbox.
2578-
- $false: The account that's associated with the room mailbox is disabled. You can't use the account to logon to the room mailbox. This is the default value.
2577+
The EnableRoomMailboxAccount parameter specifies whether to enable the disabled user account that's associated with this room mailbox. Valid values are:
25792578

2580-
Typically, the account that's associated with a room mailbox is disabled. However, you need to enable the account for features like the Skype for Business Room System or Microsoft Teams Rooms.
2579+
- $true: The disabled account that's associated with the room mailbox is enabled. You also need to use the RoomMailboxPassword with this value. The account is able to log in and access the room mailbox or other resources.
2580+
- $false: The account that's associated with the room mailbox is disabled. The account is not able to log in and access the room mailbox or other resources. In on-premises Exchange, this is the default value.
25812581

2582-
In Exchange Online, a room mailbox with an associated enabled account doesn't require a license.
2582+
You need to enable the account for features like the Skype for Business Room System or Microsoft Teams Rooms.
25832583

2584-
In an on-premises Exchange organization, you also need to enable the corresponding user account in Active Directory Users and Computers or by running the Enable-ADAccount cmdlet in Windows PowerShell.
2584+
A room mailbox in Exchange Online is created with associated an account that has an unknown password. This account is active and visible in Azure Active Directory PowerShell and the Microsoft 365 admin center just like a regular user account, but it consumes no licenses. If the password is known or changed, the account can be used to log in and access the mailbox or other resources. To prevent this account from being able to log in, use the Set-AzureADUser cmdlet in Azure Active Directory PowerShell. For instructions, see [Block Microsoft 365 user accounts with PowerShell](https://learn.microsoft.com/microsoft-365/enterprise/block-user-accounts-with-microsoft-365-powershell).
25852585

25862586
```yaml
25872587
Type: Boolean
@@ -4975,14 +4975,26 @@ Accept wildcard characters: False
49754975
```
49764976

49774977
### -RoomMailboxPassword
4978-
Use the RoomMailboxPassword parameter to change the password for a room mailbox that has an enabled account (the EnableRoomMailboxAccount parameter is set to the value $true.)
4978+
This parameter is functional only in on-premises Exchange.
4979+
4980+
Use the RoomMailboxPassword parameter to configure the password for the account that's associated with the room mailbox when that account is enabled and able to log in (the EnableRoomMailboxAccount parameter is set to the value $true).
4981+
4982+
To use this parameter in on-premises Exchange, you need to be a member of one of the following role groups:
4983+
4984+
- The Organization Management role group via the Mail Recipients and User Options roles.
4985+
- The Recipient Management role group via the Mail Recipients role.
4986+
- The Help Desk role group via the User Options role.
4987+
4988+
The Reset Password role also allows you to use this parameter, but it isn't assigned to any role groups by default.
49794989

49804990
You can use the following methods as a value for this parameter:
49814991

49824992
- `(ConvertTo-SecureString -String '<password>' -AsPlainText -Force)`.
49834993
- Before you run this command, store the password as a variable (for example, `$password = Read-Host "Enter password" -AsSecureString`), and then use the variable (`$password`) for the value.
49844994
- `(Get-Credential).password` to be prompted to enter the password securely when you run this command.
49854995

4996+
To configure the password for a room mailbox account in Exchange Online, use Set-AzureADUserPassword cmdlet in Azure Active Directory PowerShell. For instructions, see [Manage passwords with PowerShell](https://learn.microsoft.com/microsoft-365/enterprise/manage-passwords-with-microsoft-365-powershell).
4997+
49864998
```yaml
49874999
Type: SecureString
49885000
Parameter Sets: (All)

0 commit comments

Comments
 (0)