Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
/ helpers Public archive

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

Notifications You must be signed in to change notification settings

Server-Eye/helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages