Get-PnPTeamsTeam A parameter cannot be found that matches parameter name 'Filter' #2506
-
Hi, I'm trying to use the -Filter parameter on the Get-PnPTeamsTeam cmdlet ( https://pnp.github.io/powershell/cmdlets/Get-PnPTeamsTeam.html ). Example: Get-PnPTeamsTeam -Filter "startswith(mailNickName, 'contoso')" My exact code is: $Teams = Get-PnPTeamsTeam -Filter "startswith(mailNickName, 'finance-')" However when I use this I get an error: A parameter cannot be found that matches parameter name 'Filter'. Please can you help? is this a mistake on the documentation and Filter is not supported by this cmdlet?? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, this To install nightly builds, you need to specify Check this link on how to do that: |
Beta Was this translation helpful? Give feedback.
Hi, this
-Filter
parameter is available in the latest nightly builds. It will also be available whenever we release 1.12.0To install nightly builds, you need to specify
-AllowPrerelease
parameter.Check this link on how to do that:
https://www.easy365manager.com/install-module-a-parameter-cannot-be-found-that-matches-parameter-name-allowprerelease/