Skip to content

Commit c9fc2b3

Browse files
author
Andrew
committed
Updated appveyor links
1 parent ba545cd commit c9fc2b3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# Microsoft.PowerShell.Archive Module
22
[Microsoft.PowerShell.Archive module](https://technet.microsoft.com/en-us/library/dn818910.aspx) contains cmdlets that let you create and extract ZIP archives.
33

4+
|Master |
5+
|:------:|
6+
|[![Build status](https://ci.appveyor.com/api/projects/status/npvhboe2nbdbtteg/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/microsoft-powershell-archive/branch/master)|
7+
48
## [Compress-Archive](https://technet.microsoft.com/library/dn841358.aspx) examples
59
1. Create an archive from an entire folder including subdirectories: `Compress-Archive -Path C:\Reference -DestinationPath C:\Archives\Draft.zip`
610
2. Update an existing archive file: `Compress-Archive -Path C:\Reference\* -DestinationPath C:\Archives\Draft.zip -Update`
711

812
## [Expand-Archive](https://technet.microsoft.com/library/dn841359.aspx) examples
913
1. Extract the contents of an archive in the current folder: `Expand-Archive -Path SampleArchive.zip`
1014
2. Use -Force parameter to overwrite existing files by those in the archive: `Expand-Archive -Path .\SampleArchive.zip -DestinationPath .\ExistingDir -Force`
11-
12-
=============
13-
14-
|Master |
15-
|:------:|:-------:|
16-
[![Build status](https://ci.appveyor.com/api/projects/status/t09difl1p5litxrd/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/microsoft-powershell-archive/branch/master)|

0 commit comments

Comments
 (0)