PowerShellEmpire / PowerTools

PowerTools is a collection of PowerShell projects with a focus on offensive operations.
Other
2.05k stars 811 forks source link

Invoke-Netview Ping Issue #10

Closed macubergeek closed 9 years ago

macubergeek commented 9 years ago

When invoked with the -Ping flag I get error: Invoke-Netview : A parameter cannot be found that matches parameter name 'Ping' At line:1 char:16

HarmJ0y commented 9 years ago

The -Ping option was taken out a few releases ago- machines are now pinged by default, with the -NoPing option available in case you want to turn this behavior off.