Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Citrix Certified

Archive for the ‘Computer’ Category

XenDesktop 5 Provisioning firewall ports

Monday, August 15th, 2011 Posted in Citrix | No Comments »

The following ports need to be open from the VDI to the Provision servers. UDP 69 UDP 6905-6930 UDP 4011 TCP 54321-54322 TCP 10802-10803

Citrix VDI Xendesktop Ekspert

Thursday, July 28th, 2011 Posted in Citrix | No Comments »

Jeg er blevet certificeret i Citrix XenDesktop, samtidig med at jeg har sat et komplet redudant Citrix Xendesktop miljø op. Citrix Xendesktop tilbyder dig en hosted desktop løsning, der hvor Citrix Xendesktop virkelig kommer til udtryk er hvis i f.eks. i ...

Citrix Xendesktop enable logging on VDI machines

Wednesday, June 22nd, 2011 Posted in Citrix | No Comments »

1.     Create a new directory called e:\vdilogging\. The Network and Local service accounts need to have write access to this folder. If you using vdisk in standard mode, remember to save it on locally harddrive. 2.     Go to c:\Program Files\Citrix\Virtual Desktop Agent\ 3.     ...

Limit SQL Server maximum memory SQL instance

Thursday, June 16th, 2011 Posted in MSSQL | No Comments »

Start SQL Server Management Studio Connect to you SQL server instance Start a "New Query" And then put this into you SQLQuery1.sql window sp_configure ‘show advanced options’,1 reconfigure with override go sp_configure ‘max server memory’, 4096 reconfigure with override go Then push the execute buttom, this ...

Limit SQL Server maximum memory SQL of WSUS

Thursday, June 16th, 2011 Posted in MSSQL | No Comments »

Start SQL Server Management Studio Connect to \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query Start a "New Query" And then put this into you SQLQuery1.sql window sp_configure ‘show advanced options’,1 reconfigure with override go sp_configure ‘max server memory’, 256 reconfigure with override go Then push the execute buttom, this will limit you SQL of WSUS to ...

TMG and Internet Explorer 9 – file:///C:/Program%20Files/Microsoft%20Forefront%20Threat%20Management%20Gateway/UI_HTMLs/Generic.htm?guid=

Tuesday, May 31st, 2011 Posted in Exchange, Windows | No Comments »

Hello If you have Internet Explorer 9 and TMG / UAG installed on the same machine you need to apply this patch, else you will get: file:///C:/Program%20Files/Microsoft%20Forefront%20Threat%20Management%20Gateway/UI_HTMLs/Generic.htm?guid=%7B1FC3773B-C941-450C-BA39-224904EFD093%7D * Open "C:\Program Files\Microsoft Forefront Threat Management Gateway\UI_HTMLs\TabsHandler\TabsHandler.htc" Search for the 3 lines which contain "paddingTop", and ...

Windows cannot print due to a problem with the current printer setup

Tuesday, May 24th, 2011 Posted in Citrix, Windows | No Comments »

I have this error on my Citrix servers, where one user cannot print to one printers, while others user could. "Windows cannot print due to a problem with the current printer setup" The Danish error: windows kan ikke udskrive pga. problemer med den ...

Get list of installed programs from dead disk ubuntu debian

Tuesday, May 24th, 2011 Posted in Debian | No Comments »

If you have a dead installation, some will not boot you can use this commands, to get the list of installed programs. grep -B 1 \ "^Status: install ok installed$" /media/recovery2/var/lib/dpkg/status | \ awk '/^Package:.*$/{print $2"\t\tinstall"}' | \ sort > package.list And this command to ...

Get all mailboxes that have this domain in there primary email address

Wednesday, May 11th, 2011 Posted in Exchange | No Comments »

GET-MAILBOX * | where { $_.PrimarySMTPAddress.Domain -eq 'kennethdalbjerg.dk' }

Roles to be installed before Exchange 2010 SP1

Friday, April 29th, 2011 Posted in Exchange, Windows | 1 Comment »

Start powershell and run import-module servermanager Then run Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart