Posts Tagged ‘server’

Recently I got an error while installing a second node in a SQL 2005 Cluster. I installed from the customers’ installation eOpen ressources (with two CDs) and everything looked O.K. While the installer tried to cleanup installation an misleading error occured. “Can’t access cluster ressource” I searched in many newsgroups, forums etc. but none of […]


Hi folks, I wrote less in the past month because I focused on work and Microsoft certification.The certification path was very straight – upgrading skills from MCITP to MCAS Server 2012 followed by the two Server Infrastructure exams 70-413 and 70-414.     In the next monts I’ll go forward to MCSE Messaging and Communications with […]


The Exchange Team is pleased to announce that in the first half of calendar year 2013 we will be releasing Exchange Server 2010 Service Pack 3 (SP3) to our customers. With SP3, the following new features and capabilities will be included: Coexistence with Exchange 2013: Customers that want to introduce Exchange Server 2013 into their […]


Today I got faced with a problem concerning a Windows Printserver. After a new printer was installed, the spooler services crashed again and again and generating registry events with ID 4097 and the source HpTcpMon (hptcpmon.dll). After looking for changes made by the new printer, i figured out, that a new local port (HpTcpMon) was […]


Today I had to extend the partition of a Windows 2003 Server. In the past I did this several times with diskpart: diskpart.exe -> list volumes select volume [number of the partition to extend] extend volume size=[SIZE TO EXTEND in MB] After doing this, diskpart and the Windows Disk Management show the extended size but […]


If you want to discover where a specific user has Full Access you can use this PowerShell command: Get-Mailbox | Get-MailboxPermission -User user@domain.com | where { ($_.AccessRights -eq “FullAccess”) } Cheers, Chris


The follwing script generates e-mail statistics of your exchange environment looking like this: (Download the script HERE!) Generated on Server: MAILSERVER Date: 17.01.2012 Sent mails: 532435 Size of sent mails: 4.419,24 MB Size of biggest mail out: 21,74 MB Average size out: 217,69 KB Quantity incoming mails: 66496 Size of received mails : 4.609,09 MB […]



Follow

Get every new post delivered to your Inbox.

Join 301 other followers