search for: childitem

Displaying 1 result from an estimated 1 matches for "childitem".

Did you mean: childit
2023 Mar 01
1
Inherit Owner / Permissions
A user is attempting to use Windows Powershell get-childitem command to copy files from one SMB directory to another. ***************** Get-ChildItem -Path "W:\z_TestFiles\source1" -Recurse -File | ForEach-Object { Copy-Item -Path $_.FullName -Destination "X:\dest1" } ***************** When the command is run it creates the files as...