Skip to content

Commit c230f6a

Browse files
authored
Merge pull request MicrosoftDocs#4828 from get-itips/patch-137
Adding filterable properties
2 parents bac64e0 + d992d54 commit c230f6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSite.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Additional site collections are now displayed. For example, all group and video
4949

5050
The Detailed parameter has been deprecated. It will continue to work with earlier versions
5151

52-
Currently, Filter parameter is not functional.
53-
5452
> [!NOTE]
5553
> Site collections in the Recycle Bin will not be retrieved by using the `Get-SPOSite` cmdlet.
5654
@@ -164,7 +162,8 @@ Accept wildcard characters: False
164162
165163
### -Filter
166164
167-
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.
165+
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.
166+
Currently, you can filter by these properties: Owner, Template, LockState, Url.
168167

169168
> [!NOTE]
170169
> The operator values are case-sensitive.

0 commit comments

Comments
 (0)