Forefront marked all files as infected with a virus and causes the SharePoint page not to load

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)

Comments

Popular posts from this blog

Corporate Intranet Information Architecture – a Publishing Site

No Search Results in SharePoint Contextual Search OSSSearchResults.aspx

The long sad road to getting Metastorm, SharePoint, and Kerberos to work together in a multiple server farm.