Package stores with ABC permits may only open for business from 10:00 a.m. To 10:00 p.m., Monday through Saturday. Package stores are not allowed Sunday sales and cannot open on Christmas Day. ABC on-premises permittees may make sales of alcoholic beverages at the permitted location between 10:00 a.m. And midnight, Monday through Saturday. ^Savings based on all package bookings with Flight + Hotel made on Travelocity.com from 2019-04-01 - 2020-03-31 as compared to the price of the same components booked separately. Savings will vary based on origin/destination, length of trip, stay dates and selected travel supplier(s). Savings not available on all packages. Where is my package? Mar 08, 2017 Download Microsoft Visual C Redistributable Package 2015 - This package contains the run-time components of Visual C Libraries needed for running applications on a PC without Visual C installed.
-->Syntax
Description
The Install-Package
cmdlet installs one or more software packages on the local computer. If youhave multiple software sources, use Get-PackageProvider
and Get-PackageSource
to display detailsabout your providers.
Examples
Example 1: Install a package by package name
The Install-Package
cmdlet installs a software package and its dependencies.
Install-Package
uses parameters to specify the packages Name and Source. TheCredential parameter uses a domain user account with permissions to install packages. Thecommand prompts you for the user account password.
Ms Package Free
Example 2: Use Find-Package to install a package
In this example, the object returned by Find-Package
is sent down the pipeline and installed byInstall-Package
.
Find-Package
uses the Name and Source parameters to locate a package. The object is sentdown the pipeline and Install-Package
installs the package on the local computer.
Example 3: Install packages by specifying a range of versions
Install-Package
uses the MinimumVersion and MaximumVersion parameters to specify a rangeof software versions.
Install-Package
uses the Name and Source parameters to find a package. TheMinimumVersion and MaximumVersion parameters specify a range of software versions. Thehighest version in the range is installed.
Parameters
AcceptLicense automatically accepts the license agreement during installation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Overrides warning messages about conflicts with existing commands. Overwrites existing commands thathave the same name as commands being installed.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Allows the installation of packages marked as prerelease.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Install-Package
installs all available versions of the package. By default, only the newestversion is installed.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies one or more commands that Install-Package
searches.
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies a path that contains a configuration file.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Install-Package
gets objects if the Contains parameter specifies a value that matches any ofthe object's property values.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies a user account that has permission to access the computer and run commands. Type a username, such as User01, Domain01User01, or enter a PSCredential object, generated by theGet-Credential
cmdlet. If you type a user name, you're prompted for a password.
When the Credential parameter isn't specified, Install-Package
uses the current user.
Type: | PSCredential |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies a path to an input object.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies one or more Desired State Configuration (DSC) resources that are searched byInstall-Package
. Use the Find-DscResource
cmdlet to find DSC resources.
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Switch to exclude the version number in the folder path.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies terms to search for within the Name and Description properties.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies a tag that filters results and excludes results that don't contain the specified tag.
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Forces the command to run without asking for user confirmation. Overrides restrictions that preventInstall-Package
from succeeding, with the exception of security.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Forces PackageManagement to automatically install the package provider for the specifiedpackage.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the package headers.
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies whether Install-Package
should find all package types. The acceptable values for thisparameter are as follows:
- Cmdlet
- DscResource
- Function
- RoleCapability
- Workflow
Type: | String[] |
Accepted values: | Cmdlet, DscResource, Function, RoleCapability, Workflow |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Accepts pipeline input. Specifies a package by using the package's SoftwareIdentity type.Find-Package
outputs a SoftwareIdentity object.
Type: | Microsoft.PackageManagement.Packaging.SoftwareIdentity[] |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Indicates that Install-Package
installs updates.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the maximum allowed package version that you want to install. If you don't specify thisparameter, Install-Package
installs the package's newest version.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the minimum allowed package version that you want to install. If you don't add thisparameter, Install-Package
installs the package's newest version that satisfies any versionspecified by the MaximumVersion parameter.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies one or more package names. Multiple package names must be separated by commas.
Type: | String[] |
Position: | 0 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
NoPathUpdate only applies to the Install-Script
cmdlet. NoPathUpdate is a dynamicparameter added by the provider and isn't supported by Install-Package
.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the name of the PackageManagement provider.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies one or more package provider names to which to scope your package search. You can getpackage provider names by running the Get-PackageProvider
cmdlet.
Type: | String[] |
Aliases: | Provider |
Accepted values: | Bootstrap, NuGet, PowerShellGet |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies a proxy server for the request, rather than connecting directly to an internet resource.
Type: | Uri |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies a user account that has permission to use the proxy server specified by the Proxyparameter.
Type: | PSCredential |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the path to a package's published location.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the exact allowed version of the package that you want to install. If you don't add thisparameter, Install-Package
installs the package's newest version that satisfies any versionspecified by the MaximumVersion parameter.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies an array of role capabilities.
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the scope for which to install the package. The acceptable values for this parameter areas follows:
- CurrentUser
- AllUsers
Type: | String |
Accepted values: | CurrentUser, AllUsers |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the path to a script's published location.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the script source location.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Skips the installation of software dependencies.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Allows you to get a package version that is newer than your installed version. For example, aninstalled package that is digitally signed by a trusted publisher but a new version isn't digitallysigned.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Switch that skips validating the credentials of a package.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies one or more package sources. Multiple package source names must be separated by commas.You can get package source names by running the Get-PackageSource
cmdlet.
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies one or more strings to search for in the package metadata.
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies whether to search for packages with a module, a script, or both. The acceptable values forthis parameter are as follows:
- Module
- Script
- All
Type: | String |
Accepted values: | Module, Script, All |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if Install-Package
cmdlet is run. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Ms Package Latex
Inputs
`Install-Package` accepts input from the pipeline.
Outputs
SoftwareIdentity[]
Notes
Including a package provider in a command can make dynamic parameters available to a cmdlet. Dynamicparameters are specific to a package provider. The Get-Help
cmdlet lists a cmdlet's parameter setsand includes the provider's parameter set. For example, Install-Package
has the PowerShellGetparameter set that includes -NoPathUpdate
, AllowClobber
, and SkipPublisherCheck
.
Important
As of April 2020, the PowerShell Gallery no longer supports Transport Layer Security (TLS)versions 1.0 and 1.1. If you are not using TLS 1.2 or higher, you will receive an error whentrying to access the PowerShell Gallery. Use the following command to ensure you are using TLS1.2:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
For more information, see theannouncement in thePowerShell blog.
Related Links
- Advertisement
- Microsoft Office PST Split Software v.2.3MicrosoftOffice PST split software to split Outlook PST files separately and split by date, size and year. In date option you can split the PST file from a particular date and you can also get the PST file before the selected date. In PST split by ...
- Office Product Key Code Finder for Microsoft Office v.2.20Find your Product Key Viewer for MicrosoftOffice and Visual Studio Products instantly! Locates various versions of Office and Visual Studio Products. Many Awards! Excellent tool for network administrators, or software compliance.
- Microsoft Office 2010 Primary Interop Assemblies Redistributable v.14.0.4763.1150The MicrosoftOffice 2010 Primary Interop Assemblies (PIA) Redistributable is a Microsoft Windows Installer package that contains the Primary Interop Assemblies for MicrosoftOffice 2010 products.The redistributable contains the PIAs for the ...
- Microsoft Office 2007 Add-in: Microsoft Save as PDF or XPS v.1.0Export and save to the PDF and XPS formats in eight 2007 MicrosoftOffice programs ...
- Microsoft Office 365 Migration v.3.0Migration to MicrosoftOffice 365 steps is done easy by choosing the right solution, though Microsoft Inc. did provides the solution to migrate the entire file system in batch. It indeed, require your high proficient technical skills to configure ...
- The 2007 Microsoft Office Servers Service Pack 2 (SP2) v.2.0Service Pack 2 provides the latest updates to all of the 2007 MicrosoftOffice System servers.
- Microsoft Office Open XML File Format Converter for Mac OS v.1.1.6Converts files that were created in Office 2008 for Mac or 2007 MicrosoftOffice system so that you can open and edit the files in Office 2004 version 11.4 or later and Office v. X version 10.1.9 or later. Word documents, Excel workbooks, and ...
- Microsoft Office Accounting 2009 Service Pack 1 v.1.0MicrosoftOffice Accounting 2009 Service Pack 1 ...
- Update for Microsoft Office Outlook 2007 Junk Email Filter (KB973514) v.1This update provides the Junk E-mail Filter in MicrosoftOffice Outlook 2007 with a more current definition of which e-mail messages should be considered junk e-mail.
- Update for Microsoft Office Outlook 2007 Junk Email Filter (KB974810) v.1This update provides the Junk E-mail Filter in MicrosoftOffice Outlook 2007 with a more current definition of which e-mail messages should be considered junk e-mail.
- Update for Microsoft Office Outlook 2003 Junk Email Filter (KB974771) v.1.0This update provides the Junk E-mail Filter in MicrosoftOffice Outlook 2003 with a more current definition of which e-mail messages should be considered junk e-mail.
- Update for Microsoft Office Outlook 2003 Junk Email Filter (KB973515) v.1.0This update provides the Junk E-mail Filter in MicrosoftOffice Outlook 2003 with a more current definition of which e-mail messages should be considered junk e-mail.
- Microsoft Office Communications Server 2007 R2 Group Chat SDK v.6907.43The MicrosoftOffice Communications Server 2007 R2 Group Chat Software Development Kit (SDK) includes documentation and sample applications developed with the Office Communications Server 2007 R2 Group Chat platform.
- Security Update for Microsoft Office Web Components (KB947319) v.2.0A security vulnerability exists in MicrosoftOffice 2003 Web Components and MicrosoftOffice XP Web Components that could allow arbitrary code to run when a maliciously modified web page is opened.
- Microsoft Office Home & Student v.2007MicrosoftOffice Home & Student 2007 is a great software for whole family to manage information for school, work, and home. With this suite, you can easily create great-looking documents, keep in touch, and stay on top of everything due to its more ...
- Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint File Formats v.4MicrosoftOffice Compatibility Pack for Word, Excel, and PowerPoint File Formats 4 is a useful package which allows you to open, edit, and save files in office 2003 using the file formats in newer versions of Word, Excel, and PowerPoint .The ...
- Microsoft Office Small Business Accounting 2006 v.1.3The MicrosoftOffice Small Business Accounting Software Development Kit (SDK) includes everything developers need to write, build, and deploy Microsoft Small Business Accounting integrated applications ' documentation and ...
- Microsoft Office Visio Professional v.2007MicrosoftOffice Visio Professional 2007 provides users advanced functionality, such as data connectivity and visualization features which are not included in Office Visio Standard 2007. MicrosoftOffice Visio 2007 lets IT and business professionals ...
- Microsoft Office 2010 (KB2460049) 64-bit Edition Service Pack 1 v.1.0Service Pack 1 (SP1) for MicrosoftOffice 2010 (KB2460049) 64-bit Edition ...
- Security Update for Microsoft Office XP Web Components (KB947320) v.1.0A security vulnerability exists in MicrosoftOffice XP Web Components that could allow arbitrary code to run when a maliciously modified web page is opened.
Ms Package Npm
Best Vacation Spots In Mississippi
- Microsoft office 2003 - Microsoft Office 2003 Service Pack 2 contains
- Microsoft Office Standard 2007 Suite Includes: Excel 2007, PowerPoint 2007, Word 2007,
- Microsoft Office Professional 2007 Suite Includes: Access 2007, Excel 2007, Outlook 2007 with
- Microsoft Office 2010 Primary Interop The Microsoft Office 2010 Primary Interop Assemblies
- Microsoft Office 2010 (KB2460049) 64-bit Service Pack 1 (SP1) for Microsoft Office 2010
- 2007 Microsoft Office Suite Service Pack 1 The 2007 Microsoft Office suite Service Pack 1 delivers
- Microsoft Office Compatibility Pack for Word, Microsoft Office Compatibility Pack for Word, Excel, and
- Microsoft Office 365 Migration Migration to Microsoft Office 365 steps is done easy by
- 2007 Microsoft Office Add-in: Microsoft Save This download allows you to export and save to the PDF and
- Update for Microsoft Office Outlook 2007 Junk This update provides the Junk E-mail Filter in Microsoft