Quick Support

Für den Fernsupport von nicht verwalteten Geräten verwenden wir die sichere und schnelle Support-Software von AnyDesk.

Sie können unseren angepassten Client für Windows, MacOS und Linux unten herunterladen.

Windows Quicksupport
MacOS Quicksupport
Linux 64-Bit Quicksupport
Skip to content

WorxApps Release v10.2.0 Exclusion List

Citrix has released a new MDX version!
iOS has been released on Sep 8, 2015, the Android Version on Oct 6, 2015

As soon as you upload the new Version to you existing packages it doesn’t overwrite some attributes like the exception lists which is getting changed from time to time. Means your user could miss features like starting an facetime-audio call directly from WorxMail.
That’s why it does make sense to upload each app as a new App, copy out the exceptions and then update the existing Apps with the new Version putting in the copied information.
However, this list contains the exclusions for the new v10.2.0 apps and does may save some time for you

Happy copy&pasting!

Mehr Lesen

ShareFile Reset Script v2

Here is V2 of the script, it does reset now the following things: User Accounts StorageZones Appearance Settings SSO Settings The Script is available here: Blog-Reset-Sharefile #Workdir #This is where the Script and all Credentials are stored $workDir = "D:\CloudStation\Scripts\ShareFileReset"…

Mehr Lesen

XenServer VM Export Script on Powershell

Hi all,

I was unable to find an existing script which does simply export all user created VMs and templates to xva files named like the VM.
It uses the commandline executable of XenCenter as I’m not able to install the PowerShell Extension everywhere

Powershell VM-Export

Hint: If you want to increase data throughput, convert compress=true to false at costs of your storage

# XenServer VM-Export
# Author: Mauricio Schäpers
# Description: Exports all vms into a given directory


$xeserver = "192.168.0.1s"
$xeuser = "root"
$xepw = "s3cr3tP@55w0rd"
$xvadir = "D:\ExportFolder"


#Check where xencenter is installed
$xecmd = "c:\program files (x86)\citrix\xencenter\xe.exe"
if (!(Test-Path $xecmd)) { $xecmd = "c:\program files\citrix\xencenter\xe.exe"}

Mehr Lesen
An den Anfang scrollen