< Back

Get-PublicOSDrivers

Sat Jan 18, 2020 6:14 pm

NAME Get-PublicOSDrivers



SYNOPSIS

Downloads OSDrivers from Amazon S3 Storage

Requires PowerShell Module AWSPowerShell

Install-Module -Name AWSPowerShell





SYNTAX

Get-PublicOSDrivers [-DownloadPath] <String> [-WindowsProfile] <String> [[-AWSAccessKey] <String>]

[[-AWSSecretKey] <String>] [-PublicCore] [-PublicDell] [-PublicHP] [-PublicLenovo] [-PublicVideo]

[<CommonParameters>]





DESCRIPTION

Downloads OSDrivers from Amazon S3 Storage

Requires PowerShell Module AWSPowerShell

Install-Module -Name AWSPowerShell





PARAMETERS

-DownloadPath <String>

Local Directory where OSDrivers will be downloaded to



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WindowsProfile <String>

Filters an Operating System and Architecture for Driver Compatibility



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-AWSAccessKey <String>

Amazon AWS Access Key for Public OSDrivers Authentication



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-AWSSecretKey <String>

Amazon AWS Secret Key for Public OSDrivers Authentication



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PublicCore [<SwitchParameter>]

Select Public\\Core* Drivers to Download



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-PublicDell [<SwitchParameter>]

Select Public\\Dell* Drivers to Download



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-PublicHP [<SwitchParameter>]

Select Public\\HP* Drivers to Download



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-PublicLenovo [<SwitchParameter>]

Select Public\\Lenovo* Drivers to Download



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-PublicVideo [<SwitchParameter>]

Select Public\\Video* Drivers to Download



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





NAME: Get-PublicOSDrivers.ps1

AUTHOR: David Segura, david@segura.org

BLOG: http://www.osdeploy.com

CREATED: 02/18/2018

VERSION: 1.1.0.2



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-PublicOSDrivers -DownloadPath C:\\DeploymentShare\\OSDrivers -WindowsProfile "Win10 x64" -PublicCore

-PublicVideo



Downloads from AWS OSDrivers for Win10 x64 Public Core and Public Video to C:\\DeploymentShare\\OSDrivers









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-PublicOSDrivers -DownloadPath C:\\DeploymentShare\\OSDrivers -WindowsProfile "Win10 x64" -PublicDell



Downloads from AWS OSDrivers for Win10 x64 Public Dell to C:\\DeploymentShare\\OSDrivers











RELATED LINKS

https://www.osdeploy.com/psmodule/osdrivers/