Sunday, January 18, 2009

move a directory from location to location

to move the 'New.Directory' from 'r:\temp' directory to the root of the R: drive and verify that the item was moved

PS> move-item -path r:\temp\new.directory -destination r:\ -passthru

No comments:

Post a Comment