This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hi,
I need a Powershell script to copy only certain DLL's from one folder to another folder on the Windows Server. Please let me know.
Thanks,
info2m
Was your issue resolved?
If you resolved it using our solution, please "mark it as answer" to help other community members find the helpful reply quickly.
Best Regards,
Lee
Just do it.
Please carefully review the following links to set your expectation for posting in technical forums.
This Forum is for Scripting Questions Rather than script requests
\_(ツ)_/
Thanks for your question.
As jrv sir said, you can't post your script requests in this forum.
You can use "Copy-Item" cmdlet to help you solve it.
Copy-Item help file
Copy-Item -Path $path\*.dll -Destination $dest