Question: I need to get every other file using powershell but my code dosent work. what i am doing wrong.Get-ChildItem -Depth 0 C:WindowsSystem32 -File | Sort-Object
I need to get every other file using powershell but my code dosent work. what i am doing wrong.Get-ChildItem -Depth 0 "C:\Windows\System32" -File | Sort-Object -Property Name
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
