GithubHelp home page GithubHelp logo

psal's Introduction

PSAL PowerShell Abstraction Layer

Build status

Using the abstraction layer is easy. Once the module is imported, you can begin to create abstracted commands and functions.

For Example: Import-Module PSAL

New-Abstraction "Invoke-Command"

Invoke-CommandAbstraction -ComputerName "TestServer" -FilePath .\SomeScript.ps1

Immediatly the abstraction layer is turned off, so the above script will do nothing on the "TestServer" machine. To turn on the abstraction layer simply call the Enable-AbstractionLayer function.

Enable-AbstractionLayer

You can also call the Set-AbstractionLayer with the -Enable switch.

Set-AbstractionLayer -Enable

To turn the abstraction layer back off, you can call the Disable-AbstractionLayer function.

Disable-AbstractionLayer

You can also call the Set-AbstractionLayer without the -Enable switch.

Set-AbstractionLayer

If you're ever curious if the abstraction layer is on or off, you can call the Test-PSALStatus function. it returns true if the abstraction layer is active and false otherwise.

It's that simple to abstract critical cmdlets and functions within your scripts.

psal's People

Contributors

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