GithubHelp home page GithubHelp logo

marvingerstner / server-eye-helpers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from server-eye/helpers

0.0 1.0 0.0 764 KB

A bunch of helper scripts for working with Server-Eye APIs

PowerShell 100.00%

server-eye-helpers's Introduction

THIS REPO IS DEPRECATED AND ARCHIVED.

Server-Eye/helpers

This is the Server-Eye Powershell repository.

These script offer additional functions not present in the Server-Eye web interface.

Helper Scripts

Most scripts in this repository require the Server-Eye Powershell Helper module. It must be installed first.

PowerShell 5 or higher

Install-Module -Name ServerEye.Powershell.Helper -Scope CurrentUser

PowerShell 3 + 4

We strongly recommend upgrading to PowerShell 5.

If upgrading to PowerShell 5 is not an option, you can install the module management system separately at http://go.microsoft.com/fwlink/?LinkID=746217.

You can then use the same Install-Module cmdlet.

Install-Module -Name ServerEye.Powershell.Helper -Scope CurrentUser

PowerShell 1 + 2

These versions are not supported.

Output as Excel

Previous version of our scripts created Excel sheets as output. Our new scripts output more flexible PowerShell objects. To generate an Excel sheet you should use the PowerShell Module ImportExcel.

Example

# You only need to install the module once.
Install-Module -Name ImportExcel -Scope CurrentUser

# Show all sensors without a notification and save the result as Excel sheet
Connect-SESession | SensorsOfCustomersWithoutNotifications.ps1 | Export-Excel -Path "noNotification.xslx" -Show

Support

We provide these scripts as-is. We cannot guarantee that the scripts will work for you. For more information please contact our support.

Known issues

All functions in this namespace require an internet connection to https://api.server-eye.de To run these functions, open Internet Explorer at least once and navigate to https://api.server-eye.de. If that works, the provided functions should work aswell.

server-eye-helpers's People

Contributors

renethulke avatar andykits avatar andykleinse avatar stefaniesander avatar se-patrickh 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.