Windows: New files temporarly not visibel for 3rd party applications
When new files are created on a Windows server some third party apps will not se the new...
Powershell: Exchange – List all mailboxes in one database
To list all mailboxes in one database and sort it by size, use this nice PowerShell line: Get-MailboxStatistics...
Exchange tips: Out of Office on users
To check information about Out Of Office for mailbox users we can run an powershell “one liner” and...
AD: Windows Time configuration
Domain controllers It is ONLY the domain controller holding the PDC role that should use external NTP. All...
Exchange 2010 – Export mailbox to pst
Start Exchange Management Shell. Give your self rights to do export and import Command: New-ManagementRoleAssignment –Role “Mailbox Import...
Copy group membership in AD
To copy member from one group to another you can (of cource) use Powershell. This copies the members...
DFS Replication error on Domain Controllers
If you have DFS replication errors on one or more domain controllers, first find out witch domain controller...
Get-Inboxrule – easy way to get rules from mailboxes
An easy command for checking if there are any automatic rules on an Exchange Mailbox is to use...
Test-NetConnection the new Ping?
In Windows Server 2012 R2 Microsoft added a new PowerShell command for testing your network Connection. (It works with WIndows 8.1...