Find out password expiry
Your need to first of all setup the DC for * Login to a Domain Controller * Load up powershell. Set-ExecutionPolicy Unrestricted Set-ExecutionPolicy bypass new-item…
Your need to first of all setup the DC for * Login to a Domain Controller * Load up powershell. Set-ExecutionPolicy Unrestricted Set-ExecutionPolicy bypass new-item…
Run the following command in the EM Shell. It cant be done in the GUI Get-ReceiveConnector “Anonymous Relay” | Add-ADPermission -User “NT AUTHORITY\ANONYMOUS LOGON” -ExtendedRights…
If you have to reset or have issues with the WMI repository you might need to rebuild it. If you do rebuild it then you…
If you have a server where the Citrix IMA service wont start try the following command on it. dsmaint recreatelhc
If you see the error in the event log with an ID of 123 and source ExchangeStoreDB :- At ‘3/16/2012 11:42:51 AM’ the Microsoft Exchange…
Run the following command in the EMC to list all mailboxes who have delegates on them. Get-Mailbox -resultsize unlimited | Where {$_.GrantSendOnBehalfTo -ne $null} |…
If Microsoft Access 2003 keeps saying preparing to install everytime you load it just import this file into your registry. http://cl.ly/DtZZ Job done 🙂
Most of the times its located in : C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\Data If it needs shrinking do the following :- Backup the database using SQL Management. Connect to…