NetDev-Status
2.0
This script will generate a status report of a configurable list of network devices.
The report can be in HTML or CSV file formats, emailed or sent to Microsoft Teams via webhook.
It can be run in 'monitor' mode and continuiously generate a report, or as a single one shot.
Please note to send the report using ssl and an SMTP password you must generate an encrypted
The report can be in HTML or CSV file formats, emailed or sent to Microsoft Teams via webhook.
It can be run in 'monitor' mode and continuiously generate a report, or as a single one shot.
Please note to send the report using ssl and an SMTP password you must generate an encrypted
This script will generate a status report of a configurable list of network devices.
The report can be in HTML or CSV file formats, emailed or sent to Microsoft Teams via webhook.
It can be run in 'monitor' mode and continuiously generate a report, or as a single one shot.
Please note to send the report using ssl and an SMTP password you must generate an encrypted
password file. The password file is unique to both the user and machine.
The command is as follows:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content c:\foo\ps-script-pwd.txt
Show more
The report can be in HTML or CSV file formats, emailed or sent to Microsoft Teams via webhook.
It can be run in 'monitor' mode and continuiously generate a report, or as a single one shot.
Please note to send the report using ssl and an SMTP password you must generate an encrypted
password file. The password file is unique to both the user and machine.
The command is as follows:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content c:\foo\ps-script-pwd.txt
Installation Options
Owners
Copyright
(C) Mike Galvin. All rights reserved.
Package Details
Author(s)
- Mike Galvin Contact: mike@gal.vin twitter.com/mikegalvin_
Tags
Network Device Status Report Monitor Teams CSV HTML Email
Dependencies
This script has no dependencies.
FileList
- NetDev-Status.nuspec
- NetDev-Status.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
2.0 (current version) | 188 | 10/2/2019 |
1.2.1 | 40 | 9/6/2019 |
1.2 | 24 | 9/4/2019 |
1.1 | 56 | 2/23/2019 |
1.0 | 77 | 6/14/2018 |