Skip to content

Find-Module -name: wildcard or not, which is it? #1109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Bartolomeus-649 opened this issue Mar 24, 2017 · 1 comment
Closed

Find-Module -name: wildcard or not, which is it? #1109

Bartolomeus-649 opened this issue Mar 24, 2017 · 1 comment

Comments

@Bartolomeus-649
Copy link

-Name
Specifies the names of one or more modules to search for. This parameter supports wildcard characters. If wildcard characters are not specified, only modules that exactly match the specified names are returned. If no matches are found, and you have not used any wildcard characters, the command returns an error. If you use wildcard characters, but do not find matching results, no error is returned.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

@exchange12rocks
Copy link
Contributor

Find-Module -Name 'ad*' | select Name

Name
----
AdministratorRole
ADtoO365
AdmxPolicy
ADPolicyAudit
ADGrouper
AddCustomAvailabilityDB
ADConfiguration
Add-HostFileEntry
ADAudit
AdsiPS
ADMirror
add-multipleusers
ADCSTemplateParser

Apparently, it does support wildcards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants