Skip to content

Commit ee9fc44

Browse files
authored
Update Get-CsHuntGroupTenantInformation.md
1 parent cfdaaec commit ee9fc44

File tree

1 file changed

+19
-24
lines changed

1 file changed

+19
-24
lines changed

skype/skype-ps/skype/Get-CsHuntGroupTenantInformation.md

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ The Get-CsHuntGroupTenantInformation cmdlet returns additional call queue inform
1313
## SYNTAX
1414

1515
```
16-
Get-CsHuntGroupTenantInformation [-BypassDualWrite <Object>] [-DomainController <Object>] [-Force]
17-
[-Tenant <Object>] [-AsJob] [<CommonParameters>]
16+
Get-CsHuntGroupTenantInformation [-Tenant <Guid>] [-DomainController <Fqdn>] [-Force] [-AsJob] [<CommonParameters>]
1817
```
1918

2019
## DESCRIPTION
@@ -30,27 +29,11 @@ This example returns additional call queue information for the tenant.
3029

3130
## PARAMETERS
3231

33-
### -BypassDualWrite
34-
PARAMVALUE: $true | $false
35-
36-
```yaml
37-
Type: Object
38-
Parameter Sets: (All)
39-
Aliases:
40-
Applicable: Skype for Business Online
41-
42-
Required: False
43-
Position: Named
44-
Default value: None
45-
Accept pipeline input: False
46-
Accept wildcard characters: False
47-
```
48-
4932
### -DomainController
50-
PARAMVALUE: Fqdn
33+
This parameter is reserved for internal Microsoft use.
5134

5235
```yaml
53-
Type: Object
36+
Type: Fqdn
5437
Parameter Sets: (All)
5538
Aliases: DC
5639
Applicable: Skype for Business Online
@@ -63,7 +46,7 @@ Accept wildcard characters: False
6346
```
6447
6548
### -Force
66-
PARAMVALUE: SwitchParameter
49+
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
6750
6851
```yaml
6952
Type: SwitchParameter
@@ -79,10 +62,18 @@ Accept wildcard characters: False
7962
```
8063
8164
### -Tenant
82-
PARAMVALUE: Guid
65+
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
66+
67+
-Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"
68+
69+
You can return your tenant ID by running this command:
70+
71+
Get-CsTenant | Select-Object DisplayName, TenantID
72+
73+
If you are using a remote session of Windows PowerShell and are connected only to Skype for Business Online you do not have to include the Tenant parameter. Instead, the tenant ID will automatically be filled in for you based on your connection information. The Tenant parameter is primarily for use in a hybrid deployment.
8374
8475
```yaml
85-
Type: Object
76+
Type: Guid
8677
Parameter Sets: (All)
8778
Aliases:
8879
Applicable: Skype for Business Online
@@ -95,7 +86,11 @@ Accept wildcard characters: False
9586
```
9687
9788
### -AsJob
98-
PARAMVALUE: SwitchParameter
89+
Indicates that this cmdlet runs as a background job.
90+
91+
When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet.
92+
93+
For more information about Windows PowerShell background jobs, see [about_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-6) and [about_Remote_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_jobs?view=powershell-6).
9994
10095
```yaml
10196
Type: SwitchParameter

0 commit comments

Comments
 (0)