Friday, July 14, 2006

I installed WSUS at work and have been learning how to administrate/manage the service.  Here's a few tips:

* You've got to configure Group Policy after installation in order to get clients of the domain to start using WSUS instead of Microsoft Update.  There's ample info on the 'net about how to configure GP.

* Once you've got Group Policy updated and replicated, you can force a client to update by typing GPUPDATE at the command line.

* To force a client computer to contact WSUS to update itself, type:

      wuauclt.exe /detectnow

* To keep WSUS fit and trim so that it runs well, copy/paste the following to a batch file on the WSUS Server and set it up as a Scheduled Task.  This is a script that someone else wrote that I found doing some Internet searches in trying to improve WSUS performance.  If you don't run this batch file on your WSUS instance, Approving Updates through the WSUSAdmin interface can become painfully slow.

Please note, you will need to download WSUSDEBUGTOOL.EXE -- which is called "Server Diagnostic Tool" and available here: http://www.microsoft.com/windowsserversystem/updateservices/downloads/default.mspx.  After download, run and extract the wsusdebugtool.exe file to the X:\Program Files\Update Services\Tools directory on the WSUS Server.  Make sure to configure the first TWO lines of the batch file so that the paths are correct.

SET ScriptPath=F:\WSUS-Scripts

SET BackupPath=F:\WSUS-BAK

SET WSUS_DB=%ComputerName%\WSUS

SET ProgPath=%ProgramFiles%\Update Services\Tools

if not exist "%ScriptPath%\wsus_clean.log" echo Log Created > "%ScriptPath%\wsus_clean.log"

echo :---------------Begin WSUS Cleanup-------------------: >> %ScriptPath%\wsus_clean.log

if not exist "%ProgPath%\wsusdebugtool.exe" echo Please Download the Debug tool from http://download.microsoft.com/download/7/7...ebug%20Tool.EXE

if not exist "%ProgPath%\wsusdebugtool.exe" echo ERROR Please Download the Debug tool from http://download.microsoft.com/download/7/7...ebug%20Tool.EXE >> "%ScriptPath%\wsus_clean.log"

if exist "%ProgPath%\wsusdebugtool.exe" echo %ProgPath%\wsusdebugtool.exe Found. >> "%ScriptPath%\wsus_clean.log"

echo Starting WSUS Cleanup.... >> "%ScriptPath%\wsus_clean.log"

date /t >> "%ScriptPath%\wsus_clean.log"

time /t >> "%ScriptPath%\wsus_clean.log"

echo :: >> "%ScriptPath%\wsus_clean.log"

echo Stopping Web Service >> "%ScriptPath%\wsus_clean.log"

NET STOP w3svc >> "%ScriptPath%\wsus_clean.log"

echo :: >> "%ScriptPath%\wsus_clean.log"

echo Begin Deletion of Unneededrevisions >> %ScriptPath%\wsus_clean.log

echo :: >> "%ScriptPath%\wsus_clean.log"

time /t >> "%ScriptPath%\wsus_clean.log"

"%ProgPath%\wsusutil.exe" deleteunneededrevisions >> "%ScriptPath%\wsus_clean.log"

echo :: >> "%ScriptPath%\wsus_clean.log"

echo Begin Purge of Unneeded Files >> "%ScriptPath%\wsus_clean.log"

echo :: >> "%ScriptPath%\wsus_clean.log"

time /t >> "%ScriptPath%\wsus_clean.log"

"%ProgPath%\wsusdebugtool.exe" /tool:purgeunneededfiles >> "%ScriptPath%\wsus_clean.log"

echo :: >> "%ScriptPath%\wsus_clean.log"

echo Begin OSQL Commands to backup the DB >> "%ScriptPath%\wsus_clean.log"

time /t >> "%ScriptPath%\wsus_clean.log"

del "%BackupPath%\backup_wsus.bak.old"

ren "%BackupPath%\backup_wsus.bak" backup_wsus.bak.old

Osql -S %WSUS_DB% -E /Q "Backup Database SUSDB to disk = '%BackupPath%\backup_wsus.bak'" >> "%ScriptPath%\wsus_clean.log"

Osql -S %WSUS_DB% -E /Q "backup log SUSDB with TRUNCATE_ONLY" >> "%ScriptPath%\wsus_clean.log"

echo :: >> "%ScriptPath%\wsus_clean.log"

