# Copyright © 2012, Microsoft Corporation. All rights reserved. #*================================================================================= param($allError) Import-LocalizedData -BindingVariable localizationString -FileName CL_LocalizationData if(Test-Path -Path "$Env:TEMP/rsdatastoreWU.xml") { Del "$Env:TEMP/rsdatastoreWU.xml" -Force } #*================================================================================= if($allError.Count -gt 0){ update-diagrootcause -id RC_DataStore -Detected $true } else{ update-diagrootcause -id RC_DataStore -Detected $false }