This function will generate and output various log files and support information to assist in troubleshooting computer issues. The exported data is added to an archive file which can be attached to support tickets or forwarded from service desk to senior support.
Create a WPF graphical application which makes the necessary calls to run the PowerShell function.
This executable can be run by end users, negating the need to run commands in a PowerShell prompt which can be challenging for users.
The Get-SupportInfo function should exist on the endpoint so that the WPF application simple has to invoke it. This method of invocation has been requested by colleagues at my current employer and I do see the value in this request.
Create a WPF graphical application which makes the necessary calls to run the PowerShell function.
This executable can be run by end users, negating the need to run commands in a PowerShell prompt which can be challenging for users.
The Get-SupportInfo function should exist on the endpoint so that the WPF application simple has to invoke it. This method of invocation has been requested by colleagues at my current employer and I do see the value in this request.
Feedback and suggestions are welcomed.