May 162013
 

If you would like to automate the installation of your AppSense DesktopNow server(s), here is how to do it with PowerShell!

Start by downloading AppSense DesktopNow from myAppSense and extract it on your fileserver to a folder named “DesktopNow”.

Alter the values in the script below, save it as a ps1 file and you should be good to go.
Continue reading »

Jun 272011
 

In an environment based on provisioned servers and desktops, I personally believe it’s best practice to keep your vDisk (image) as clean as possible, so that also means leaving the printer drivers out and installing them afterwards.

Printer drivers can be installed unattended (at boot time) and this has several big advantages:
- You can exclude a certain printer driver from being installed for troubleshooting purposes.
- Replacing or deinstalling a printer driver was never easier because you are not actually deinstalling: By excluding a certain driver, the driver was simply never there. No more leftover driver files.

Let me show you how… Continue reading »