NetCmdLets para Powershell

Powershell es apasionante, nos permite hacer verdaderas maravillas desde la línea de comando, pero además es muy extensible, disponemos de un SDK que nos permite crear nuestros propios comandos usando .Net.


Una empresa llamada nsoftware está desarrollando un conjunto de comandos o cmdlets que nos permiten realizar acciones relacionadas con las redes desde la línea de comandos, por ejemplo mandar un mail o un sms, ver un contador SNMP, ver información de un RSS y un sinfín de cosas más.


CmdLets:



  • [get/send]-email : Send HTML emails with file attachments. Retrieve email through POP or IMAP connectivity.
  • [get/send]-trap : Monitor and send SNMP Traps.
  • [get/set]-ftp : FTP file transfer capabilities with advanced proxy and firewall support.
  • [get/set]-ldap : Access Active Directory or OpenLDAP servers through LDAP directory access
  • [get/set]-snmp : Command-line SNMP Management capabilities. Manage network devices directly from PowerShell.
  • [get/send]-nntp : Command-line newsgroup browsing. Monitor newsgroup postings and post messages to newgroup servers directly from PowerShell.
  • [send]-syslog : Syslog client for LAN event monitoring.
  • [get/set]-tftp : TFTP file transfer Cmdlet.
  • [convert]-data : Encoding and decoding utilities including Base64, SHA1, MD5, BinHex, and more.
  • [read/write]-zip : Compressions and decompression Cmdlet supporting Zip, Tar, GZip, and Jar.
  • [get/set]-webdav : WebDav client Cmdlet.
  • [get]-http : Web client Cmdlet with advanced proxy and firewall capabilities.
  • [get]-packet : Monitor network interface traffic.
  • [get]-time : Access network time servers and synchronize machine clocks.
  • [get]-rss : RSS client Cmdlet enables retrieval of RSS Syndicated content.
  • [get]-whois : Domain name Whois lookup.
  • [send]-im : Send Jabber(XMPP) Instant messages.
  • [send]-rexec : Remote execution via Rexec
  • [send]-rshell : Remote execution via Rshell
  • [send]-sms : Send SMS(SMPP) instant messages
  • [send]-page : Send alphanumeric pages (SNPP).
  • [send]-ssh : Secure Shell enabled remote access Cmdlet
  • [send]-ping : Network ping capability to monitor device availability.
  • [get]-trace : Traceroute Cmdlet for determining the path of network packets between hosts.
  • [get/set]-ras : Cmdlets for RAS connectivity.

nSoftware: http://www.nsoftware.com/powershell/


 

Deja un comentario

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *