Skip to content

Commit 0f20ef3

Browse files
authored
Merge pull request MicrosoftDocs#8291 from salarson/patch-21
Add ViewInFileExplorerEnabled
2 parents 1add53f + 5a84644 commit 0f20ef3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
106106
[-StopNew2013Workflows <Boolean>]
107107
[-BlockSendLabelMismatchEmail <Boolean>]
108108
[-DisableOutlookPSTVersionTrimming <Boolean>]
109+
[-ViewInFileExplorerEnabled <Boolean>]
109110
[<CommonParameters>]
110111
```
111112

@@ -1908,6 +1909,31 @@ Accept pipeline input: False
19081909
Accept wildcard characters: False
19091910
```
19101911

1912+
### -ViewInFileExplorerEnabled
1913+
Enables or disables the ability to use View in Explorer in Microsoft Edge (93) or above.
1914+
1915+
> [!NOTE]
1916+
> When the value is set the View In Explorer command will become visible in UX for all users using Edge browser version 93 or above however those users still need [ConfigureViewInFileExplorer](https://docs.microsoft.com/deployedge/microsoft-edge-policies#configureviewinfileexplorer) Edge policy enabled for the functionality to work.
1917+
>
1918+
> Minimum Module Version Required: 16.0.21610.12000
1919+
1920+
The valid values are:
1921+
1922+
- False (default) - Disables View In Explorer command to become visible in Edge.
1923+
- True - Enables View In Explorer command to become visible in Edge.
1924+
1925+
```yaml
1926+
Type: Boolean
1927+
Parameter Sets: (All)
1928+
Aliases:
1929+
1930+
Required: False
1931+
Position: Named
1932+
Default value: None
1933+
Accept pipeline input: False
1934+
Accept wildcard characters: False
1935+
```
1936+
19111937
### CommonParameters
19121938

19131939
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

0 commit comments

Comments
 (0)