Question: Create a PowerShell script named Get-FileOwner.ps1 The script must require at least PowerShell Version 5.1 The script must accept as input a named parameter called
Create a PowerShell script named Get-FileOwner.ps1
The script must require at least PowerShell Version 5.1
The script must accept as input a named parameter called Dir which is the directory to be scanned
The script must check to ensure both that the path exists and that the path is a directory
If either above condition is not met, then the script should exit with an appropriate message
The script must output a file path and the owner of that file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
