Skip to content

A collection of Powershell functions that can be ran against an Automate agent to perform Network Probe related tasks.

License

Notifications You must be signed in to change notification settings

MartynKeigher/CWA-NetworkProbe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CWA-NetworkProbe

Example usage:

"%windir%\system32\WindowsPowerShell\v1.0\powershell.exe" "(new-object Net.WebClient).DownloadString('https://bit.ly/CWANetProbe') | iex; Get-DeviceCount "

Or, if you get an SSL conectivity warning...

"%windir%\system32\WindowsPowerShell\v1.0\powershell.exe" "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;(new-object Net.WebClient).DownloadString('https://bit.ly/CWANetProbe') | iex; Get-DeviceCount "

TODO: Write about what this does and how it can be leveraged.

About

A collection of Powershell functions that can be ran against an Automate agent to perform Network Probe related tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages