Git Product home page Git Product logo

xenmobileshell's Introduction

XenMobileShell

The XenMobileShell is a PowerShell module that allows easy use of the XenMobile Server API

########################################### INSTALLATION ###################################################

You can use the module by importing it using import-module, or by copying it to:

C:\Windows\System32\WindowsPowerShell\v1.0\Modules\XenMobileShell

If you have git installed, create a folder in pull in the file through GIT.

########################################## REQUIREMENTS ###################################################

This is written for PowerShell 5.0 and above. So, if your version of PowerShell is older, please upgrade it. (it's free!)

While I have not extensively tested this, it does appear to work on the opensource PowerShell on macOS as well. (make sure you update openssl using homebrew).

You will need a username and password of a user with access to the API. API access is controlled throuhg RBAC.

The PC you are running the module on will need to connnect to the rest API on the XMS server which typically runs on port 4443. The module defaults to this port, however you can override it should that be needed.

########################################## DISCLAIMER ####################################################

Citrix will not provide any support for this module whatsoever, so don't contact Citrix support. I also don't provide support. Help information is provided with each command.

########################################## USAGE ##########################################################

get-command xm # will list all commands available in the module get-help # will show help information for each command

start with new-xmsession -user -password -server # this will setup a session. get-xmdevice # this will list the first 1000 devices.

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.