FILE: C:\Windows\diagnostics\system\Bluetooth\RS_OtherIssue.ps1

--
# Copyright © 2016, Microsoft Corporation. All rights reserved. # :: ======================================================= :: #==================================================================================== # Initialize #==================================================================================== Param ($problemDeviceName,$errorCode) #==================================================================================== # Main #==================================================================================== if(![string]::IsNullOrWhiteSpace($problemDeviceName)) { Get-DiagInput -ID 'INT_OEM' -Parameter @{'ProblemDeviceName'=$problemDeviceName;'ErrorCode'=$errorCode} }
--