Top "Windows-server-2003" questions

Windows Server 2003 (sometimes referred to as Win2K3) is a server operating system produced by Microsoft, introduced on 24 April 2003.

How do I determine if a port is open on a Windows server?

I'm trying to install a site under an alternative port on a server, but the port may be closed by …

windows-server-2003 port ping
How do I measure execution time of a command on the Windows command line?

Is there a built-in way to measure execution time of a command on the Windows command line?

windows batch-file time cmd windows-server-2003
Error message: (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)

I am trying to deploy my website on windows server 2003. Am i missing something or what is wrong from the …

sql asp.net-mvc windows-server-2003 sql-server-2005-express
Multiple -and -or in PowerShell Where-Object statement

PS H:\> Invoke-Command -computername SERVERNAME { Get-ChildItem -path E:\dfsroots\datastore2\public} | Where-Object {{ $_.e xtension-match "xls" -or $_.extension-match "xlk" } -and { $_.…

powershell windows-7 windows-server-2008 windows-server-2003
How do I 'svn add' all unversioned files to SVN?

I'm looking for a good way to automatically 'svn add' all unversioned files in a working copy to my SVN …

svn command-line windows-server-2003
Domain Account keeping locking out with correct password every few minutes

I have user whos account is keeping locking out every 30 minutes. Done all the checks, remove any cache passwords, created …

windows active-directory windows-server-2003
Windows command to get service status?

I need to know the status of a service at the end of my batch script which restarts services using "…

windows-services batch-file windows-server-2003
Batch file to restart a service. Windows

How can I restart a windows service using a .bat file? I am on windows server.

batch-file windows-server-2003
What possibilities can cause "Service Unavailable 503" error?

we have a asp.net MVC application deployed to a server, and but when there is too many request to …

asp.net-mvc iis windows-server-2003 http-status-code-503