Powershell: Exchange – Check database size
Here is a one liner to check the database size for exchange databases. Start Exchange management shell. Then...
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...
How to fix: “the trust relationship between this workstation and the primary domain failed” error.
So, your computers domain account has gone bad. And you know that the way to fix this is...
AD: Windows Time configuration
Domain controllers It is ONLY the domain controller holding the PDC role that should use external NTP. All...
Java security settings
Java 7u51 has been a headache so far with security settings, especially on a terminalserver. I needed to...
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...
Find disabled users with their group membership and remove them from their groups
To quickly see the disabled users and their group membership in your Active Directory you can use this...
Copy group membership in AD
To copy member from one group to another you can (of cource) use Powershell. This copies the members...