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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!