HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Windows/diagnostics/system/BITS/RS_BITSDLL.ps1
# Copyright © 2015, Microsoft Corporation. All rights reserved.
# :: ======================================================= ::

#====================================================================================
# Load Utilities
#====================================================================================
. ./CL_Service.ps1

#====================================================================================
# Main
#====================================================================================
if (Test-Path $Global:sfcOputFile)
{
	Update-DiagReport -File $Global:sfcOputFile -ID 'RS_BITSDLL' -Name 'SFC Output' -Verbosity Informational
	Get-DiagInput -ID 'INT_RestartReq'
	del $Global:sfcOputFile -Force -ErrorAction SilentlyContinue
}