Skip to content

Commit 35e4417

Browse files
authored
Update Grant-CsIPPhonePolicy.md
Added parameters type I don't understand why we have Grant-CsIPPhonePolicy if we don't have the cmdlet New-CsIPPhonePolicy to create new policies, so we don't need Grant- because Global Policy will apply to all users Added description to -DomainController parameter
1 parent 62e4ced commit 35e4417

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

skype/skype-ps/skype/Grant-CsIPPhonePolicy.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ For example, you might enable the Better Together Over Ethernet feature for some
1515
## SYNTAX
1616

1717
```
18-
Grant-CsIPPhonePolicy [[-Identity] <Object>] [[-PolicyName] <Object>] [-Confirm] [-DomainController <Object>]
19-
[-PassThru] [-Tenant <Object>] [-WhatIf] [-AsJob] [<CommonParameters>]
18+
Grant-CsIPPhonePolicy [[-Identity] <UserIdParameter>] [[-PolicyName] <XdsIdentity>] [-Confirm] [-DomainController <Fqdn>]
19+
[-PassThru] [-Tenant <Guid>] [-WhatIf] [-AsJob] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
@@ -55,7 +55,7 @@ If you set PolicyName to a null value, then the command will unassign any per-us
5555
For example: `Grant-CsIPPhonePolicy -Identity "Ken Myer" -PolicyName $Null`
5656

5757
```yaml
58-
Type: Object
58+
Type: XdsIdentity
5959
Parameter Sets: (All)
6060
Aliases:
6161
Applicable: Skype for Business Online
@@ -87,7 +87,7 @@ Accept wildcard characters: False
8787
This parameter is reserved for internal Microsoft use.
8888
8989
```yaml
90-
Type: Object
90+
Type: Fqdn
9191
Parameter Sets: (All)
9292
Aliases:
9393
Applicable: Skype for Business Online
@@ -110,7 +110,7 @@ Example: sip:[email protected]
110110
Example: 98403f08-577c-46dd-851a-f0460a13b03d
111111
112112
```yaml
113-
Type: Object
113+
Type: UserIdParameter
114114
Parameter Sets: (All)
115115
Aliases:
116116
Applicable: Skype for Business Online
@@ -140,10 +140,19 @@ Accept wildcard characters: False
140140
```
141141
142142
### -Tenant
143-
This parameter is reserved for internal Microsoft use.
143+
-Tenant
144+
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
145+
146+
-Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"
147+
148+
You can return your tenant ID by running this command:
149+
150+
Get-CsTenant | Select-Object DisplayName, TenantID
151+
152+
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.
144153
145154
```yaml
146-
Type: Object
155+
Type: Guid
147156
Parameter Sets: (All)
148157
Aliases:
149158
Applicable: Skype for Business Online

0 commit comments

Comments
 (0)