echo Begin OSQL Commands to Add Indexes if missing >> "%ScriptPath%\wsus_clean.log"

time /t >> "%ScriptPath%\wsus_clean.log"

Osql -S %WSUS_DB% -E /Q "USE SUSDB BEGIN TRAN IF NOT EXISTS (SELECT * FROM sysindexes where name='nc7DeploymentRevision') BEGIN CREATE NONCLUSTERED INDEX nc7DeploymentRevision ON dbo.tbDeployment(RevisionID, TargetGroupID, ActionID) END COMMIT TRAN" >> "%ScriptPath%\wsus_clean.log"

echo :: >> "%ScriptPath%\wsus_clean.log"

echo Begin OSQL Commands to Truncate tbEventInstance >> "%ScriptPath%\wsus_clean.log"

time /t >> "%ScriptPath%\wsus_clean.log"

Osql -S %WSUS_DB% -E /Q "USE SUSDB declare @RS as int select @RS=(select count(*) from tbEventInstance) select @RS as tbEventInstanceRowCount if @RS > '3000' truncate table tbEventInstance" >> "%ScriptPath%\wsus_clean.log"

echo :: >> "%ScriptPath%\wsus_clean.log"

echo Begin OSQL Commands to compress the DB >> "%ScriptPath%\wsus_clean.log"

time /t >> "%ScriptPath%\wsus_clean.log"

Osql -S %WSUS_DB% -E /Q "use SUSDB dbcc shrinkdatabase ('SUSDB')" >> "%ScriptPath%\wsus_clean.log"

echo :: >> "%ScriptPath%\wsus_clean.log"

echo Starting Web Services >> "%ScriptPath%\wsus_clean.log"

time /t >> "%ScriptPath%\wsus_clean.log"

net start w3svc >> "%ScriptPath%\wsus_clean.log"

echo :: >> "%ScriptPath%\wsus_clean.log"

date /t >> "%ScriptPath%\wsus_clean.log"

time /t >> "%ScriptPath%\wsus_clean.log"

echo :---------------Cleanup Finished -------------------: >> "%ScriptPath%\wsus_clean.log"

SET ScriptPath=

SET BackupPath=

SET WSUS_DB=

:END

 

 

posted on 7/14/2006 1:33:31 PM (Eastern Standard Time, UTC-05:00)  #    Comments [4] Trackback

