Brand new to UD and trying to mock up a Dashboard to show my manager the things that can be done. One of the things im trying to is convert an Winforms app i created with powershell tha tour helpdesk use and make it as a dashboard?
Its a simple app that takes three varibales
$username
$computername
$date
the date variable is used to find a specific csv while the other two variables are then used as select-string patterns with the result being outputed line by line as there could be multiple entries. The csv has no headers
I can successfully create the UDinput but its the results im struggling with.
Depends what you are trying to do. If you want the UDInput to remain on the page, use the second method. If you want the UDInput to be replaced with new content, use the second method.
I find the first easier to implement but it does replace the input form.