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
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

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name NetDev-Status

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Version History

Version Downloads Last updated
2.0 (current version) 169 10/2/2019
1.2.1 37 9/6/2019
1.2 21 9/4/2019
1.1 53 2/23/2019
1.0 74 6/14/2018