Search Results
Search type | Search syntax |
---|---|
Tags | [tag] |
Exact | "words here" |
Author |
user:1234 user:me (yours) |
Score |
score:3 (3+) score:0 (none) |
Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
Views | views:250 |
Code | code:"if (foo != bar)" |
Sections |
title:apples body:"apples oranges" |
URL | url:"*.example.com" |
Saves | in:saves |
Status |
closed:yes duplicate:no migrated:no wiki:no |
Types |
is:question is:answer |
Exclude |
-[tag] -apples |
For more details on advanced search visit our help page |
Windows Server 2008 R2 is an operating system from Microsoft, and reached End Of Life on January 14, 2020. It is an update of Windows Server 2008. Unlike Server 2003 R2, this R2 is a fully new Operating System. It is only available in 64-bit versions.
1
vote
1
answer
838
views
Tombstone object with Active directory
Is it possible to remove manually a tombstone object in win2008-r2 Active Directory ?
1
vote
0
answers
494
views
Set SPN for all users in domain
I have a Windows 2008 R2 domain controller with more than 60 user accounts. Each time one of these users tries to connect to the DC authentication "falls back" to NTLM. Kerberos authentication fails …
0
votes
1
answer
291
views
Joining an AD domain from Workgroup with runas
I've got an user A who is connected to a Workgroup.
From this Workgroup, now, I want to connect, with the console, to the user "john" who belongs to an active directory (MYAD)
Though I try :
runas …
0
votes
1
answer
51
views
Group policy access with active directory
Under Active Directory (Win2008-R2), I want all "authenticated users" be able to access the "Add/Remove windows components" menu
But where do I have to go in group policy to set this grant ?
In
…
1
vote
1
answer
1k
views
Anonymous account in Windows server 2008
I'm trying to add an anonymous access on a IIS Ftp server (v7.5) on windows 2008-r2
I added IUSR account to my folder with full access.
I stopped the firewall on both sides (client and server)
Each …