Tracked by:
http://9ql-information.info/99250327/firenze-murate.html [Pingback]
http://9qk-information.info/72844926/kinky-paris.html [Pingback]
http://9oj-information.info/59807706/wood-grain-vinyl.html [Pingback]
http://9pn-free-porn.info/22845798/french-pirate-captain-costume-adult.html [Pingback]
http://9ol-information.info/65962327/index.html [Pingback]
http://9pp-free-porn.info/69158794/dave-matthews-band-crash-video-code.html [Pingback]
http://9ot-information.info/74725943/phillips-office-furniture.html [Pingback]
http://9ql-information.info/12490266/coperta-winnie-pooh-punto-croce.html [Pingback]
http://9rb-information.info/72726432/index.html [Pingback]
http://9sp-information.info/08405337/index.html [Pingback]
"Software Development Guide" (Software Development Guide) [Trackback]
http://www.google.com/search?q=gtzftvtn [Pingback]
http://www.google.com/search?q=rbrmdonz [Pingback]
http://www.edmonds.wednet.edu/events/eventdetail.cfm?ID=1477 [Pingback]
http://www.gohunter08.com/shownews.asp?artid=149 [Pingback]
http://www.gohunter08.com/shownews.asp?artid=142 [Pingback]
http://www.gohunter08.com/shownews.asp?artid=169 [Pingback]
http://www.bain.com/bainweb/publications/publications_detail.asp?id=31687 [Pingback]
http://www.advanceautoparts.com/english/press/article.asp?article=3779 [Pingback]
http://www.indiacar.com/messageboard/reply.asp?msg_id=31413 [Pingback]
http://www.varsity.com/index.asp?article=536528 [Pingback]
http://www.donaldchase.com/jokes/joke.asp?joke_id=2521 [Pingback]
http://www.donaldchase.com/jokes/joke.asp?joke_id=2534 [Pingback]
http://www.donaldchase.com/jokes/joke.asp?joke_id=2543 [Pingback]
http://www.fla-keys.com/news/news.cfm?sid=1969 [Pingback]
http://www.fla-keys.com/news/news.cfm?sid=1982 [Pingback]
http://www.fla-keys.com/news/news.cfm?sid=1983 [Pingback]
http://www.sifycorp.com/scripts/press/content.asp?PressId=489693 [Pingback]
http://www.fla-keys.com/news/news.cfm?sid=1986 [Pingback]
http://www.fisterra.com/cursos/articulo.asp?idArticulo=179 [Pingback]
http://www.fisterra.com/cursos/articulo.asp?idArticulo=162 [Pingback]
http://www.washgas.com/press/release.cfm?ID=527 [Pingback]
http://www.eyefortravel.com/print.asp?news=58579 [Pingback]
http://www.eyefortravel.com/print.asp?news=58591 [Pingback]
http://www.eyefortravel.com/print.asp?news=58635 [Pingback]
http://www.eyefortravel.com/print.asp?news=58585 [Pingback]
http://www.clubvibes.com/magazine/article.asp?id=3116 [Pingback]
http://www.clubvibes.com/magazine/article.asp?id=3136 [Pingback]
http://yesihavemoneyy.com [Pingback]
http://realvideopornoo.com [Pingback]
http://tubepornoss.com [Pingback]
http://blastpr.com/wiki/js/pages/nexium/index.html [Pingback]
http://blastpr.com/wiki/js/pages/cialis/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/ultram/index.html [Pingback]
http://blastpr.com/wiki/js/pages/lexapro/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/viagra/index.html [Pingback]
http://blastpr.com/wiki/js/pages/coumadin/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/melatonin/index.html [Pingback]
http://blastpr.com/wiki/js/pages/prozac/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/nexium/index.html [Pingback]
http://blastpr.com/wiki/js/pages/tramadol/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/coumadin/index.html [Pingback]
http://blastpr.com/wiki/js/pages/zoloft/index.html [Pingback]
http://blastpr.com/wiki/js/pages/cymbalta/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/lexapro/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/celebrex/index.html [Pingback]
http://blastpr.com/wiki/js/pages/hoodia/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/tramadol/index.html [Pingback]
http://blastpr.com/wiki/js/pages/claritin/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/synthroid/index.html [Pingback]
http://blastpr.com/wiki/js/pages/clomid/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/cymbalta/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/lipitor/index.html [Pingback]
http://blastpr.com/wiki/js/pages/celebrex/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/prilosec/index.html [Pingback]
http://blastpr.com/wiki/js/pages/effexor/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/accutane/index.html [Pingback]
http://blastpr.com/wiki/js/pages/lipitor/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/prozac/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/hoodia/index.html [Pingback]
http://blastpr.com/wiki/js/pages/synthroid/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/soma/index.html [Pingback]
http://blastpr.com/wiki/js/pages/paxil/index.html [Pingback]
http://morningside.edu/mics/_notes/pages/rainbow-brite/index.html [Pingback]
http://blastpr.com/wiki/js/pages/soma/index.html [Pingback]
http://pddownloads.com/docs/08296030/index.html [Pingback]
http://pspdesktops.com/fileupload/store/docs/18769945/index.html [Pingback]
http://vladan.strigo.net/wp-includes/js/docs/09763218/index.html [Pingback]
http://thejohnslater.com/pix/img/docs/73486930/index.html [Pingback]
http://martinrozon.com/images/photos/docs/61904307/index.html [Pingback]
http://split-dalmatia.com/split-dalmatia.com/images/docs/84431573/index.html [Pingback]
http://entartistes.ca/images/images/docs/65934120/index.html [Pingback]
http://coolioness.com/attachments/docs/75395149/index.html [Pingback]
http://islands-croatia.comislands-croatia.com/includes/js/docs/06712704/index.ht... [Pingback]
http://pddownloads.com/docs/94929363/index.html [Pingback]
http://add2rss.com/img/design/docs/73396176/index.html [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/63224938/index.html [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/37348396/index.html [Pingback]
http://martinrozon.com/images/photos/docs/75270452/index.html [Pingback]
http://realestate.hr/templates/css/docs/71546796/index.html [Pingback]
http://realestate.hr/templates/css/docs/36157459/index.html [Pingback]
http://martinrozon.com/images/photos/docs/54373182/index.html [Pingback]
http://islands-croatia.comislands-croatia.com/includes/js/docs/68291686/index.ht... [Pingback]
http://blog.netmedia.hr/wp-includes/js/docs/84238305/index.html [Pingback]
http://add2rss.com/img/design/docs/90861918/index.html [Pingback]
http://vladan.strigo.net/wp-includes/js/docs/25746442/index.html [Pingback]
http://hrvatska.biz/wp-includes/js/docs/80692203/index.html [Pingback]
http://entartistes.ca/images/images/docs/81367526/index.html [Pingback]
http://blog.netmedia.hr/wp-includes/js/docs/91708760/index.html [Pingback]
http://ipsilon.hr/ipsilon.hr/cms/4/lib/docs/24066563/index.html [Pingback]
http://plantmol.com/docs/99021843/index.html [Pingback]
http://vladan.strigo.net/wp-includes/js/docs/86309858/index.html [Pingback]
http://temerav.com/images/menu/05559064/index.html [Pingback]
http://seo4u.at/images/docs/76783685/index.html [Pingback]
http://coolioness.com/attachments/docs/60340594/index.html [Pingback]
http://allfreefilms.com/wp-includes/js/27702077/index.html [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/36483653/index.html [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/48335156/index.html [Pingback]
http://split-dalmatia.com/split-dalmatia.com/images/docs/16705258/index.html [Pingback]
http://swellhead.netswellhead.net/docs/05235252/index.html [Pingback]
http://pspdesktops.com/fileupload/store/docs/04061117/index.html [Pingback]
http://lecouac.org/ecrire/lang/docs/25282359/index.html [Pingback]
http://jivest2006.com/docs/76826750/index.html [Pingback]
http://promocija.com.hr/promocija.com.hr/includes/js/docs/70471394/index.html [Pingback]
http://coolioness.com/attachments/docs/83777724/index.html [Pingback]
http://blog.netmedia.hr/wp-includes/js/docs/44378735/index.html [Pingback]
http://plantmol.com/docs/60217277/index.html [Pingback]
http://pspdesktops.com/fileupload/store/docs/33460308/index.html [Pingback]
http://jivest2006.com/docs/40579018/index.html [Pingback]
http://sevainc.com/bad_denise/img/10/synthroid/ [Pingback]
abaffy.org/la/img/cialis/ [Pingback]
http://easytravelcanada.info/js/pages/1/celebrex/ [Pingback]
http://sevainc.com/bad_denise/img/2/cialis/ [Pingback]
http://easytravelcanada.info/js/pages/5/effexor/ [Pingback]
http://easytravelcanada.info/js/pages/10/soma/ [Pingback]
http://sevainc.com/bad_denise/img/2/celexa/ [Pingback]
http://jemnemelodierecords.sk/img/viagra/ [Pingback]
http://sevainc.com/bad_denise/img/3/clomid/ [Pingback]
http://easytravelcanada.info/js/pages/8/paxil/ [Pingback]
http://easytravelcanada.info/js/pages/8/prilosec/ [Pingback]
http://easytravelcanada.info/js/pages/3/clomid/ [Pingback]
http://easytravelcanada.info/js/pages/3/claritin/ [Pingback]
http://easytravelcanada.info/js/pages/6/lexapro/ [Pingback]
http://sevainc.com/bad_denise/img/12/viagra/ [Pingback]
http://easytravelcanada.info/js/pages/12/zoloft/ [Pingback]
http://sevainc.com/bad_denise/img/9/prozac/ [Pingback]
http://easycanada.info/js/pages/cialis/ [Pingback]
http://easycanada.info/js/pages/viagra/ [Pingback]
http://easytravelcanada.info/js/pages/4/cymbalta/ [Pingback]
http://birds.sk/img/viagra/ [Pingback]
http://sevainc.com/bad_denise/img/7/nexium/ [Pingback]
http://sevainc.com/bad_denise/img/10/soma/ [Pingback]
http://sevainc.com/bad_denise/img/12/zoloft/ [Pingback]
http://abaffydesign.com/la/img/viagra/ [Pingback]
http://sevainc.com/bad_denise/img/6/lexapro/ [Pingback]
http://easytravelcanada.info/js/pages/11/tramadol/ [Pingback]
http://sevainc.com/bad_denise/img/4/cymbalta/ [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/gay-porn-websites.html [Pingback]
http://odin.net/images/pages/52807681/marathon-florida-webcam.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/virgin-vagina-pic.html [Pingback]
http://odin.net/images/pages/52807681/chimpanzee-sex.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/gay-baseball-player.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/sexual-xxx-stories.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/ghanaian-girls.html [Pingback]
http://odin.net/images/pages/52807681/free-online-porn-samples.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/st-pauli-girl-distribution... [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/sexual-protective-strategie... [Pingback]
http://odin.net/images/pages/52807681/free-girls-galleries.html [Pingback]
http://odin.net/images/pages/35694472/free-amauter-porn.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/free-mature-bbw-porn.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/mmf-free-sex-sites.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/free-trial-xxx-incest-site.... [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/adult-synchronized-skate-n... [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/erotic-literature-for-women... [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/blonde-sluts-cocksucking.h... [Pingback]
http://odin.net/images/pages/35694472/gay-justin-berfield.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/fucking-icons.html [Pingback]
http://odin.net/images/pages/35694472/time-square-webcam.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/free-xxx-video-pics.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/la-blue-girl-free-download... [Pingback]
http://odin.net/images/pages/35694472/pussy-movie-tralers.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/oral-sex-instruction-pictu... [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/xxx-pictures-of-celebritys... [Pingback]
http://odin.net/images/pages/35694472/xxx-schoolgirls-hardcore-pictures.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/free-pictures-of-amateur-po... [Pingback]
http://odin.net/images/pages/52807681/sexy-co-eds.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/fuck-bitches-get-money-lyri... [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/little-match-girl-story.ht... [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/underwater-girl-nude.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/free-erotic-lesbian-video.... [Pingback]
http://odin.net/images/pages/52807681/adult-movie-actress-index.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/oops-celeb.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/a1-thumbnails-posts.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/adult-free-preview.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/teen-gay-sex-totaly-free-s... [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/gay-male-escorts-toronto.ht... [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/cards-adult-humor.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/32162341/xpress-train-hentai-movie.h... [Pingback]
http://odin.net/images/pages/52807681/webcams-for-couples.html [Pingback]
http://odin.net/images/pages/35694472/free-adult-sex-classifieds-china.html [Pingback]
http://odin.net/images/pages/35694472/xxx-message-boards.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/35807953/pics-of-sexy-women-in-west... [Pingback]
http://odin.net/images/pages/35694472/babe-tv.html [Pingback]
http://odin.net/images/pages/35694472/mature-chat.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/free-little-amateur-thumbs.... [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/ametuer-zoo-girls.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/nude-cassie.html [Pingback]
http://odin.net/images/pages/52807681/herrin-il-xxx.html [Pingback]
http://gatewayplayhouse.com/photos/cai/pages/53348735/sexy-makeup-pics.html [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/lisa-rowe-girl-interrupted.... [Pingback]
http://cidesi.com/images/metro/metro2/pages/99493954/statistics-on-teens-allowan... [Pingback]
http://www.wowgoldtricks.com/phone/areas [Pingback]
http://feedjit.com/stats/callerbase.com/toppages/ [Pingback]
http://friendfeed.com/ninjaomatic [Pingback]
http://www.signalprocessingsociety.org/community/forum/buy-viagra-online.html [Pingback]
http://www.signalprocessingsociety.org/community/forum/buy-tramadol-online.html [Pingback]
http://www.signalprocessingsociety.org/community/forum/buy-ambien-online.html [Pingback]
http://www.signalprocessingsociety.org/community/forum/buy-phentermine-online.ht... [Pingback]
http://www.signalprocessingsociety.org/community/forum/buy-cialis-online.html [Pingback]
http://www.signalprocessingsociety.org/community/forum/buy-soma-online.html [Pingback]
5/2/2007 9:15:25 AM (Eastern Standard Time, UTC-05:00)
Online pharmacies offer Fioricet prescriptions now.
5/2/2007 9:15:58 AM (Eastern Standard Time, UTC-05:00)
Butalbital is the generic name for Fioricet.
5/2/2007 9:16:26 AM (Eastern Standard Time, UTC-05:00)
When does soma most effective?
5/2/2007 9:17:01 AM (Eastern Standard Time, UTC-05:00)
I like carisoprodol. It makes me feel good.
Name
E-mail
Home page

Comment (HTML not allowed)  

Enter the code shown (prevents robots):