Use these queries to get your site backup. --Find all infected files select * from AllDocs where ( VirusStatus >= 0 ) and ( VirusStatus is not null) --Run this next query if you know all your documents do not have a Virus --update AllDocs set VirusStatus = null where (VirusStatus > 0) and (VirusStatus is not null)
Run this command to pull DLLs out of the GAC. It will map the G drive to the GAC and you will be able to access it like it is a file folder. subst G: %windir%\assembly
Use this when the output is to long to view in a command prompt or you want to save the file output to review later. stsadm -o enumsites -url http://TeamSite/ >c:\AllTeamSites.txt 2>&1