Questions tagged [windows-server-2008-r2]

Windows Server 2008 R2 is a server operating system produced by Microsoft.

Windows Server 2008 R2 is a server operating system produced by Microsoft. It was released to manufacturing (RTM) on July 22, 2009 and launched on October 22, 2009. It is built on Windows NT 6.1, the same kernel used with the client-oriented Windows 7.

It is the first 64-bit-only operating system released from Microsoft. Version enhancements include new functionality for Active Directory, new virtualization and management features, version 7.5 of Microsoft IIS Web Server and support for up to 256 logical processors.

There are seven editions:

  1. Foundation
  2. Standard
  3. Enterprise
  4. Datacenter
  5. Web
  6. HPC Server
  7. Itanium and Windows Storage Server 2008 R2 (Essentials Edition).

More Information On Windows Server 2008 R2

Reference

1824 questions
0
votes
1 answer

Windows Server 2008 is connected to network but Internet Explorer can't browse

I'm creating a Virtual Machine using Hyper-V with Windows Server 2008. The VM is ok, I can connect all my network and I can ping any address with success. But when I try to browse using the default internet explorer, it says something like the…
0
votes
0 answers

Retrieving the COM class factory for component with CLSID {abcdef} failed due to the following error: 80040154

I am getting following error when trying to run an application on a Windows Server 2008 on Terminal Server: Retrieving the COM class factory for component with CLSID {abcdef} failed due to the following error: 80040154 I connect via remote to the…
0
votes
1 answer

Cannot Use RCP in Windows Server 2008, But OK with RSH, Why?

I am trying to use "rcp" command to copy files from a Unix computer to a Windows Server 2008 R2 computer. Somehow, it fails to copy anything. For example, I am using the following command to copy the .rhosts file from the Unix computer to the…
Jay C
  • 141
  • 1
  • 12
0
votes
1 answer

How Can I Disable Automatic Lock/Log-Off on Disconnect for a Windows Server 2012 R2?

So recently I purchased a Windows VPS (Windows Server 2012 R2) from the site http://RunAbove.com. I purchased it because I want a program to be always running on it, much like a server. The only problem I have is that whenever I disconnect my Remote…
0
votes
1 answer

Can't send email through Powershell

I have been trying to use this script as a simple boolean that checks for a file, and sends a success email, or a failure email. But I cannot for the life of me figure out why it doesn't work. Any ideas? $SMTPServer = "smtp.gmail.com" $SMTPPort =…
Tim Griffith
  • 152
  • 2
  • 15
0
votes
1 answer

How to handling mouse events on a windows server disconnected user

I made a robot application which is moving and clicking mouse in another application. I want to run this robot in a user which is opening in remote desktop but when I minimize remote desktop or close it robot can not change the mouse position or…
0
votes
1 answer

Using Modernizr on an existing HTML5 application to make it compatible with ie8

I have software that uses html5 and websockets and allows me to create a webpage that allows users to connect to a windows server using remote desktop protocol in their web browser, can I use modernizer to make this site compatible with ie8? Their…
0
votes
1 answer

The given path's format is not supported in windows server

I have an web application and I want to upload an excel file and read it in the application. Everything is good when I run the application with VS or in localhost(with windows 7 and IIS 7.5). But when I deploy the application in an server with…
Hamid Reza
  • 2,913
  • 9
  • 49
  • 76
0
votes
1 answer

Run windows service without login

Until now I had a windows application that functions as a server, this server is connected to a SQL server and communicating with clients application via TCP/IP. Each windows server can run a few of my server application. Each server application…
Izikon
  • 902
  • 11
  • 23
0
votes
1 answer

Batch File to Check for Running Program and Start if not Running is not working

I have been trying to get this batch file to work but keep running into issues. I think I am close but need help getting this working. When the script runs I get Find: Parameter format not correct. I am running this on a Windows Server 2008 R2…
jimrice
  • 452
  • 5
  • 17
0
votes
1 answer

Odd Characters Being Added in IE8

When I view a page in anything apart from IE8, it shows properly. When I view the source code (in IE8 only) it looks fine as below However when I copy/paste it into http://jsbeautifier.org/ or notepad, it looks odd. In notepad, the first line is…
pee2pee
  • 3,619
  • 7
  • 52
  • 133
0
votes
1 answer

Sending mail with SmtpClient not working, while running the same code in different projects does

I am working in Visual Studio 2012, On Windows 7, I run the program on a Windows Server 2008 R2 machine, both are 64-bit. I have been using the same code in many processes and I always has worked fine. However, recently when I use the same code…
0
votes
1 answer

Actual IP hits on website

How can I know what the actual IPs of who open the site or hit on server from IIS Logs or Windows Firewall Logs or other way? Windows Version : Windows Server 2008 R2 DataCenter IIS Version : 7.5
0
votes
1 answer

Quartz.net always stops after 8 runs

Hi I have a scheduled job to run every hours in Quartz.net: private static void InitTimers() { log.Info("InitTimers"); try { var job = Quartz.JobBuilder.Create() .WithIdentity("HourlyJob") …
kali
  • 109
  • 1
  • 2
  • 9
0
votes
1 answer

GCE Windows Instance not running startup scripts

I have been trying to apply my startup scripts to new Windows instances on Google Compute Engine as described here, however when I check the instances there is no trace of them ever being executed. Here is the gcloud command I am running: gcloud…