Skip to content

Commit 043aca7

Browse files
authored
Merge branch 'main' into v-smandalika-9509824
2 parents 27a2cb2 + cd481cb commit 043aca7

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

exchange/exchange-ps/exchange/Get-EXOMailboxStatistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This example retrieves the minimum set of properties and the specified propertie
6161
## PARAMETERS
6262

6363
### -Archive
64-
The Archive switch parameter specifies whether to return mailbox statistics for the archive mailbox associated with the specified mailbox. You don't need to specify a value with this switch.
64+
The Archive switch specifies whether to return mailbox statistics for the archive mailbox associated with the specified mailbox. You don't need to specify a value with this switch.
6565

6666
```yaml
6767
Type: SwitchParameter

exchange/exchange-ps/exchange/Get-IPv6StatusForAcceptedDomain.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,16 @@ If IPv6 is enabled for an accepted domain in Exchange Online, IPv4 and IPv6 addr
3535
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3636

3737
> [!NOTE]
38-
> When you use the Enable-IPv6ForAcceptedDomain or Disable-IPv6ForAcceptedDomain cmdlets to update the IPv6 setting for an accepted domain, the updated status can take up to an hour to be visible using Get-IPv6StatusForAcceptedDomain due to caching.
3938
>
40-
> For example, Get-IPv6StatusForAcceptedDomain shows the status value Enabled for a domain. You run Disable-IPv6ForAcceptedDomain to disable IPv6 for the domain, you immediately run Get-IPv6StatusForAcceptedDomain to check the staus of the domain, and the command erroneously returns the value Enabled. It might take up to an hour before Get-IPv6StatusForAcceptedDomain shows the correct value Disabled for the domain.
39+
> - When you use the Enable-IPv6ForAcceptedDomain or Disable-IPv6ForAcceptedDomain cmdlets to update the IPv6 setting for an accepted domain, the updated status can take up to an hour to be visible using Get-IPv6StatusForAcceptedDomain due to caching.
40+
>
41+
> For example, Get-IPv6StatusForAcceptedDomain shows the status value Enabled for a domain. You run Disable-IPv6ForAcceptedDomain to disable IPv6 for the domain, you immediately run Get-IPv6StatusForAcceptedDomain to check the status of the domain, and the command erroneously returns the value Enabled. It might take up to an hour before Get-IPv6StatusForAcceptedDomain shows the correct value Disabled for the domain.
42+
>
43+
> - If you receive the following error when running Get-Ipv6StatusForAcceptedDomain:
44+
>
45+
> WARNING: DNS record has unexpected value…..
46+
>
47+
> Explicitly enable or disable IPv6 using the Enable-Ipv6ForAcceptedDomain or Disable-Ipv6ForAcceptedDomain cmdlets.
4148
4249
## EXAMPLES
4350

@@ -101,7 +108,10 @@ Accept wildcard characters: False
101108
### CommonParameters
102109
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
103110
111+
## INPUTS
104112
113+
## OUTPUTS
105114
115+
## NOTES
106116
107-
117+
## RELATED LINKS

exchange/exchange-ps/exchange/Set-UserPhoto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Accept wildcard characters: False
156156
```
157157
158158
### -Cancel
159-
The Cancel switch parameter deletes the photo that's currently uploaded as the preview photo. You don't need to specify a value with this switch.
159+
The Cancel switch deletes the photo that's currently uploaded as the preview photo. You don't need to specify a value with this switch.
160160
161161
To delete the photo that's currently associated with a user's account, use the Remove-UserPhoto cmdlet. The Cancel switch only deletes the preview photo.
162162

teams/teams-ps/teams/Get-CsExportAcquiredPhoneNumberStatus.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Get-CsExportAcquiredPhoneNumberStatus -OrderId <String>
2424
```
2525

2626
## DESCRIPTION
27-
This cmdlet returns the status of the [Export-CsAcquiredPhoneNumber](Export-CsAcquiredPhoneNumber.md) operation. The response will include the download link to the file if operation has been completed.
27+
This cmdlet returns OrderId status from the respective [Export-CsAcquiredPhoneNumber](Export-CsAcquiredPhoneNumber.md) operation. The response will include the download link to the file if operation has been completed.
2828

29-
By default, the download link will remain active for 1 hour.
29+
By default, the download link will remain active for 1 hour.
3030

3131
## EXAMPLES
3232

@@ -39,7 +39,7 @@ Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
3939
CreatedAt : 2024-08-29 21:50:54Z
4040
status : Success
4141
DownloadLinkExpiry : 2024-08-29 22:51:17Z
42-
DownloadLinkExpiry : <link>
42+
DownloadLink : <link>
4343
```
4444
This example displays the status of the export acquired phone numbers operation. The OrderId is the output from [Export-CsAcquiredPhoneNumber](Export-CsAcquiredPhoneNumber.md) cmdlet. The status contains the download link for the file along with expiry date.
4545

@@ -52,7 +52,7 @@ Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
5252
CreatedAt : 2024-08-29 21:50:54Z
5353
status : Success
5454
DownloadLinkExpiry : 2024-08-29 22:51:17Z
55-
DownloadLinkExpiry : <link>
55+
DownloadLink : <link>
5656
```
5757
This example displays the status of the export acquired phone numbers operation with the use of a variable named "orderId".
5858

@@ -66,7 +66,7 @@ Id : 0e923e2c-ab0e-4b7a-be5a-906be8c
6666
CreatedAt : 2024-08-29 21:50:54Z
6767
status : Success
6868
DownloadLinkExpiry : 2024-08-29 22:51:17Z
69-
DownloadLinkExpiry : <link>
69+
DownloadLink : <link>
7070
```
7171
This example stores the [Get-CsExportAcquiredPhoneNumberStatus](Get-CsExportAcquiredPhoneNumberStatus.md) cmdlet status for the "orderId" in the variable "order". This will allow a quick view of the order status without typing the cmdlet again.
7272

0 commit comments

Comments
 (0)