GithubHelp home page GithubHelp logo

pwbrumz's Introduction

A PowerShell script to manage all your windows servers.

What is pwbrumz?

pwbrumz is a tool written in PowerShell that allows you to launch ready-made modules (or build your own) on your Windows servers. It is useful for updating a fleet of Windows servers and allows the use of already functional modules to save your time.

You just need to clone the repository and have powershell on the machine for it to work. It is still necessary to have an administrator account, because the authentication is done by the Kerberos protocol. No authentication is stored, this is why you will have to authenticate each time you want to launch a module on your servers.

For more informations, you can consult the documentation located in /doc.

Setup

You can now use pwbrumz with this command:

git clone https://github.com/devbosch/pwbrumz

Quick start

Launch the "hello_world" module on a single server :

powershell.exe main.ps1 -s myserv -m hello_world

Run "hello_world" module on multiple windows servers from config/servers.txt (or whatever name) :

powershell.exe main.ps1 -f servers.txt -m hello_world

Get some informations about specific module :

powershell.exe main.ps1 -d hello_world

List all available modules : You can find every modules in /modules and even create your own modules !

powershell.exe main.ps1 -modules

pwbrumz's People

Contributors

0xbochi avatar

Stargazers

Cyril Deva avatar Shira avatar Guillaume avatar

Watchers

 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.