NetDev-Status
1.0
Creates a status report of Network Devices.
This script will:
Generate a HTML or CSV status report from a configurable list of network devices.
Please note: to send a log file 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
$cr
This script will:
Generate a HTML or CSV status report from a configurable list of network devices.
Please note: to send a log file 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
$cr
Creates a status report of Network Devices.
This script will:
Generate a HTML or CSV status report from a configurable list of network devices.
Please note: to send a log file 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
This script will:
Generate a HTML or CSV status report from a configurable list of network devices.
Please note: to send a log file 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 twitter.com/digressive
Tags
Network Device Status Report Monitor
Dependencies
This script has no dependencies.
FileList
- NetDev-Status.nuspec
- NetDev-Status.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
2.0 | 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 (current version) | 77 | 6/14/2018 |