Skip to content

Commit f26dfd4

Browse files
Merge pull request #13286 from MicrosoftDocs/main
[AutoPublish] main to live - 12/09 10:38 PST | 12/10 00:08 IST
2 parents 4dde92a + 48351c9 commit f26dfd4

File tree

254 files changed

+518
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+518
-14
lines changed

exchange/exchange-ps/ExchangePowerShell/Get-ADPermission.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ This example returns the permissions that have been granted to the user Chris on
6666
6767
The Identity parameter specifies the identity of the object for which you're retrieving permissions. You can retrieve the permissions for any Active Directory object using its distinguished name (DN). If the object is an Exchange object, you might be able to use the object's name. If the DN or the object's name contains spaces, enclose the value in quotation marks (").
6868

69+
**Caution**: The value $null or a non-existent value for the Identity parameter returns *all* objects as if you ran the Get- command without the Identity parameter. Verify any lists of values for the Identity parameter are accurate and don't contain non-existent $null values.
70+
6971
```yaml
7072
Type: ADRawEntryIdParameter
7173
Parameter Sets: (All)

exchange/exchange-ps/ExchangePowerShell/Get-ADSite.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ This example displays the configuration details for the Active Directory site na
4949
5050
The Identity parameter specifies the identity of the Active Directory site for which you want to view configuration details. The identity can be expressed as a GUID or the Active Directory site name. If the Active Directory site name includes spaces, enclose the name in quotation marks (").
5151

52+
**Caution**: The value $null or a non-existent value for the Identity parameter returns *all* objects as if you ran the Get- command without the Identity parameter. Verify any lists of values for the Identity parameter are accurate and don't contain non-existent $null values.
53+
5254
```yaml
5355
Type: AdSiteIdParameter
5456
Parameter Sets: (All)

exchange/exchange-ps/ExchangePowerShell/Get-ADSiteLink.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ This example returns a list of all IP site links in your organization that have
5454
5555
The Identity parameter specifies the name or GUID of the IP site link for which you want to view configuration information.
5656

57+
**Caution**: The value $null or a non-existent value for the Identity parameter returns *all* objects as if you ran the Get- command without the Identity parameter. Verify any lists of values for the Identity parameter are accurate and don't contain non-existent $null values.
58+
5759
```yaml
5860
Type: AdSiteLinkIdParameter
5961
Parameter Sets: (All)

exchange/exchange-ps/ExchangePowerShell/Get-ATPBuiltInProtectionRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ The Identity parameter specifies the rule that you want to view. You can use any
5353

5454
The name of the only rule is ATP Built-In Protection Rule.
5555

56+
**Caution**: The value $null or a non-existent value for the Identity parameter returns *all* objects as if you ran the Get- command without the Identity parameter. Verify any lists of values for the Identity parameter are accurate and don't contain non-existent $null values.
57+
5658
```yaml
5759
Type: DehydrateableRuleIdParameter
5860
Parameter Sets: (All)

exchange/exchange-ps/ExchangePowerShell/Get-ATPProtectionPolicyRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ The Identity parameter specifies the rule that you want to view. You can use any
6262

6363
By default, the available rules (if they exist) are named Standard Preset Security Policy and Strict Preset Security Policy.
6464

65+
**Caution**: The value $null or a non-existent value for the Identity parameter returns *all* objects as if you ran the Get- command without the Identity parameter. Verify any lists of values for the Identity parameter are accurate and don't contain non-existent $null values.
66+
6567
```yaml
6668
Type: RuleIdParameter
6769
Parameter Sets: (All)

exchange/exchange-ps/ExchangePowerShell/Get-AcceptedDomain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ This example lists all the authoritative accepted domains in your organization.
5555
5656
The Identity parameter specifies a string value for the accepted domain. Enter either the GUID or the name of the accepted domain.
5757

58+
**Caution**: The value $null or a non-existent value for the Identity parameter returns *all* objects as if you ran the Get- command without the Identity parameter. Verify any lists of values for the Identity parameter are accurate and don't contain non-existent $null values.
59+
5860
```yaml
5961
Type: AcceptedDomainIdParameter
6062
Parameter Sets: (All)

exchange/exchange-ps/ExchangePowerShell/Get-ActiveSyncDevice.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ The Identity parameter specifies the ActiveSync device that you want to view. Yo
8787
- DeviceIdentity
8888
- Multi-TenantID
8989

90+
**Caution**: The value $null or a non-existent value for the Identity parameter returns *all* objects as if you ran the Get- command without the Identity parameter. Verify any lists of values for the Identity parameter are accurate and don't contain non-existent $null values.
91+
9092
```yaml
9193
Type: ActiveSyncDeviceIdParameter
9294
Parameter Sets: Identity

exchange/exchange-ps/ExchangePowerShell/Get-ActiveSyncDeviceAccessRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ This example lists all device access rules set up on the server.
5656
5757
The Identity parameter specifies the unique identifier for the device access rule.
5858

59+
**Caution**: The value $null or a non-existent value for the Identity parameter returns *all* objects as if you ran the Get- command without the Identity parameter. Verify any lists of values for the Identity parameter are accurate and don't contain non-existent $null values.
60+
5961
```yaml
6062
Type: ActiveSyncDeviceAccessRuleIdParameter
6163
Parameter Sets: (All)

exchange/exchange-ps/ExchangePowerShell/Get-ActiveSyncDeviceAutoblockThreshold.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ This example retrieves the threshold settings for the Autoblock threshold rule f
4949
5050
The Identity parameter specifies the name of the Autoblock threshold rule.
5151

52+
**Caution**: The value $null or a non-existent value for the Identity parameter returns *all* objects as if you ran the Get- command without the Identity parameter. Verify any lists of values for the Identity parameter are accurate and don't contain non-existent $null values.
53+
5254
```yaml
5355
Type: ActiveSyncDeviceAutoblockThresholdIdParameter
5456
Parameter Sets: (All)

exchange/exchange-ps/ExchangePowerShell/Get-ActiveSyncDeviceClass.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ The Identity parameter specifies the ActiveSync device class that you want to vi
6262
- Distinguished name (DN)
6363
- GUID
6464

65+
**Caution**: The value $null or a non-existent value for the Identity parameter returns *all* objects as if you ran the Get- command without the Identity parameter. Verify any lists of values for the Identity parameter are accurate and don't contain non-existent $null values.
66+
6567
```yaml
6668
Type: ActiveSyncDeviceClassIdParameter
6769
Parameter Sets: (All)

0 commit comments

Comments
 (0)