Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8637795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:33:38+00:00 2026-06-12T10:33:38+00:00

I have a folder structure that looks like this: -Daily Logs -Script1Logs -AnotherScriptLogs -ThirdScriptLogs

  • 0

I have a folder structure that looks like this:

-Daily Logs
  -Script1Logs
  -AnotherScriptLogs
  -ThirdScriptLogs

I would like to zip all the folders underneath “Daily Logs” and retain the same folder structure.

Is there a way to zip the folders in one shot without going through each one individually?
Also, can the zip file include only the file structure shown above instead of the entire path to the log folders?

This is what I am using to zip the Daily Logs folder, but it does not zip the sub folders and it includes the entire path to the daily logs folder as part of the folder structure inside the zip file.

If (!(Test-Path $ARCHIVELOGFOLDER\$ARCHIVELOGFILE)) { 
    Write-Zip $file.FullName $ARCHIVELOGFOLDER\$ARCHIVELOGFILE
    Write-Zip -Path $files -OutputPath $ArchiveFile -Append -FlattenPaths -IncludeEmptyDirectories -Quiet -Level 9
} 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T10:33:39+00:00Added an answer on June 12, 2026 at 10:33 am

    Write-Zip is not a native PowerShell cmdlet. The one you’re using looks like the PowerShell Community Extensions version written by Oisin. It will preserve paths and not use a full path if used like so:

    C:\InetPub> Write-Zip -Path Logs -OutputPath logs.zip -IncludeEmptyDirectories
    

    Note that there have been several bugs fixed in the latest release candidates for 2.1 and 3.0. You can pick up those versions here and here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have a folder structure that looks like this: / /bin/myComponent.cfc /reports/index.cfm How
So, I have an app/assets/stylesheets/ directory structure that looks something like this: |-dialogs |-mixins
I have a file structure on my server that looks something like this: My
Specifically, I have a folder structure that looks like the below: about (main folder)
I have a VS2010 solution that includes multiple projects. The folder structure looks like
I have folder structure and I would like to create JSON objects based on
I have a folder structure like this: /some_folder /tmp /tmp/foo /tmp/foo/fu * /tmp/bar /tmp/bar/bah
I have a folder structure like this: /articles .index.php .second.php .third.php .fourth.php If I'm
I have a data model for a directory type structure that looks something like
I have a project structure that looks like the following: [Solution Name] doc (documentation)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.