Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Latest commit

 

History

History
87 lines (64 loc) · 1.4 KB

Out-Zip.md

File metadata and controls

87 lines (64 loc) · 1.4 KB

external help file: ModuleBuildToolsTemp-help.xml Module Name: ModuleBuildToolsTemp online version: https://github.com/zloeber/ModuleBuild schema: 2.0.0

Out-Zip

SYNOPSIS

TBD

SYNTAX

Out-Zip [-Directory] <String> [-FileName] <String> [-overwrite] [<CommonParameters>]

DESCRIPTION

TBD

EXAMPLES

EXAMPLE 1

TBD

[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PS", "",Scope="function",Justification="")]

PARAMETERS

-Directory

TBD

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-FileName

TBD

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-overwrite

TBD

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS