Skip to content

Commit 4d555c4

Browse files
authored
Add documentation for IsAuthoritative site property filter
1 parent 8923bc1 commit 4d555c4

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOSite.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Accept wildcard characters: False
236236
> Applicable: SharePoint Online
237237
238238
Specifies the script block of the server-side filter to apply. The type must be a valid filter name and value must be in the form `{ PropertyName <operator> "filterValue"}`. Valid operators are as follows: -eq, -ne, -like, -notlike.
239-
Currently, you can filter by these properties: Owner, Template (can be used to filter if it is the only property present in the filter), LockState, Url.
239+
Currently, you can filter by these properties: Owner, Template (can be used to filter if it is the only property present in the filter), LockState, Url, IsAuthoritative (It only supports comparision operators -eq and -ne. For eg: `{IsAuthoritative -eq true}`).
240240
Using the -or operator to include an additional filter is not supported.
241241

242242
Note: The operator values are case-sensitive.
@@ -311,6 +311,24 @@ Accept pipeline input: False
311311
Accept wildcard characters: False
312312
```
313313

314+
### -IsAuthoritative
315+
316+
> Applicable: SharePoint Online
317+
318+
Displays sites which are have true value for IsAuthoritative site property when value is set to $true. The 'IsAuthoritaive' site property signals to Microsoft Search, Copilot(BizChat), and other AI agents that the site's content is official, trusted, and verified. This designation enhances content discoverability and increases user confidence in AI-generated responses.
319+
320+
```yaml
321+
Type: Boolean
322+
Parameter Sets: ParamSet1
323+
Aliases:
324+
325+
Required: False
326+
Position: Named
327+
Default value: None
328+
Accept pipeline input: False
329+
Accept wildcard characters: False
330+
```
331+
314332
### -Limit
315333

316334
> Applicable: SharePoint Online

0 commit comments

Comments
 (0)