How to write a automated script that runs in background, and allows the user to do other task
I want to write a powershell script that does the following task
How to schedule a Powershell script in windows task scheduler for collect disk drive information from remote computer
I want to schedule a task in windows task scheduler to get disk drive information from a remote computer. If I run the script manually then I am getting the desired information but when running the script from task scheduler then getting no output but task is completing successfully.