Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 723 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 723 Bytes

CEM-Powershell-RestAPI-Scripts

Citrix Endpoint Management RestAPI Powershell scripts to managing or editing apps, devices or objects.

Getting Started

The PS scripts can be perform locally.

Prerequisites

A user with enough permission is required, you can use the administrator account or create a new user, e.g. called "restapi", and assign enough permissions to use restapi.

Running the scripts

CEM-Enable-APNS-HTTP2.ps1

This powershell script enables the APNS HTTP2 requirements per server property. You will be prompted to enter your password.

CEM-Enable-APNS-HTTP2.ps1  -hostname “xenmobile.company.com” -username "restapi"

Cheers, Daniel Weppeler