2012
Labrador hvalpe
Vores brune labrador retriever Nougat, har fået hvalpe. 6 hanner og 3 tæver. Vi har i den forbindelse oprettet en hjemmeside til dem, den finder du her: Labrador hvalpe
Get number of files in current directory in linux
You can use this command to get the list of the number of file in current directory
Change SQL Collation
Steps for chaning Collation: Take backup of Databases and logins. Detach all databases execpt system databases. (All users databases) Find the SQL server installation path (Root of the CD) Run…
Get SQL Collation and Version
SQL Query: SELECT @@version as 'server version' Select SERVERPROPERTY('COLLATION') as 'server collation'
Powershell: Get all email aliases for a mailbox account on Exchange 2007/2010
Get-Mailbox -id KennethDalbjerg | select-expand EmailAddresses | %{$_.SmtpAddress}
Problems with GPO and mapped network drive and shortcut
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…
Terminal server, Redirected folders and PDF Creator problems
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…
Windows 7 / Office 2010 get serial key from registry
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…