You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/mail-flow/Get-MessageTrace.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,8 @@ The Status parameter filters the results by the delivery status of the message.
236
236
237
237
- None: The message has no delivery status because it was rejected or redirected to a different recipient.
238
238
239
+
- GettingStatus: The message is waiting for status update.
240
+
239
241
- Failed: Message delivery was attempted and it failed or the message was filtered as spam or malware, or by transport rules.
240
242
241
243
- Pending: Message delivery is underway or was deferred and is being retried.
@@ -244,6 +246,10 @@ The Status parameter filters the results by the delivery status of the message.
244
246
245
247
- Expanded: There was no message delivery because the message was addressed to a distribution group and the membership of the distribution was expanded.
@@ -29,7 +30,7 @@ If you main OS is Windows 10, or if you have [PowerShellGet](https://github.com/
29
30
30
31
### Setup files
31
32
32
-
You can download setup files from the [releases](https://github.com/sharepoint/pnp-powershell/releases) section of the PnP PowerShell repository. These files will up be updated on a monthly basis. Run the install and restart any open instances of PowerShell to use the cmdlets.
33
+
You can download setup files from the [releases](https://github.com/pnp/pnp-powershell/releases) section of the PnP PowerShell repository. These files will up be updated on a monthly basis. Run the install and restart any open instances of PowerShell to use the cmdlets.
33
34
34
35
### Installation script
35
36
@@ -38,12 +39,12 @@ This is an alternative for installation on machines that have at least PowerShel
38
39
To install the cmdlets you can run the below command which will install PowerShell Package Management and then install the PowerShell Modules from the PowerShell Gallery.
Every month a new release will be made available of the PnP PowerShell Cmdlets. If you earlier installed the cmdlets using the setup file, simply download the [latest version](https://github.com/SharePoint/PnP-PowerShell/releases/latest) and run the setup. This will update your existing installation.
47
+
Every month a new release will be made available of the PnP PowerShell Cmdlets. If you earlier installed the cmdlets using the setup file, simply download the [latest version](https://github.com/pnp/PnP-PowerShell/releases/latest) and run the setup. This will update your existing installation.
47
48
48
49
If you have installed the cmdlets using PowerShellGet with `Install-Module` from the PowerShell Gallery then you will be able to use the following command to install the latest updated version:
49
50
@@ -87,7 +88,7 @@ At the following links you will find a few videos on how to get started with the
87
88
88
89
### Setting up credentials
89
90
90
-
See this [wiki page](https://github.com/SharePoint/PnP-PowerShell/wiki/How-to-use-the-Windows-Credential-Manager-to-ease-authentication-with-PnP-PowerShell) for more information on how to use the Windows Credential Manager to setup credentials that you can use in unattended scripts
91
+
See this [wiki page](https://github.com/pnp/PnP-PowerShell/wiki/How-to-use-the-Windows-Credential-Manager-to-ease-authentication-with-PnP-PowerShell) for more information on how to use the Windows Credential Manager to setup credentials that you can use in unattended scripts
The command shown in Example 2 created the IP address '192.168.0.2' with no description. The IP address is in IPv4 format, and the maskbits is set to 24.
49
+
The command shown in Example 2 created the IP address '192.168.2.0' with no description. The IP address is in IPv4 format, and the maskbits is set to 24.
50
50
51
51
IPv4 format IP address accepts maskbits from 0 to 32 inclusive.
0 commit comments