Select Page

Required Files: SharedScriptRequiredFile 12


This will use Nirsoft BlueScreenView to get info and then attach it to the Asset via file upload.


 

Set-Executionpolicy RemoteSigned
Import-Module $env:SyncroModule
 
c:\temp\bluescreenviewer.exe /stext c:\temp\bluescreens.txt
Upload-File -Subdomain "SUBDOMAIN_HERE" -FilePath "C:\temp\bluescreens.txt"