< Back
Find-OSDriverINFs
Post
NAME Find-OSDriverINFs
SYNOPSIS
Finds specified files, estimates size, option to remove Parent directory
SYNTAX
Find-OSDriverINFs [-Path] <String> [[-Files] <String>] [-RemoveSelected] [<CommonParameters>]
DESCRIPTION
Finds specified files, estimates size, option to remove Parent directory
PARAMETERS
-Path <String>
Directory to search for INF files
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Files <String>
Files to Include. Default is *.inf
Required? false
Position? 2
Default value *.inf
Accept pipeline input? false
Accept wildcard characters? false
-RemoveSelected [<SwitchParameter>]
Removes the directory containing the file
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: Find-OSDriverINFs.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:\\>Find-OSDriverINFs -Path C:\\OSDrivers\\Intel
Finds all INF files in C:\\OSDrivers\\Intel
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Find-OSDriverINFs -Path C:\\OSDrivers\\Intel -RemoveSelected
Finds all INF files in C:\\OSDrivers\\Intel. Removes Parent directory of selected files
RELATED LINKS
https://www.osdeploy.com/psmodule/osdrivers/
SYNOPSIS
Finds specified files, estimates size, option to remove Parent directory
SYNTAX
Find-OSDriverINFs [-Path] <String> [[-Files] <String>] [-RemoveSelected] [<CommonParameters>]
DESCRIPTION
Finds specified files, estimates size, option to remove Parent directory
PARAMETERS
-Path <String>
Directory to search for INF files
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Files <String>
Files to Include. Default is *.inf
Required? false
Position? 2
Default value *.inf
Accept pipeline input? false
Accept wildcard characters? false
-RemoveSelected [<SwitchParameter>]
Removes the directory containing the file
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: Find-OSDriverINFs.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:\\>Find-OSDriverINFs -Path C:\\OSDrivers\\Intel
Finds all INF files in C:\\OSDrivers\\Intel
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Find-OSDriverINFs -Path C:\\OSDrivers\\Intel -RemoveSelected
Finds all INF files in C:\\OSDrivers\\Intel. Removes Parent directory of selected files
RELATED LINKS
https://www.osdeploy.com/psmodule/osdrivers/