Category: Windows Server 2003
-
Schedule PowerShell Tasks with Task Scheduler On Windows Server
In this blog post, I will show you how to schedule a PowerShell task with Windows Task Scheduler on Windows Server.
-
Group Policy Processing And Application Order With Windows Server
This article will provide Information about the order in which Group Policy settings for users and computers are processed In a domain environment.
-
Question: How Configure Software File associations Using Group Policy
Using group policy you can configure specific file extension to be open with specific applications.
-
How To Use mstsc /admin To Log On to RDS Server
If your RDS servers are Grouped in a collection you and you need to log on to one of them directly you will need to use the mstsc /v:server /admin switch.
-
Question: How To Create A Reverse DNS zone On Windows Server 2008
This article will show you how to create a reverse DNS zone which will enable computer on your network to do a DNS lookup against an IP address
-
How To Backup And Restore Windows Server 2003 IAS Server To A New Server
To back up IAS Server, RDP to the IAS server, open command prompt and type netsh aaaa show config > path\backupfilename.txt
-
How to login to server console using Remote Desktop
How to login to server console using Remote Desktop
-
How To restart WSUS Service
A few people have asked me where they can find the WSUS service in the Windows Server Services list in order to restart it.
-
GPRESULT In Windows Server 2008
Microsoft have made a small change to the Windows Server 2003 GPRESULT command. In windows 2003 we had to type GPRESULT only in the command line in order to view the Applied Group polices however in windows server 2008 we need to type the /R switch after the gpresult. The windows Server 2008 the full […]
-
View Exchange 2007 Users Mailbox Size
In order to view all users mailboxes size in Exchange 2007 in one list like Exchange 2003 Server we need to use the Exchange Managment Shell. View all the users mailbox size: 1. Go to Exchange Managment Shell amd type: get-mailboxstatistics | fl displayname,totalitemsize To view other mailboxes information type: get-mailboxstatistics