Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Returns SharePoint Online organization properties.
## SYNTAX

```
Get-SPOTenant [-ShowDetails] [<CommonParameters>]
Get-SPOTenant [<CommonParameters>]
```

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

## PARAMETERS

### -ShowDetails

> Applicable: SharePoint Online

Whether to show the detailed properties for each setting.

```yaml
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters

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).
Expand Down