diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-PublicFolderStatistics.md b/exchange/exchange-ps/ExchangePowerShell/Get-PublicFolderStatistics.md index d08bcc2f72..02c8f427b0 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-PublicFolderStatistics.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-PublicFolderStatistics.md @@ -52,6 +52,8 @@ The Identity parameter specifies the GUID or public folder name that represents You can omit the parameter label so that only the public folder name or GUID is supplied. +**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. + ```yaml Type: PublicFolderIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-QuarantineMessage.md b/exchange/exchange-ps/ExchangePowerShell/Get-QuarantineMessage.md index d96f13ebbc..b6ee2a8eeb 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-QuarantineMessage.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-QuarantineMessage.md @@ -110,6 +110,8 @@ The Identity parameter specifies the quarantined message that you want to view. When you identify the quarantine message by using this parameter, the RecipientAddress, QuarantineUser, and ReleasedUser properties are available. To see these values, you need to use a formatting cmdlet. For example, `Get-QuarantineMessage -Identity | Format-List`. +**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. + ```yaml Type: QuarantineMessageIdentity Parameter Sets: Details diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-QuarantineMessageHeader.md b/exchange/exchange-ps/ExchangePowerShell/Get-QuarantineMessageHeader.md index d3c413a69a..4d25207ed0 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-QuarantineMessageHeader.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-QuarantineMessageHeader.md @@ -61,6 +61,8 @@ The Identity parameter specifies the quarantined message that you want to view t You can find the Identity value for a quarantined message by using the Get-QuarantineMessage cmdlet. +**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. + ```yaml Type: QuarantineMessageIdentity Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-QuarantinePolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-QuarantinePolicy.md index e4136578f7..bf50bb66f2 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-QuarantinePolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-QuarantinePolicy.md @@ -67,6 +67,8 @@ The Identity parameter specifies the quarantine policy you want to view. You can - Distinguished name (DN) - GUID +**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. + ```yaml Type: QuarantineTagIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-Queue.md b/exchange/exchange-ps/ExchangePowerShell/Get-Queue.md index 87030c6e7f..8c452f1082 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-Queue.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-Queue.md @@ -93,6 +93,8 @@ This example lists only the external queues. The Identity parameter specifies the queue. Valid input for this parameter uses the syntax Server\\Queue or Queue, for example, Mailbox01\\contoso.com or Unreachable. For details about queue identity, see [Queue identity](https://learn.microsoft.com/Exchange/mail-flow/queues/queues-and-messages-in-powershell#queue-identity). +**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. + ```yaml Type: QueueIdentity Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RMSTemplate.md b/exchange/exchange-ps/ExchangePowerShell/Get-RMSTemplate.md index b40d1b10ac..b0e31c156f 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RMSTemplate.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RMSTemplate.md @@ -59,6 +59,8 @@ This example retrieves the Company Confidential RMS template. The Identity parameter specifies the name of the RMS template. +**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. + ```yaml Type: RmsTemplateIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-ReceiveConnector.md b/exchange/exchange-ps/ExchangePowerShell/Get-ReceiveConnector.md index eb4b435b49..01252a4672 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-ReceiveConnector.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-ReceiveConnector.md @@ -71,6 +71,8 @@ The Identity parameter specifies the Receive connector that you want to view. Yo You can't use this parameter with the Server parameter. +**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. + ```yaml Type: ReceiveConnectorIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-Recipient.md b/exchange/exchange-ps/ExchangePowerShell/Get-Recipient.md index a3b965ac4a..f2229eeb7a 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-Recipient.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-Recipient.md @@ -157,6 +157,8 @@ The Identity parameter specifies the recipient object that you want to view. You - Email address - GUID +**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. + ```yaml Type: RecipientIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RecipientFilterConfig.md b/exchange/exchange-ps/ExchangePowerShell/Get-RecipientFilterConfig.md index 2daa8baa62..775aeb7e01 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RecipientFilterConfig.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RecipientFilterConfig.md @@ -47,6 +47,8 @@ This example returns detailed information about the recipient filter configurati This parameter is reserved for internal Microsoft use. +**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. + ```yaml Type: OrganizationIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RecipientPermission.md b/exchange/exchange-ps/ExchangePowerShell/Get-RecipientPermission.md index a5c68f73cf..e37c357c24 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RecipientPermission.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RecipientPermission.md @@ -79,6 +79,8 @@ You can use any value that uniquely identifies the recipient. For example: - Email address - GUID +**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. + ```yaml Type: RecipientIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RecoverableItems.md b/exchange/exchange-ps/ExchangePowerShell/Get-RecoverableItems.md index 4333458743..1f35e5695b 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RecoverableItems.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RecoverableItems.md @@ -93,6 +93,8 @@ The Identity parameter specifies the mailbox that contains the deleted items tha In Exchange Online, you can specify multiple mailboxes separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`. +**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. + ```yaml Type: GeneralMailboxOrMailUserIdParameter Parameter Sets: OnPremises, Cloud diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RemoteDomain.md b/exchange/exchange-ps/ExchangePowerShell/Get-RemoteDomain.md index 40f8322e49..47002f67e7 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RemoteDomain.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RemoteDomain.md @@ -66,6 +66,8 @@ The Identity parameter specifies the remote domain that you want to view. You ca - Distinguished name (DN) - GUID +**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. + ```yaml Type: RemoteDomainIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RemoteMailbox.md b/exchange/exchange-ps/ExchangePowerShell/Get-RemoteMailbox.md index 98107afa9a..3ae2645ae0 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RemoteMailbox.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RemoteMailbox.md @@ -100,6 +100,8 @@ The Identity parameter specifies the remote mailbox that you want to view. You c - SamAccountName - User ID or user principal name (UPN) +**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. + ```yaml Type: RemoteMailboxIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-ReportExecutionInstance.md b/exchange/exchange-ps/ExchangePowerShell/Get-ReportExecutionInstance.md index ad948f54d5..b482a70fe1 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-ReportExecutionInstance.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-ReportExecutionInstance.md @@ -54,6 +54,8 @@ This example returns detailed information for the specified report execution ins The Identity parameter specifies the report execution instance that you want to view. The identity of the instance is a unique GUID value. +**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. + ```yaml Type: InstanceIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-ReportSubmissionPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-ReportSubmissionPolicy.md index 09a5ba4f86..b2c622da39 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-ReportSubmissionPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-ReportSubmissionPolicy.md @@ -49,6 +49,8 @@ This example returns the settings of the report submission policy in your organi The Identity parameter specifies the report submission policy that you want to view. The only available policy is named DefaultReportSubmissionPolicy. +**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. + ```yaml Type: ReportSubmissionPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-ReportSubmissionRule.md b/exchange/exchange-ps/ExchangePowerShell/Get-ReportSubmissionRule.md index 9761c1326e..f8777e57b8 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-ReportSubmissionRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-ReportSubmissionRule.md @@ -45,6 +45,8 @@ This example returns detailed information about the report submission rule in yo The Identity parameter specifies the report submission rule that you want to view. The default rule is named DefaultReportSubmissionRule. +**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. + ```yaml Type: RuleIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-ResourceConfig.md b/exchange/exchange-ps/ExchangePowerShell/Get-ResourceConfig.md index fc294207d1..95c45efc36 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-ResourceConfig.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-ResourceConfig.md @@ -49,6 +49,8 @@ This parameter is available only in on-premises Exchange. This parameter is reserved for internal Microsoft use. +**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. + ```yaml Type: OrganizationIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-ResubmitRequest.md b/exchange/exchange-ps/ExchangePowerShell/Get-ResubmitRequest.md index d5c1c38d27..e20cc71be3 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-ResubmitRequest.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-ResubmitRequest.md @@ -54,6 +54,8 @@ This example returns details about the resubmit request with the identity 1. The Identity parameter specifies the resubmit request you want to view. Each resubmit request is identified by an incremented integer value. +**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. + ```yaml Type: ResubmitRequestIdentityParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RetentionCompliancePolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-RetentionCompliancePolicy.md index 1e0536d222..5cc4391bf3 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RetentionCompliancePolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RetentionCompliancePolicy.md @@ -71,6 +71,8 @@ The Identity parameter specifies the retention policy that you want to view. You - Distinguished name (DN) - GUID +**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. + ```yaml Type: PolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RetentionComplianceRule.md b/exchange/exchange-ps/ExchangePowerShell/Get-RetentionComplianceRule.md index 4340821384..675c31fc5a 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RetentionComplianceRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RetentionComplianceRule.md @@ -66,6 +66,8 @@ The Identity parameter specifies the retention rule you want to view. You can us - Distinguished name (DN) - GUID +**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. + ```yaml Type: ComplianceRuleIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RetentionEvent.md b/exchange/exchange-ps/ExchangePowerShell/Get-RetentionEvent.md index d80526413b..fa8b4543bf 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RetentionEvent.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RetentionEvent.md @@ -55,6 +55,8 @@ This example returns detailed information about retention the specified retentio The Identity parameter specifies the retention event that you want to view. +**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. + ```yaml Type: EwsStoreObjectIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RetentionPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-RetentionPolicy.md index efc449f3f5..eba7488de1 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RetentionPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RetentionPolicy.md @@ -49,6 +49,8 @@ This example returns all the properties of the retention policy RP Finance. The The Identity parameter specifies the policy name. +**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. + ```yaml Type: MailboxPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RetentionPolicyTag.md b/exchange/exchange-ps/ExchangePowerShell/Get-RetentionPolicyTag.md index d7b2481544..3b7618370e 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RetentionPolicyTag.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RetentionPolicyTag.md @@ -89,6 +89,8 @@ This example returns all retention tags of Inbox and All types and pipes the res The Identity parameter specifies the name of the tag. +**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. + ```yaml Type: RetentionPolicyTagIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RoleAssignmentPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-RoleAssignmentPolicy.md index b9add7499b..2135e973f9 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RoleAssignmentPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RoleAssignmentPolicy.md @@ -69,6 +69,8 @@ For more information about pipelining and the Format-List cmdlet, see [About Pip The Identity parameter specifies the name of the assignment policy to view. If the name contains spaces, enclose the name in quotation marks ("). +**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. + ```yaml Type: MailboxPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RoleGroup.md b/exchange/exchange-ps/ExchangePowerShell/Get-RoleGroup.md index cc8f06f83a..d99c1c5ae6 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RoleGroup.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RoleGroup.md @@ -77,6 +77,8 @@ The Identity parameter specifies the role group to retrieve. If the name of the If the Identity parameter isn't specified, all role groups are returned. +**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. + ```yaml Type: RoleGroupIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RoleGroupMember.md b/exchange/exchange-ps/ExchangePowerShell/Get-RoleGroupMember.md index cb790ab104..a592de679d 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RoleGroupMember.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RoleGroupMember.md @@ -58,6 +58,8 @@ This example retrieves a list of all the members of the Organization Administrat The Identity parameter specifies the role group for which member information should be retrieved. If the role group name contains spaces, enclose the name in quotation marks ("). +**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. + ```yaml Type: RoleGroupMemberIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-RoutingGroupConnector.md b/exchange/exchange-ps/ExchangePowerShell/Get-RoutingGroupConnector.md index 7825224008..0370fe1ae4 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-RoutingGroupConnector.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-RoutingGroupConnector.md @@ -49,6 +49,8 @@ This example displays detailed configuration information for the routing group c The Identity parameter specifies the name or GUID of the routing group connector. The name is expressed as [[Administrative Group Name\\]Routing Group Name]\\Routing Group Connector Name. You can use the wildcard character (\*) as part of the administrative group or routing group name. +**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. + ```yaml Type: RoutingGroupConnectorIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SafeAttachmentPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-SafeAttachmentPolicy.md index e6b721443e..b5de167040 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SafeAttachmentPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SafeAttachmentPolicy.md @@ -61,6 +61,8 @@ You can use any value that uniquely identifies the policy. For example: - Distinguished name (DN) - GUID +**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. + ```yaml Type: SafeAttachmentPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SafeAttachmentRule.md b/exchange/exchange-ps/ExchangePowerShell/Get-SafeAttachmentRule.md index d2b729ab89..c12fcd08f1 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SafeAttachmentRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SafeAttachmentRule.md @@ -62,6 +62,8 @@ You can use any value that uniquely identifies the rule. For example: - Distinguished name (DN) - GUID +**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. + ```yaml Type: RuleIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SafeLinksPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-SafeLinksPolicy.md index 57e426f923..76e694eb3d 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SafeLinksPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SafeLinksPolicy.md @@ -61,6 +61,8 @@ You can use any value that uniquely identifies the policy. For example: - Distinguished name (DN) - GUID +**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. + ```yaml Type: SafeLinksPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SafeLinksRule.md b/exchange/exchange-ps/ExchangePowerShell/Get-SafeLinksRule.md index bf94afdaa2..c72db222ef 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SafeLinksRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SafeLinksRule.md @@ -62,6 +62,8 @@ You can use any value that uniquely identifies the rule. For example: - Distinguished name (DN) - GUID +**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. + ```yaml Type: RuleIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SearchDocumentFormat.md b/exchange/exchange-ps/ExchangePowerShell/Get-SearchDocumentFormat.md index 7cf80e0016..f60a6c4127 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SearchDocumentFormat.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SearchDocumentFormat.md @@ -56,6 +56,8 @@ This example retrieves all properties of the docx file format. The Identity parameter specifies the identity of a file format. +**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. + ```yaml Type: SearchDocumentFormatId Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SecOpsOverridePolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-SecOpsOverridePolicy.md index 88e85ee0b6..93ca7a84cd 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SecOpsOverridePolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SecOpsOverridePolicy.md @@ -52,6 +52,8 @@ The Identity parameter specifies the SecOps override policy that you want to mod - Distinguished name (DN) - GUID +**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. + ```yaml Type: PolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SecurityPrincipal.md b/exchange/exchange-ps/ExchangePowerShell/Get-SecurityPrincipal.md index 3028fa32a9..0bedac21cb 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SecurityPrincipal.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SecurityPrincipal.md @@ -76,6 +76,8 @@ This example retrieves well-known security principals and displays only the Name The Identity parameter specifies the security principal. When the security principal is explicitly specified by using this parameter, no additional security principals are returned. +**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. + ```yaml Type: ExtendedSecurityPrincipalIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SendConnector.md b/exchange/exchange-ps/ExchangePowerShell/Get-SendConnector.md index 2f89d0aed1..46db79765f 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SendConnector.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SendConnector.md @@ -47,6 +47,8 @@ This example displays detailed information about the Send connector named Contos The Identity parameter specifies the name, or GUID of the Send connector. If the Identity name contains spaces, enclose the name in quotation marks ("). You can omit the Identity parameter label. You can also include the server name by using the format ServerName\\ConnectorName. +**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. + ```yaml Type: SendConnectorIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SenderFilterConfig.md b/exchange/exchange-ps/ExchangePowerShell/Get-SenderFilterConfig.md index 0640040e6e..fabbee669a 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SenderFilterConfig.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SenderFilterConfig.md @@ -47,6 +47,8 @@ This example returns detailed information about the Sender Filter configuration This parameter is reserved for internal Microsoft use. +**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. + ```yaml Type: OrganizationIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md b/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md index cc7a11a21e..c4b54c1667 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScan.md @@ -60,6 +60,8 @@ The Identity parameter specifies the sensitive information scan that you want to - Distinguished name (DN) - GUID +**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. + ```yaml Type: PolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScanRule.md b/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScanRule.md index 896b505574..7fe1a12c69 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScanRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScanRule.md @@ -49,6 +49,8 @@ The Identity parameter specifies the sensitive information scan rule that you wa - Distinguished name (DN) - GUID +**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. + ```yaml Type: ComplianceRuleIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-ServerComponentState.md b/exchange/exchange-ps/ExchangePowerShell/Get-ServerComponentState.md index 8f7f96e303..88e81e2bc5 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-ServerComponentState.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-ServerComponentState.md @@ -59,6 +59,8 @@ The Identity parameter specifies the Exchange server where you want to view the - Distinguished name (DN) - FQDN +**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. + ```yaml Type: ServerIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-ServerHealth.md b/exchange/exchange-ps/ExchangePowerShell/Get-ServerHealth.md index 5b71ddbc7c..d8c06ebf07 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-ServerHealth.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-ServerHealth.md @@ -64,6 +64,8 @@ The Identity parameter specifies the Exchange server where you want to run this - Distinguished name (DN) - Exchange Legacy DN +**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. + ```yaml Type: ServerIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-ServicePrincipal.md b/exchange/exchange-ps/ExchangePowerShell/Get-ServicePrincipal.md index f8d118cd49..6b9f5f19f8 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-ServicePrincipal.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-ServicePrincipal.md @@ -64,6 +64,8 @@ The Identity parameter specifies the service principal that you want to view. Yo - AppId - ObjectId +**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. + ```yaml Type: ServicePrincipalIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SettingOverride.md b/exchange/exchange-ps/ExchangePowerShell/Get-SettingOverride.md index 017e066e64..663ca2e775 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SettingOverride.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SettingOverride.md @@ -62,6 +62,8 @@ The Identity parameter specifies the setting override that you want to view. You - Distinguished name (DN) - GUID +**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. + ```yaml Type: SettingOverrideIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SharingPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-SharingPolicy.md index 86326ea869..835f2c93a2 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SharingPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SharingPolicy.md @@ -61,6 +61,8 @@ The Identity parameter specifies the sharing policy that you want to view. You c - Legacy DN - GUID +**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. + ```yaml Type: SharingPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailbox.md b/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailbox.md index e6cecbe607..226effd7a4 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailbox.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailbox.md @@ -77,6 +77,8 @@ The Identity parameter specifies the identity of the site mailbox. You can use a - Email address - GUID +**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. + ```yaml Type: RecipientIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailboxDiagnostics.md b/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailboxDiagnostics.md index d1fc25520b..c95f105355 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailboxDiagnostics.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailboxDiagnostics.md @@ -68,6 +68,8 @@ The Identity parameter specifies the site mailbox that you want to view. You can - Email address - GUID +**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. + ```yaml Type: RecipientIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailboxProvisioningPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailboxProvisioningPolicy.md index 5f5dcbe69b..e536e7515b 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailboxProvisioningPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SiteMailboxProvisioningPolicy.md @@ -62,6 +62,8 @@ The Identity parameter specifies the site mailbox provisioning policy that you w - Distinguished name (DN) - GUID +**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. + ```yaml Type: MailboxPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SmimeConfig.md b/exchange/exchange-ps/ExchangePowerShell/Get-SmimeConfig.md index ba46b91d68..10a2d40c62 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SmimeConfig.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SmimeConfig.md @@ -46,6 +46,8 @@ This example shows the S/MIME configuration that's used with Outlook on the web. This parameter is reserved for internal Microsoft use. +**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. + ```yaml Type: OrganizationIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SpoofIntelligenceInsight.md b/exchange/exchange-ps/ExchangePowerShell/Get-SpoofIntelligenceInsight.md index 424b908c26..4897231818 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SpoofIntelligenceInsight.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SpoofIntelligenceInsight.md @@ -63,6 +63,8 @@ This example exports the same list of spoofed senders to a CSV file. The Identity parameter is available but isn't used. +**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. + ```yaml Type: HostedConnectionFilterPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-StoreUsageStatistics.md b/exchange/exchange-ps/ExchangePowerShell/Get-StoreUsageStatistics.md index 8fb4dd1461..cc308c6391 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-StoreUsageStatistics.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-StoreUsageStatistics.md @@ -96,6 +96,8 @@ The command returns results for the mailbox only if it's one of the top 25 users You can't use this parameter with the Database or Server parameters. +**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. + ```yaml Type: GeneralMailboxIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SupervisoryReviewPolicyV2.md b/exchange/exchange-ps/ExchangePowerShell/Get-SupervisoryReviewPolicyV2.md index a6b4994a08..0dac3d5c0e 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SupervisoryReviewPolicyV2.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SupervisoryReviewPolicyV2.md @@ -57,6 +57,8 @@ The Identity parameter specifies the supervisory review policy that you want to - Distinguished name (DN) - GUID +**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. + ```yaml Type: PolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SupervisoryReviewRule.md b/exchange/exchange-ps/ExchangePowerShell/Get-SupervisoryReviewRule.md index 135c9a1e38..fc697070c1 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SupervisoryReviewRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SupervisoryReviewRule.md @@ -66,6 +66,8 @@ The Identity parameter specifies the supervisory review rule that you want to vi - Distinguished name (DN) - GUID +**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. + ```yaml Type: ComplianceRuleIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SweepRule.md b/exchange/exchange-ps/ExchangePowerShell/Get-SweepRule.md index da057d7310..6af5c704f5 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SweepRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SweepRule.md @@ -69,6 +69,8 @@ The Identity parameter specifies the Sweep rule that you want to view. You can u - Exchange Online: `MailboxAlias\RuleID` (for example, `rzaher\2hlsdpGmUifjFgxxGIOJw==`). - On-premises Exchange: `MailboxCanonicalName\RuleID` (for example, `contoso.com/Users/Rick Zaher\x2hlsdpGmUifjFgxxGIOJw==`). +**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. + ```yaml Type: SweepRuleIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-SystemMessage.md b/exchange/exchange-ps/ExchangePowerShell/Get-SystemMessage.md index e1fe24a3eb..588f3f7ab9 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-SystemMessage.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-SystemMessage.md @@ -131,6 +131,8 @@ Maximum number of levels (depth) in a mailbox folder: - WarningFolderHierarchyDepth: A mailbox exceeds its FolderHierarchyDepthWarningQuota limit when it has a FolderHierarchyDepthReceiveQuota limit configured. - WarningFolderHierarchyDepthUnlimited: : A mailbox exceeds its FolderHierarchyDepthWarningQuota limit when it doesn't have a FolderHierarchyDepthReceiveQuota limit configured. +**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. + ```yaml Type: SystemMessageIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-TeamsProtectionPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-TeamsProtectionPolicy.md index eb40e3fa30..8cf84bd461 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-TeamsProtectionPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-TeamsProtectionPolicy.md @@ -46,6 +46,8 @@ This example shows detailed information about the Teams protection policy in the The Identity parameter specifies the Teams protection policy that you want to view. There's only one Teams protection policy in an organization named Teams Protection Policy. +**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. + ```yaml Type: TeamsProtectionPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-TeamsProtectionPolicyRule.md b/exchange/exchange-ps/ExchangePowerShell/Get-TeamsProtectionPolicyRule.md index 25bfac1144..1bd279353d 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-TeamsProtectionPolicyRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-TeamsProtectionPolicyRule.md @@ -47,6 +47,8 @@ This example shows detailed information about the Teams protection policy in the The Identity parameter specifies the Teams protection policy rule that you want to view. There's only one Teams protection policy rule in an organization named Teams Protection Policy Rule. +**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. + ```yaml Type: RuleIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-TenantAllowBlockListSpoofItems.md b/exchange/exchange-ps/ExchangePowerShell/Get-TenantAllowBlockListSpoofItems.md index ce29b5cd5d..b34e3e9071 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-TenantAllowBlockListSpoofItems.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-TenantAllowBlockListSpoofItems.md @@ -77,6 +77,8 @@ This example exports the same list of spoofed pairs to a CSV file. The Identity parameter is available but isn't used. +**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. + ```yaml Type: HostedConnectionFilterPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-TextMessagingAccount.md b/exchange/exchange-ps/ExchangePowerShell/Get-TextMessagingAccount.md index 6991b2a2b4..ab510ebe3e 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-TextMessagingAccount.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-TextMessagingAccount.md @@ -72,6 +72,8 @@ The Identity parameter specifies the mailbox that you want to view. You can use - SamAccountName - User ID or user principal name (UPN) +**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. + ```yaml Type: MailboxIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-ThrottlingPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-ThrottlingPolicy.md index 3425dedb68..b3cbab0570 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-ThrottlingPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-ThrottlingPolicy.md @@ -61,6 +61,8 @@ This example displays the parameters and values for throttling policy Throttling The Identity parameter identifies the name of the throttling policy that you want to return settings for. +**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. + ```yaml Type: ThrottlingPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-ThrottlingPolicyAssociation.md b/exchange/exchange-ps/ExchangePowerShell/Get-ThrottlingPolicyAssociation.md index 96ab8b7745..64087639ae 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-ThrottlingPolicyAssociation.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-ThrottlingPolicyAssociation.md @@ -91,6 +91,8 @@ The Identity parameter specifies the throttling policy association that you want - SamAccountName - User ID or user principal name (UPN) +**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. + ```yaml Type: ThrottlingPolicyAssociationIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-TransportAgent.md b/exchange/exchange-ps/ExchangePowerShell/Get-TransportAgent.md index 6d15812ff3..ca805644bc 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-TransportAgent.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-TransportAgent.md @@ -55,6 +55,8 @@ This example displays detailed information about the Transport Rule agent that's The Identity parameter specifies the display name of the transport agent to be displayed. The length of the name can't exceed 64 characters. +**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. + ```yaml Type: TransportAgentObjectId Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-TransportConfig.md b/exchange/exchange-ps/ExchangePowerShell/Get-TransportConfig.md index aae5714bfc..55a8ea08bb 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-TransportConfig.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-TransportConfig.md @@ -58,6 +58,8 @@ This parameter is available only in on-premises Exchange. This parameter is reserved for internal Microsoft use. +**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. + ```yaml Type: OrganizationIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-TransportRule.md b/exchange/exchange-ps/ExchangePowerShell/Get-TransportRule.md index 8a2eecaadb..0fa4c4e401 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-TransportRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-TransportRule.md @@ -81,6 +81,8 @@ The Identity parameter specifies the rule that you want to view. You can use any - Distinguished name (DN) - GUID +**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. + ```yaml Type: RuleIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-TransportServer.md b/exchange/exchange-ps/ExchangePowerShell/Get-TransportServer.md index 03fbc9ba82..00b8b33a69 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-TransportServer.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-TransportServer.md @@ -61,6 +61,8 @@ The Identity parameter specifies the Transport server that you want to view. You - Distinguished name (DN) - ExchangeLegacyDN +**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. + ```yaml Type: TransportServerIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-TransportService.md b/exchange/exchange-ps/ExchangePowerShell/Get-TransportService.md index dde404dc0d..165f2fa9e5 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-TransportService.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-TransportService.md @@ -61,6 +61,8 @@ The Identity parameter specifies the Mailbox server that hosts the Transport ser You can't use this parameter on an Edge Transport server. +**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. + ```yaml Type: TransportServerIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UMAutoAttendant.md b/exchange/exchange-ps/ExchangePowerShell/Get-UMAutoAttendant.md index 573e07b1cb..d9833949ec 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UMAutoAttendant.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UMAutoAttendant.md @@ -66,6 +66,8 @@ This examples displays all the UM auto attendants associated with the UM dial pl The Identity parameter specifies the identifier for the UM auto attendant that's being viewed. This is the directory object ID for the UM auto attendant. +**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. + ```yaml Type: UMAutoAttendantIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UMCallAnsweringRule.md b/exchange/exchange-ps/ExchangePowerShell/Get-UMCallAnsweringRule.md index bc5e76e829..64e7ecc883 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UMCallAnsweringRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UMCallAnsweringRule.md @@ -59,6 +59,8 @@ This example displays the properties of the call answering rule MyUMCallAnswerin The Identity parameter specifies the identifier for a call answering rule being viewed. +**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. + ```yaml Type: UMCallAnsweringRuleIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UMDialPlan.md b/exchange/exchange-ps/ExchangePowerShell/Get-UMDialPlan.md index c81063f4c2..6d60c505b0 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UMDialPlan.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UMDialPlan.md @@ -58,6 +58,8 @@ This example displays a formatted list of properties for the UM dial plan MyUMDi The Identity parameter specifies the UM dial plan ID. +**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. + ```yaml Type: UMDialPlanIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UMHuntGroup.md b/exchange/exchange-ps/ExchangePowerShell/Get-UMHuntGroup.md index 825cf9cf9b..2a4d2472f7 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UMHuntGroup.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UMHuntGroup.md @@ -66,6 +66,8 @@ This example displays all of the UM hunt groups associated with the UM dial plan The Identity parameter specifies the identifier for the UM hunt group being viewed. This is the directory object ID for the UM hunt group. +**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. + ```yaml Type: UMHuntGroupIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UMIPGateway.md b/exchange/exchange-ps/ExchangePowerShell/Get-UMIPGateway.md index 5efbaf5ed9..fe8ae69bba 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UMIPGateway.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UMIPGateway.md @@ -68,6 +68,8 @@ This example displays all the UM IP gateways including IP gateway simulators in The Identity parameter specifies the identifier for the UM IP gateway being viewed. This parameter is the directory object ID for the UM IP gateway. +**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. + ```yaml Type: UMIPGatewayIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UMMailbox.md b/exchange/exchange-ps/ExchangePowerShell/Get-UMMailbox.md index 67e9225252..4e457de98c 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UMMailbox.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UMMailbox.md @@ -87,6 +87,8 @@ The Identity parameter specifies the UM-enabled mailbox that you want to view. Y - SamAccountName - User ID or user principal name (UPN) +**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. + ```yaml Type: MailboxIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UMMailboxPin.md b/exchange/exchange-ps/ExchangePowerShell/Get-UMMailboxPin.md index ad7fbff753..85b4e18868 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UMMailboxPin.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UMMailboxPin.md @@ -74,6 +74,8 @@ The Identity parameter specifies the mailbox that you want to view. You can use - SamAccountName - User ID or user principal name (UPN) +**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. + ```yaml Type: MailboxIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UMMailboxPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Get-UMMailboxPolicy.md index 17e4fcbc3d..e4bcd94717 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UMMailboxPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UMMailboxPolicy.md @@ -66,6 +66,8 @@ This examples displays all the UM mailbox policies associated with the UM dial p The Identity parameter specifies the identifier for the UM mailbox policy being viewed. This is the directory object ID for the UM mailbox policy. +**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. + ```yaml Type: MailboxPolicyIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UMServer.md b/exchange/exchange-ps/ExchangePowerShell/Get-UMServer.md index 416a8f2674..46e2431600 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UMServer.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UMServer.md @@ -65,6 +65,8 @@ The Identity parameter specifies the Unified Messaging server that you want to v - Distinguished name (DN) - ExchangeLegacyDN +**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. + ```yaml Type: UMServerIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UMService.md b/exchange/exchange-ps/ExchangePowerShell/Get-UMService.md index 9089d7734c..91c21a45e7 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UMService.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UMService.md @@ -63,6 +63,8 @@ The Identity parameter specifies the Mailbox server that hosts the Unified Messa - ExchangeLegacyDN - GUID +**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. + ```yaml Type: UMServerIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UnifiedGroup.md b/exchange/exchange-ps/ExchangePowerShell/Get-UnifiedGroup.md index a6d99d02f5..e5f0207411 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UnifiedGroup.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UnifiedGroup.md @@ -118,6 +118,8 @@ The Identity parameter specifies the Microsoft 365 Group that you want to view. **Note**: You can use the DisplayName value to identify the Microsoft 365 Group, but the results aren't guaranteed to be unique. If you must return a singular and unique result, use a unique identifier for the Microsoft 365 Group. +**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. + ```yaml Type: UnifiedGroupIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UnifiedGroupLinks.md b/exchange/exchange-ps/ExchangePowerShell/Get-UnifiedGroupLinks.md index 889457c6de..13910388a2 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UnifiedGroupLinks.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UnifiedGroupLinks.md @@ -56,6 +56,8 @@ The Identity parameter specifies the Microsoft 365 Group that you want to view. - Email address - GUID +**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. + ```yaml Type: UnifiedGroupIdParameter Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-User.md b/exchange/exchange-ps/ExchangePowerShell/Get-User.md index ff8b416078..da4e00d977 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-User.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-User.md @@ -116,6 +116,8 @@ The Identity parameter specifies the user that you want to view. You can use any - Canonical DN - GUID +**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. + ```yaml Type: UserIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UserBriefingConfig.md b/exchange/exchange-ps/ExchangePowerShell/Get-UserBriefingConfig.md index 50b475fdc0..b7e68d4760 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UserBriefingConfig.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UserBriefingConfig.md @@ -57,6 +57,8 @@ This example returns the Briefing configuration for the user lila@contoso.com. The Identity parameter specifies the user that you want to view (for example, lila@contoso.com). +**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. + ```yaml Type: String Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-UserPhoto.md b/exchange/exchange-ps/ExchangePowerShell/Get-UserPhoto.md index 14e09ae227..351f7616d2 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-UserPhoto.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-UserPhoto.md @@ -97,6 +97,8 @@ The Identity parameter specifies the user account. You can use any value that un - SamAccountName - User ID or user principal name (UPN) +**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. + ```yaml Type: MailboxIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-VivaInsightsSettings.md b/exchange/exchange-ps/ExchangePowerShell/Get-VivaInsightsSettings.md index 6a0a7132cf..c17b44dff0 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-VivaInsightsSettings.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-VivaInsightsSettings.md @@ -64,6 +64,8 @@ This example shows the configuration of Microsoft Viva Insights in Microsoft Tea The Identity parameter specifies the user that you want to view. You identify the user by their User Principal Name (UPN) (for example, roy@contoso.onmicrosoft.com). +**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. + ```yaml Type: String Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-VivaModuleFeatureEnablement.md b/exchange/exchange-ps/ExchangePowerShell/Get-VivaModuleFeatureEnablement.md index b4bfc24316..6f2883b200 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-VivaModuleFeatureEnablement.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-VivaModuleFeatureEnablement.md @@ -94,6 +94,8 @@ The Identity parameter specifies the user principal name (UPN) of the user or th [Mail-enabled Microsoft Entra groups](https://docs.microsoft.com/graph/api/resources/groups-overview#group-types-in-azure-ad-and-microsoft-graph) are supported. +**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. + ```yaml Type: String Parameter Sets: (All) diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-WebServicesVirtualDirectory.md b/exchange/exchange-ps/ExchangePowerShell/Get-WebServicesVirtualDirectory.md index 9d9c09075b..26f2aeca19 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-WebServicesVirtualDirectory.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-WebServicesVirtualDirectory.md @@ -85,6 +85,8 @@ The Name value uses the syntax `"VirtualDirectoryName (WebsiteName)"` from the p You can't use the Identity and Server parameters in the same command. +**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. + ```yaml Type: VirtualDirectoryIdParameter Parameter Sets: Identity diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-X400AuthoritativeDomain.md b/exchange/exchange-ps/ExchangePowerShell/Get-X400AuthoritativeDomain.md index c236807d50..c8807947da 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-X400AuthoritativeDomain.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-X400AuthoritativeDomain.md @@ -47,6 +47,8 @@ This example displays detailed information about the X.400 authoritative domain The Identity parameter specifies a string value for the X.400 authoritative domain. Enter either the GUID or the name of the remote domain. +**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. + ```yaml Type: X400AuthoritativeDomainIdParameter Parameter Sets: (All)