Skip to content

Commit 823fae6

Browse files
Merge pull request #265596 from halkazwini/nw-capture-ps
Tweaks
2 parents d4e259a + 1a6f003 commit 823fae6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/network-watcher/network-watcher-packet-capture-manage-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: network-watcher
88
ms.topic: how-to
9-
ms.date: 01/31/2024
9+
ms.date: 02/07/2024
1010
ms.custom: devx-track-azurepowershell
1111
#CustomerIntent: As an administrator, I want to capture IP packets to and from a virtual machine (VM) so I can review and analyze the data to help diagnose and solve network problems.
1212
---
@@ -136,7 +136,7 @@ The following output is an example of the output from the `Get-AzNetworkWatcherP
136136

137137
```output
138138
ProvisioningState Name Target BytesToCapturePerPacket TotalBytesPerSession TimeLimitInSeconds
139-
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
139+
----------------- ---- ------ ----------------------- -------------------- ------------------
140140
Succeeded myVM_1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM 0 1073741824 18000
141141
```
142142

@@ -176,4 +176,4 @@ Remove-AzNetworkWatcherPacketCapture -Location 'eastus' -PacketCaptureName 'myVM
176176
## Related content
177177

178178
- To learn how to automate packet captures with virtual machine alerts, see [Create an alert triggered packet capture](network-watcher-alert-triggered-packet-capture.md).
179-
- To determine whether specific traffic is allowed in or out of a virtual machine, see [Diagnose a virtual machine network traffic filter problem](diagnose-vm-network-traffic-filtering-problem.md).
179+
- To learn how to analyze a Network Watcher packet capture file using Wireshark, see [Inspect and analyze Network Watcher packet capture files](packet-capture-inspect.md).

0 commit comments

Comments
 (0)