You can use this procedure to add the Log on as a service right to an account on your computer.
To open Local Security Policy, click Start, point to Control Panel, point to Administrative Tools, and then double-click Local Security Policy.
In the console tree,...
There are a number of reasons why you may need to find and remove inactive computers from active directory. Test computers and servers that were removed without disconnecting from the domain, or in my case, a computer fleet upgrade. New computers were brought in...
In exchange 2010 SP1, users are not receiveing quota warning messages when they are beyond the Issue Warning threshold.
Microsoft have an article relating to this issue.
Users do not receive quota warning messages after you apply Service Pack 1 for Exchange Server...
Run the following powershell script to grant a user or group full access to a mailbox.
Add-MailboxPermission -Identity '' -User '' -AccessRights 'FullAccess'
DBCC CHECKIDENT can reseed (reset) the identity value of the table. For example, YourTable has 25 rows with 25 as last identity. If we want next record to have identity as 35 we need to run following T SQL script in Query Analyzer.
DBCC CHECKIDENT ([YourTableName],...
In Exchange 2010, when you create a room or resource mailbox, the Resource Policy tab gives you the option to Allow scheduling only during business hours. But what is business hours?
The default business hours is from 8:00 am until 5:00 pm. You can check this by...
You will often find your database log file (.ldf) growing to a very large size, often larger than the databasie file (.mdf) itself.
Log files should shrink after a full backup, but this isnt always the case. Below is a quick command you can run to empty a database...
This article explains how to configure your Windows Server 2008 R2 Active Directory Primary Domain Controller to syncronise time with an external time source.
Note: In an active directory, all member computers will sync time with the PDC, so you only need to setup...
When trying to send an email on behalf of a distribution group email address, you may get the following error:
Your message did not reach some or all of the intended recipients.
Subject: <Subject>
Sent: 7/06/2012 10:55 AM
The following...
Problem:
When connecting to Windows SBS 2011 Remote Web Access, the following error appears when trying to connect to a remote computer.