You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
I frequently find a need to get the metadata of items in an archive.
Something like
Get-Archive
sounds good.Could/should this be integrated to Get-ChildObject? Something like:
Get-ChildItem -Path '.\anarchive.zip' -Recurse
Perhaps even specifying subdirectories in the archive:
Get-ChildItem -Path '.\anarchive.zip\dir1' -Recurse
The text was updated successfully, but these errors were encountered: