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

Got fatal error during xfer (setuid failed) - Backuppc cygwin rsyncd

I am trying to implement rsyncd (through BackupPc) on a Windows 2002R2 server which already has cygwin on it (for accessing mail logs). I normally use a lighter installation with just the cygwin1.dll and rsyncd.exe plus the config files…
0
votes
0 answers

How I can execute a exe with parameter on a Windows Server 2008 R2 with ASP.NET and C#?

net application. I want to show a output from a other exe program. I test my Program on the development pc and it works but if I install the application on the windows server 2008 r2 (IIS7) then I don't get a output. I get nothing :( I try to add…
Tarasov
  • 3,625
  • 19
  • 68
  • 128
0
votes
0 answers

When machine-wide tracing is enabled, where does ODBC store logs for NETWORKSERVICE?

When I enable machine-wide tracing in odbcad32.exe, it says: A log file will be created if none exists for every user identity under which a process using odbc is running. However, it doesn't say where they'll be created. Presumably for normal…
Craig Ringer
  • 307,061
  • 76
  • 688
  • 778
0
votes
0 answers

Sql Server 2005 refuses to install on Windows 2008 R2 -- cannot find sql.cab

I am installing SQL Server 2005 Standard for a customer on a Windows Server 2008 R2 machine at Hostgator. Both Windows and SQL Server are 64-bit editions. My customer has copied all her disks up to a folder on the server. I go through the process…
Daniel Wilson
  • 382
  • 3
  • 4
  • 14
0
votes
3 answers

How to trigger a C# application at a certain time?

I have a C# programm currently implemented as a Windows Forms application. It can easily be rewritten to a console application. This application fetches data from a certain source and writes it to SQL tables. I also have a machine with Windows…
チーズパン
  • 2,752
  • 8
  • 42
  • 63
0
votes
1 answer

Error 806: Windows Server 2008 R2 Does'nt Connect Fortigate's VPN Server

We have a Fortigate 110C. Other clients at our office are able to connect just fine. Even android devices. But we can't connected with Windows 2008 R2 client. error 806 the vpn connection between your computer and the vpn server could not be…
user942514
0
votes
2 answers

Powershell 4 compatibility with Windows 2008 r2

In my environment I have a single server that has access to pretty much my entire network. That server is running Windows 2008 r2, and I have upgraded Powershell to version 4.0. The question I have is this... Can I run cmdlets from that machine…
Acerbity
  • 417
  • 1
  • 11
  • 29
0
votes
0 answers

Win2008 R2 IIS 7.5 "No Default Printer Installed" error from Isapi Web Service

I have a delphi dll that is generating a error "no default printer installed" when i try to generate a report to pdf. I have create a local account and had the service impersonate the user. I have given rights to the site directory to this user. I…
J. James
  • 11
  • 3
0
votes
0 answers

Call to RegQueryDWordValue in INNO Setup script reports value of deleted key

I'm currently writing an Inno installation script for an application I'm writing and i've run into an interesting problem. My application is an ASP.NET MVC 4 application which I want to run through IIS. The installation script I'm writing checks…
Nathan Hadley
  • 100
  • 1
  • 10
0
votes
0 answers

Windows server 2008 R2 Web and Aero

Does server 2008 R2 Web support such themes as Basic or Aero (not Classic) over RDP? I cannot find any documents and I cannot enable it for Web edition.
Maxim
  • 13,029
  • 6
  • 30
  • 45
0
votes
1 answer

How to tell if a path is from an Active Directory redirected folder?

I have My Documents folder redirected to some location on the server for a specific Active Directory user: That folder is also assigned a drive letter for that user: If I have an arbitrary path, say "R:\Documents\Some folder\Document1", how can I…
c00000fd
  • 20,994
  • 29
  • 177
  • 400
0
votes
2 answers

sending email using cdo & classic asp on dedicated server (memset) in IIS6?

Firstly I am new to setting up a server so appologies for being dumb. I have a website which is hosted on a provider called memset its a 2008r2 box using ms sql 2012. My domain was bought from my 1and1.co.uk account and the dns is pointing to my…
Nick Gleed
  • 105
  • 1
  • 1
  • 6
0
votes
1 answer

Passing a collection instead of directory as a parameter to CreateFromDirectory

I have a statement in my power shell script that archives all files in a directory to a given path: [System.IO.Compression.ZipFile]::CreateFromDirectory($sourcePath,$destPath, $compressionLevel, $false); What I want to is to instead of archiving…
Maven
  • 14,587
  • 42
  • 113
  • 174
0
votes
2 answers

How to block websites from AD DC Windows Server 2012

How to block websites from Active Directory Domain Controller Windows Server 2012 request form our company.. to block YouTube.com from Domain controller ( which is windows server 2012) from morning 9am to evening 5pm. how can i achieve this…
0
votes
1 answer

Windows equivalent to "ssh user@server 'pidof my_program' "

in order to monitor the activity of a specific process on lots of Raspberry Pi devices connected via LAN to a Linux server, I wrote a simple script that looped into this command: ssh pi@raspberry 'pidof my_program' as many times as the devices…
Guerriky
  • 529
  • 1
  • 5
  • 15