< Back
Find-MrModuleUpdate
Post
NAME Find-MrModuleUpdate
SYNOPSIS
Finds updates for installed modules from an online gallery that matches the specified criteria.
SYNTAX
Find-MrModuleUpdate [[-Name] <String[]>] [[-Scope] <String>] [<CommonParameters>]
DESCRIPTION
Find-MrModuleUpdate is a PowerShell advanced function that finds updates from an online gallery for locally
installed modules
regardless of whether or not they were originally installed from an online gallery or from the same online gallery
where the
update is found.
PARAMETERS
-Name <String[]>
Specifies the names of one or more modules to search for.
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Scope <String>
Specifies the search scope of the installed modules. The acceptable values for this parameter are: AllUsers
and CurrentUser.
Required? false
Position? 2
Default value
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
None
OUTPUTS
Mr.ModuleUpdate
NOTES
Author: Mike F Robbins
Website: http://mikefrobbins.com
Twitter: @mikefrobbins
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Find-MrModuleUpdate
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Find-MrModuleUpdate -Name PSScriptAnalyzer, PSVersion
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Find-MrModuleUpdate -Scope CurrentUser
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Find-MrModuleUpdate -Name PSScriptAnalyzer, PSVersion -Scope CurrentUser
RELATED LINKS
SYNOPSIS
Finds updates for installed modules from an online gallery that matches the specified criteria.
SYNTAX
Find-MrModuleUpdate [[-Name] <String[]>] [[-Scope] <String>] [<CommonParameters>]
DESCRIPTION
Find-MrModuleUpdate is a PowerShell advanced function that finds updates from an online gallery for locally
installed modules
regardless of whether or not they were originally installed from an online gallery or from the same online gallery
where the
update is found.
PARAMETERS
-Name <String[]>
Specifies the names of one or more modules to search for.
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Scope <String>
Specifies the search scope of the installed modules. The acceptable values for this parameter are: AllUsers
and CurrentUser.
Required? false
Position? 2
Default value
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
None
OUTPUTS
Mr.ModuleUpdate
NOTES
Author: Mike F Robbins
Website: http://mikefrobbins.com
Twitter: @mikefrobbins
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Find-MrModuleUpdate
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Find-MrModuleUpdate -Name PSScriptAnalyzer, PSVersion
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Find-MrModuleUpdate -Scope CurrentUser
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Find-MrModuleUpdate -Name PSScriptAnalyzer, PSVersion -Scope CurrentUser
RELATED LINKS