Get SQL Collation and Version
SQL Query: SELECT @@version as 'server version' Select SERVERPROPERTY('COLLATION') as 'server collation'
SQL Query: SELECT @@version as 'server version' Select SERVERPROPERTY('COLLATION') as 'server collation'
Get-Mailbox -id KennethDalbjerg | select-expand EmailAddresses | %{$_.SmtpAddress}
Today i have to create a GPO with a shortcut to an already mapped network drive. Both the Shortcut and the mapped Network drive is created by GPO. The mapped…
Today i have installed the programs PDF Creator on a Terminal servers, Windows 2008 R2. But it will only run under the administrators account. Some search for errors lead me…
For personale use only, use this programs: http://kennethdalbjerg.dk/wp-content/uploads/2012/02/siw-setup.exe With this programs you can get the Serial key from you installed Windows 7 or Office 2010: http://kennethdalbjerg.dk/wp-content/uploads/2012/02/produkey.zip The product is code…
Today i got this when i was trying to start a VDI on my Xenceter. This operation cannot be performed because the specified VDI could not be found on the…
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…
From / TO Ports User machine / Web Interface tcp/80 User machine / VDI tcp/1494 tcp/3389
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
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 SourceRoutingGroup TargetRoutingGroup —- —————— ——————…