Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Citrix Certified

Archive for September, 2011

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 ...