Giter VIP home page Giter VIP logo

psenbrea's Introduction

ENBREA PowerShell Module

PowerShell Gallery - PsEnbrea Minimum Supported PowerShell Version Minimum Supported PowerShell Version

Einführung

PsEnbrea ist ein PowerShell-Modul zur Orchestrierung von Datenimporten nach ENBREA bzw. Datenexporten aus ENBREA.

Systemvoraussetzungen

PsEnbrea läuft unter Microsoft PowerShell 7 und PowerShell 5.1. Eine kurze Einführung in PowerShell 7 (inklusive Abgrenzung zu Microsoft PowerShell 5.1) findet sich in folgendem Blog-Artikel.

PowerShell 7

PowerShell 7 ist nicht Bestandteil von Windows, muss also explizit installiert werden:

  1. Lade die aktuelle Windows-Version von PowerShell 7 auf GitHub herunter. In der Regel wird dies das MSI-Paket für Windows 64bit sein (z.B. PowerShell-7.2.4-win-x64.msi).

  2. Starte das MSI-Paket auf Deinem Computer und folge den Anweisungen.

Die Ausführung von PowerShell-Skripten unter Windows 10 ist standardmäßig nicht erlaubt. Dies kann man als Administrator jedoch ändern:

  1. Starte PowerShell als Administrator: Start > PowerShell > PowerShell 7 (x64)

  2. Tippe Set-ExecutionPolicy -ExecutionPolicy RemoteSigned ein und bestätige.

Mehr Infos zum Cmdlet Set-ExecutionPolicy findest Du in der Microsoft-Dokumentation.

Microsoft PowerShell 5.1

PowerShell 5 ist ab Windows 2016 bzw. ab Windows 10 bereits vorinstalliert, für ältere Windows-Systeme (Windows 7 Service Pack 1, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2) muss das Windows Management Framework 5.1 installiert werden:

  1. Installiere die .NET Framework Runtime (4.5 oder höher): https://dotnet.microsoft.com/download

  2. Installiere das Windows Management Framework 5.1 (enthält Microsoft PowerShell 5.1): https://www.microsoft.com/en-us/download/details.aspx?id=54616

Die Ausführung von PowerShell-Skripten unter Windows 10 ist standardmäßig nicht erlaubt. Dies kann man als Administrator jedoch ändern:

  1. Starte PowerShell als Administrator: Start > Windows PowerShell > Windows PowerShell

  2. Tippe Set-ExecutionPolicy -ExecutionPolicy RemoteSigned ein und bestätige.

Mehr Infos zum Cmdlet Set-ExecutionPolicy findest Du in der Microsoft-Dokumentation.

PsEnbrea installieren

Vorgehensweise:

  1. Starte PowerShell (Microsoft PowerShell 7 oder PowerShell 5.1)

  2. Tippe Install-Module PsEnbrea ein und bestätige.

PsEnbrea aktualisieren

Vorgehensweise:

  1. Starte PowerShell (Microsoft PowerShell 7 oder PowerShell 5.1)

  2. Tippe Update-Module PsEnbrea ein und bestätige.

Überprüfen, welche Version von PsEnbrea installiert ist

Vorgehensweise:

  1. Starte PowerShell (Microsoft PowerShell 7 oder PowerShell 5.1)

  2. Tippe Get-InstalledModule PsEnbrea ein und bestätige.

Dokumentation

Die Dokumentation der Cmdlets findest Du im GitHub-Wiki.

Kann ich mithelfen?

Ja, sehr gerne. Der beste Weg mitzuhelfen ist es, den Quellcode auszuprobieren, Rückmeldung per Issue-Tracker zu geben und/oder eigene Pull-Requests zu generieren. Oder schreibe uns einfach eine E-Mail unter [email protected].

psenbrea's People

Contributors

fstueber avatar

Watchers

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