You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoke-Robocopy return the following error if used with /xf parameter (exclude)
Invoke-Robocopy -Path 'D:\temp\11' -Destination 'D:\temp\22' -ArgumentList @('/XF *.dat')
same with relative path (.) before the exclude types and with absolute path
Invoke-Robocopy return the following error if used with /xf parameter (exclude)
Invoke-Robocopy -Path 'D:\temp\11' -Destination 'D:\temp\22' -ArgumentList @('/XF *.dat')
same with relative path (.) before the exclude types and with absolute path
The text was updated successfully, but these errors were encountered: