Posts

Featured post

Install Web Enrollment on Different DC

Image
i have 2 dc's, 1 ca. i wanted install web enrollment alone on second dc on completion of setup gt access denied 80070005 error. i checked under delegation , second dc has correct settings: which other setting missing? 1) not install ca on dc 2) not install web enrollment services on dc that being said, delegation must enabled account running defaultapppool on server adcs web enrollment services enabled. delegation, must enable delegation ca computer accounts host , rpcss services (rather full delegation). finally, url use connect web enrollment services web page must registered spn on account used run defaultapppool web pool.  so, if computer account, run  setspn -s host/webenroll.example.com  example\webhost$ brian Windows Server  >  Security ...

Netsh.exe disable

hello i want disable netsh.exe with group policy windows 2008 r2. please me, hi, please first read following guide , make sure have configured software restriction policy correctly: create path rule http://technet.microsoft.com/en-us/library/cc781337(v=ws.10).aspx please double click enforcement under [computer configuration\windows settings\security settings\software restriction policies] , select files. meanwhile, can use policy [ user configuration\administrative templates\system: don't run specified windows applications] disable netsh.exe. so, add netsh.exe (without path) in policy. hope helps. regards, bruce Windows Server  >  Group Policy

How to get rid of the backup files on the servers and workstations?

hi there, i tried, reason couldn't found answer. how setup security fixes , updates wsus backup files (under c:\windows\...) not gerated. or @ least removed after time period? -- petri you run script ( credits goes "interactivemind" ) @echo off setlocal enabledelayedexpansion set folder_to_process=c:\directory\sub_directory\my_scripts set leave_most_recent=4 if not exist "%folder_to_process%" (    echo cannot locate specified folder: %folder_to_process%    echo please update script , try again.    echo.    echo press key exit . . .    pause>nul ) cd /d "%folder_to_process%" set count=0 for /f "delims=" %%i in ('dir /o:-d /b') call :process "%%i" echo complete. set errorlevel=0 goto :eof :process set /a count+=1 if %count% leq %leave_most_recent% exit /b del %1 /f >nul exit /b just change "set folder process" and  "set leave..." config. ...

Server Performace abnormal after adding /3GB and /PAE Switch..... :(

hello everyone, we have windows server 2003 enterprise edition x86 with 16 gb ram. our application team use ms.net application , want /pae & /3gb switch in boot.ini file. today morning add /pae /3gb switch in boot.ini file , restart server, once server start @ abnormal state.. then reboot server , login safe mode option , removed both switches. - application team - they unable use more 2gb ram in .net application. want /pae /3gb switches in boot.ini so how can resolve issue......  regards, sushant u should move 64bit consequences of running 3gb , pae together http://blogs.technet.com/b/brad_rutkowski/archive/2007/04/03/consequences-of-running-3gb-and-pae-together.aspx Windows Server  >  Windows Server General Forum ...

ACTIVE DIRECTORY (ACCESS DENIED)

i added computer on ad.name: cashier-1. , created user cashier-one. , went client  to add it. after entered domain name , type credentials of cashier-one it.then dialog box error came up. "the join operation not successful.this because existing computer having name "cashier-4" created using different set of credentials. use different computer name, or contact administrator remove stale conflicting account. error was: access denied. what can resolve this.thanks ahead. run windows server 2008 i added computer on ad.name: cashier-1 . .. "the join operation not successful.this because existing computer having name " cashier-4 " created using ... 2008 i'm curious name of computer. in system properties, displays "cashier-1"?   try run "hostname" command command prompt, , see if output matches (cashier-1). also, have check on below registry values , see if display same computer name there: ...

Windows Server 2008 Schedule Task does not show running pogram

Image
hi i have set schedule task run particular program @ defined time everyday. it runs program successfully, while program gets started automatically schedule task  not appear on screen. it work in background. want see program windows automatically executed schedule task. thanks what kind of program? is windows buildin program? check the"hidden" checkbox, uncheck if enabled. also, select "run when user logged on" , test. Windows Server  >  Windows Server General Forum

IP Event Log On File Sharing Server

hello, i have file sharing server, created file, need trace ip created, there anyway find thing? also there software works ? please let me know need help. thanks in advance.   regards, sohaib khan hello, i have file sharing server, created file, need trace ip created, there anyway find thing? also there software works ? please let me know need help. thanks in advance.   regards, sohaib khan hello, sorry afaik microsoft solutions not provide such tracking ability. here have use third party softwares. maybe other contributors here know one. you can enable auditing of files , folder changes via group policies under computer configuration \ windows settings \ security settings \ local policies \ audit policy and configure audit object access setting.   this posting provided "as is" no warranties or guarantees , , confers no rights.   microsoft student partner 2010 / 2011 microsoft certified profession...