Giter VIP home page Giter VIP logo

powershell's Introduction

PowerShell

Voici tous les script powershell que j'ai ecrit pour differentes utilisations

Sommaire

1 - Script permettant d'envoyer des mails

a ) Description du script

Ce script permet d'envoyer des mails avec un script powershell, très utile en scripting pour envoyer un rapport ou autres messages important. Ce script s'adapte théoriquement à tous serveur smtp, de plus le script est conçu pour utiliser le SSL, ce qui permet de chiffrer les échanges mail. Le support html permet une mise en forme du message. Il respecte les normes html, on peut y inclure aussi css.

Etat du script: Dévéloppement terminé

b ) L'execution du script

Le script s'execute avec des arguments, qui sont:

  • L'objet du mail
  • Contenue du mail
  • Destinataire(s) du mail

Voici la systaxe d'execution du script

powershell sendMail.ps1 <Object du mail> <Message en html/css> <destinataire 1> <destinataire 2> ... <destinataire n>

c ) Téléchargement du script

Lien du script : sendMail.ps1

powershell's People

Contributors

yoyo1637 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.