Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move-Item2 can't find the source folder #21

Open
PwshPally opened this issue Sep 25, 2017 · 0 comments
Open

Move-Item2 can't find the source folder #21

PwshPally opened this issue Sep 25, 2017 · 0 comments

Comments

@PwshPally
Copy link

When trying move a folder Move-Item2 tells me it can't find the folder. Like so:

Move-Item2 -Path 'C:\StoragePoolMounts\home\shared\dallen' -Force -Confirm:$False -Destination 'C:\StoragePoolMounts\home\shared\ArchivedUsers\dallen\U-drive'

Move-Item2 : (3) The system cannot find the path specified: [\?\C:\StoragePoolMounts\home\shared\dallen]
+ CategoryInfo : InvalidData: (C:\StoragePoolMounts\home\shared\dallen:String) [Move-Item2], DirectoryNot
FoundException
+ FullyQualifiedErrorId : MoveError,NTFSSecurity.MoveItem2

I've confirmed the folder is there and that permissions are fine. Get-Item2 can get the object fine. I'm confused what the issue is.

The only thing that isn't plain vanilla on it is that the "home" folder is a mount point. Could that cause the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant