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
VB.net program fails when run from a network drive
Set Subquery Parameter from query
Windows 7" BSOD "UNEXPECTED_KERNEL_MODE_TR<wbr />AP"
How do I include .Net 2.0 SP1 in my Setup prerequisite list?
Can install Money update in Windows 7
Exchage Error SPAM question.
edit ad add to xml fie
How to use a module when referencing a calander
linking DBF with filename size greater than 8 characters in Access
How do I import a .csv file using VBA?