Microsoft
Software
Hardware
Network
Question : Powershell Script to Copy Folder Structure from one Server to another.
Hey,
We are replacing our File server with a new one, and I am trying to clean up some in the process. I need a PowerShell Script to copy just the folder structure from one server to another. I do not need the files, just the folders.
Answer : Powershell Script to Copy Folder Structure from one Server to another.
Heh heh heh. There you go.
I'm sure there are various creative ways to make the job harder.
1:
invoke-expression "xcopy \\oldserver\c$\files c:\files /T /E"
Open in New Window
Select All
Random Solutions
The expression you entered contains invalid syntax.
GPO for desktop icons in Windows Server 2008 R2
Need help understanding Enforced Group Policy link Option
Outlook web access images wont load
popup modal form
EDB file growing like crazy HELP!!!!!
Apache .NET vs IIS 6.0\7.0
Access 2007 - Flush Fields
How does this really work - DoCmd.DoMenuItem A_FORMBAR, A_FILEMENU, A_SAVERECORD
INSERT INTO new table from existing stored procedure