Skip to content

Commit e6551e2

Browse files
authored
Removing -ShowDeatils parameter
1 parent b98fff4 commit e6551e2

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

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

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Returns SharePoint Online organization properties.
1919
## SYNTAX
2020

2121
```
22-
Get-SPOTenant [-ShowDetails] [<CommonParameters>]
22+
Get-SPOTenant [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -44,24 +44,6 @@ This example returns the organization-level site collection properties such as S
4444

4545
## PARAMETERS
4646

47-
### -ShowDetails
48-
49-
> Applicable: SharePoint Online
50-
51-
Whether to show the detailed properties for each setting.
52-
53-
```yaml
54-
Type: System.Management.Automation.SwitchParameter
55-
Parameter Sets: (All)
56-
Aliases:
57-
58-
Required: False
59-
Position: Named
60-
Default value: None
61-
Accept pipeline input: False
62-
Accept wildcard characters: False
63-
```
64-
6547
### CommonParameters
6648

6749
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)