Skip to content

Commit 9faced4

Browse files
authored
Merge pull request MicrosoftDocs#1079 from nsshommo/nasim
Fixing Typo
2 parents 37b3ba8 + 3dfa063 commit 9faced4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

skype/skype-ps/skype/Get-CsTenant.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ Accept wildcard characters: False
5555
Enables you to return data by using Active Directory attributes and without having to specify the full Active Directory distinguished name.
5656
For example, to retrieve a tenant by using the tenant display name, use syntax similar to this:
5757
58-
`Get-CsTenant -Filter {DisplayName -eq "FabrikamTenant"}`
58+
Get-CsTenant -Filter {DisplayName -eq "FabrikamTenant"}
5959
6060
To return all tenants that use a Fabrikam ___domain use this syntax:
6161
62-
`Get-CsTenant -Filter {Domains -like "*fabrikam*"}`
62+
Get-CsTenant -Filter {Domains -like "*fabrikam*"}
6363
64-
The Filter parameter uses the same Windows PowerShell filtering syntax is used by the Where-Object cmdlet.
64+
The Filter parameter uses the same Windows PowerShell filtering syntax is used by the `Where-Object` cmdlet.
6565

6666
You cannot use both the Identity parameter and the Filter parameter in the same command.
6767

@@ -82,9 +82,9 @@ Accept wildcard characters: False
8282
Unique identifier for the tenant.
8383
For example:
8484

85-
`-Identity "bf19b7db-6960-41e5-a139-2aa373474354"`
85+
-Identity "bf19b7db-6960-41e5-a139-2aa373474354"
8686

87-
If you do not include either the Identity or the Filter parameter then the Get-CsTenant cmdlet will return information about all your tenants.
87+
If you do not include either the Identity or the Filter parameter then the `Get-CsTenant` cmdlet will return information about all your tenants.
8888

8989
```yaml
9090
Type: Object
@@ -144,14 +144,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
144144
## INPUTS
145145

146146
### Microsoft.Rtc.Management.ADConnect.Schema.TenantObject or String
147-
The Get-CsTenant cmdlet accepts pipelined instances of the Microsoft.Rtc.Management.ADConnect.Schema.TenantObject object as well as string values representing the Identity of the tenant (for example "bf19b7db-6960-41e5-a139-2aa373474354").
148-
147+
The `Get-CsTenant` cmdlet accepts pipelined instances of the Microsoft.Rtc.Management.ADConnect.Schema.TenantObject object as well as string values representing the Identity of the tenant (for example "bf19b7db-6960-41e5-a139-2aa373474354").
149148

150149
## OUTPUTS
151150

152151
### Microsoft.Rtc.Management.ADConnect.Schema.TenantObject
153152

154-
155153
## NOTES
156154

157155
## RELATED LINKS

0 commit comments

Comments
 (0)