Showing results for files and folders - Scripting Blog [archived]

Mar 12, 2015
0
0

Use PowerShell to Create Archive and Send Email

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to create a .zip archive and email it.  Hey, Scripting Guy! I have a number of files that I would like to archive on a regular basis to a .zip file. I need to email that .zip file as an attachment. I do this every week, and it takes me like nearly 15 minutes to cr...

Scripting Guy!Windows PowerShellscripting techniques
Mar 11, 2015
0
0

PowerTip: Use PowerShell to Copy Source to Multiple Destinations

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to copy a source directory to multiple destinations.  How can I use Windows PowerShell to make multiple backup copies of a source directory without wasting a            lot of time mousing around?  Copying a single source directory to multiple destinations can be a single line ...

Scripting Guy!Windows PowerShellPowerTip
Mar 11, 2015
0
0

Use PowerShell to Extract Zipped Files

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to extract zipped files.  Hey, Scripting Guy! I need to be able to work with zipped files from time-to-time. Often I store files in a zip archive so they are portable. I know how to copy the .zip archive from one place to another with Windows PowerShell, but I cannot ...

Scripting Guy!Windows PowerShellstorage
Mar 10, 2015
0
0

Use PowerShell to Zip Multiple Folders

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to create a .zip archive of multiple folders.  Hey, Scripting Guy! I need to compress multiple folders before I attempt to archive them. I would like to do this without having to install additional software. Can you help? —DR  Hello DR, Microsoft Scripting Guy, Ed Wilson, is here. This afternoon I am ...

Scripting Guy!Windows PowerShellstorage
Feb 16, 2015
0
0

Use PowerShell to Back Up Word Docs

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to make a backup of all Word documents.  Hey, Scripting Guy! I need some help. I routinely edit Microsoft Word documents, but because of the changes I make to the file, I like to keep the original file intact. So what I do is open a Word document, then I use the ...

Scripting Guy!Windows PowerShellbackup