You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
23
23
- Added `-KeyColumn` to `Add-PnPDataRowsToSiteTemplate` which allows for overwriting existing list items in a site template [#2616](https://github.com/pnp/powershell/pull/2616)
24
24
- Added `IsTeamsConnected`, `IsTeamsChannelConnected` and `TeamChannelType` to be returned when `Get-PnPTenantSite` cmdlet is executed. [#2656](https://github.com/pnp/powershell/pull/2656)
25
25
- Added `-EnvironmentVariable` parameter to `Connect-PnPOnline` to connect using Azure environment variables. [#2681](https://github.com/pnp/powershell/pull/2681)
26
+
- Added `-Filter` parameter to `Get-PnPAzureADServicePrincipal` cmdlet to retrieve specific application registrations based on filter conditions. It supports simple and advanced queries. [#2710](https://github.com/pnp/powershell/pull/2710)
26
27
- Added `-Filter` parameter to `Get-PnPMicrosoft365Group` cmdlet to retrieve specific M365 groups based on filter conditions. It supports simple and advanced queries.
Retrieves the application registration with the description starting with "contoso" from Azure Active Directory. This example demonstrates using Advanced Query capabilities (see: https://learn.microsoft.com/graph/aad-advanced-queries?tabs=http#group-properties).
92
+
86
93
## PARAMETERS
87
94
88
95
### -AppId
@@ -141,6 +148,20 @@ Accept pipeline input: False
141
148
Accept wildcard characters: False
142
149
```
143
150
151
+
### -Filter
152
+
Specify the query to pass to Graph API in $filter.
153
+
154
+
```yaml
155
+
Type: String
156
+
Parameter Sets: Filter
157
+
158
+
Required: False
159
+
Position: Named
160
+
Default value: None
161
+
Accept pipeline input: False
162
+
Accept wildcard characters: False
163
+
```
164
+
144
165
## RELATED LINKS
145
166
146
167
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
0 commit comments