Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Citrix Certified

Archive for the ‘Computer’ Category

Failed to import the OVF Package. Xenserver / Xenconvert

Friday, February 3rd, 2012 Posted in Citrix | No Comments »

I have a problem converting a VHD to a virtual machine to an Xenserver. When lokking at the logs i got this: Failed to import the OVF Package. It was because my Default Storage was fill. When change the Default storage at my ...

Citrix XenDesktop (5) VDI network Ports TCP / UDP

Tuesday, January 24th, 2012 Posted in Citrix | No Comments »

From / TO Ports User machine / Web Interface tcp/80 User machine / VDI tcp/1494 tcp/3389

Cisco ASA get Site 2 Site VPN PSK – decrypt PSK S2S VPN

Monday, January 23rd, 2012 Posted in Cisco | No Comments »

If you only see asterisks, in the ASA configuration of you ASA when you want to find the PSK of a Site2Site (S2S)VPN, you can type this command: more system:/running-config then it will show the PSK in clear text.

Gratisdns – Dårlig kundeservice.

Wednesday, December 28th, 2011 Posted in Computer, MIG | No Comments »

Jeg har igennem en kunde, skulle flytte nogle .com domæner væk fra GratisDNS, jeg har så ændret min mail adresse osv, så det hele stod i mit navn, herefter har jeg bedt om at for tilsendt auth koderne (Hvilket man ...

Get number of all desktops in Citrx Xendesktop with powershell in all desktop groups

Thursday, October 27th, 2011 Posted in Powershell, Programmering | No Comments »

To get sum of all desktops in the Citrix Xendesktop (5) farm, just run this commands: Asnp Citrix.* Get-BrokerDesktopGroup | measure-object -property TotalDesktops -sum | select sum

Remove-RoutingGroupConnector – The operation couldn’t be performed because ‘rg-exchange’ matches multiple entries.

Wednesday, September 28th, 2011 Posted in Exchange, Powershell | No Comments »

I have this problems that i could delete a routinggroup between an old Exchange 2003 and a new Exchange 2010. When i type Get-RoutingGroupConnector Name ...

Backup msSQL server – Operating system error 5(error not found).

Monday, September 19th, 2011 Posted in Ahsay, MSSQL | No Comments »

If you want to take a backup from Microsoft SQL Server management Studio, and get this error: Operating system error 5(error not found), then the problems is that the user running SQL Server services dosen't have access to the destanation ...

Ahsay restore Microsoft SQL (MSSQL) server database

Wednesday, September 14th, 2011 Posted in Ahsay, MSSQL, Windows | No Comments »

If you want to restore a Microsoft SQL database, from a fuld backup, and put some transaction log file into it.  (This backup has backup by ahsay) This is the why to do it: Start Microsoft SQL Server Management Studio Right click on ...

Microsoft Exchange 2010 – Ahsay restore to recovery mailbox database / storage group.

Friday, September 9th, 2011 Posted in Ahsay | No Comments »

Ahsay have no support for native restore to Exchange recovery group, but here is a workaround of that problems. First create a recovery storagegroup New-MailboxDatabase -Recovery -Name RDB1 -Server exch2010 -EdbFilePath "F:\Backup\Restore\Data\rdb1.edb" -LogFolderPath "F:\Backup\Restore\Log" Where RDB1 is the name of the Recovery database ...

Disable password complexity password policy

Monday, September 5th, 2011 Posted in Windows | No Comments »

Logon to you Domain Controller, and start Group Policy Manager. Right click on you "Default Domain Policy" and press edit Go to Computer Configuration -Policies -> Windows Settings -> Security Settings -> Account Policy -> Password Policy And set all settings to 0 ...