Skip to content

Commit e02ef1f

Browse files
authored
Update Get-AzNetworkWatcherPacketCapture.md
1 parent 4c84482 commit e02ef1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Network/Network/help/Get-AzNetworkWatcherPacketCapture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ Get-AzNetworkWatcherPacketCapture -NetworkWatcher $networkWatcher -PacketCapture
5252
In this example we create a packet capture named "PacketCaptureTest" with multiple filters and a time limit. Once the session is complete, it will be saved to the specified storage account.
5353
We then call Get-AzNetworkWatcherPacketCapture to retrieve the status of the capture session.
5454
Note: The Azure Network Watcher extension must be installed on the target virtual machine to create packet captures.
55+
5556
>[!NOTE]
56-
>If you create a reference to the packetcapture directly from the New-AzNetworkWatcherPacketCapture command, it won't have all the properties. By make a call to Get-AzNetworkWatcherPacketCapture, you will get all the object's properties.
57+
>If you create a reference to the packet capture directly from the New-AzNetworkWatcherPacketCapture command, it won't have all the properties. You can get all of the properties of the packet capture by making a call to the Get-AzNetworkWatcherPacketCapture command.
5758
5859
### Example 2: Create a Packet Capture with multiple filters and retrieve its status
5960
```

0 commit comments

Comments
 (0)