DBCC CHECKIDENT can reseed (reset) the identity value of the table. For example, YourTable has 25 rows with 25 as…
Powershell script to delete a file if it already exists: If (Test-Path $strFileName){ Remove-Item $strFileName } See Also: Powershell: Check…
In Exchange 2010, when you create a room or resource mailbox, the Resource Policy tab gives you the option to…
After you delete a user from Acrive directory or Exchagne their mailbox is kept in the Exchange database for a…
If you have defined custom functions in a .ps1 file, to register them in Exchange Command Shell all you need…
This article outlines how to force empty the deleted items / recoverable items dumpster in a users mailbox. To view…
Problem: When using Powershell to run the Search-Mailbox command the following error is generated: Search-Mailbox” Command in Powershell: The Term…
To view how much database white space you have on your databases run the following cmdlet: Get-MailboxDatabase -Status | Sort-Object…
Problem When a distribution group owner tries to update their own group in Outlook, they recieve a message saying changes…
This powershell script is written for Microsoft Exchange 2010. Problem I recently came across a problem where all exchange mailboxes…