Skip to content

Commit 62e4ced

Browse files
authored
Update Set-CsIPPhonePolicy.md
Removed -BypassDualWrite I don't see it in PlatyPS and SfBO PowerShell Added parameters type
1 parent 0819761 commit 62e4ced

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

skype/skype-ps/skype/Set-CsIPPhonePolicy.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@ Use the Set-CsIPPhonePolicy cmdlet to modify the settings of the Skype for Busin
1313
## SYNTAX
1414

1515
```
16-
Set-CsIPPhonePolicy [[-Identity] <XdsIdentity>] [-BetterTogetherOverEthernetPairingMode <String>]
17-
[-BypassDualWrite <Object>] [-Confirm] [-DateTimeFormat <Int>] [-EnableBetterTogetherOverEthernet <Boolean>]
18-
[-EnableDeviceUpdate <Boolean>] [-EnableExchangeCalendaring <Boolean>] [-EnableOneTouchVoicemail <Boolean>]
19-
[-EnablePowerSaveMode <Boolean>] [-Force] [-Instance <PSObject>] [-KeyboardLockMaxPinRetry <UInt64>]
20-
[-LocalProvisioningServerAddress <String>] [-LocalProvisioningServerPassword <String>]
21-
[-LocalProvisioningServerType <String>] [-LocalProvisioningServerUser <String>]
22-
[-PowerSaveDuringOfficeHoursTimeoutMS <UInt64>] [-PowerSavePostOfficeHoursTimeoutMS <UInt64>]
23-
[-PrioritizedCodecsList <String>] [-Tenant <Guid>] [-UserDialTimeoutMS <UInt64>] [-WhatIf] [-AsJob]
24-
[<CommonParameters>]
16+
Set-CsIPPhonePolicy [[-Identity] <XdsIdentity>] [-BetterTogetherOverEthernetPairingMode <String>] [-Confirm] [-DateTimeFormat <Int>] [-EnableBetterTogetherOverEthernet <Boolean>] [-EnableDeviceUpdate <Boolean>] [-EnableExchangeCalendaring <Boolean>] [-EnableOneTouchVoicemail <Boolean>] [-EnablePowerSaveMode <Boolean>] [-Force] [-Instance <PSObject>] [-KeyboardLockMaxPinRetry <UInt64>]
17+
[-LocalProvisioningServerAddress <String>] [-LocalProvisioningServerPassword <String>] [-LocalProvisioningServerType <String>] [-LocalProvisioningServerUser <String>] [-PowerSaveDuringOfficeHoursTimeoutMS <UInt64>] [-PowerSavePostOfficeHoursTimeoutMS <UInt64>]
18+
[-PrioritizedCodecsList <String>] [-Tenant <Guid>] [-UserDialTimeoutMS <UInt64>] [-WhatIf] [-AsJob] [<CommonParameters>]
2519
```
2620

2721
## DESCRIPTION
@@ -62,22 +56,6 @@ Accept pipeline input: False
6256
Accept wildcard characters: False
6357
```
6458
65-
### -BypassDualWrite
66-
This parameter is reserved for internal Microsoft use.
67-
68-
```yaml
69-
Type: Object
70-
Parameter Sets: (All)
71-
Aliases:
72-
Applicable: Skype for Business Online
73-
74-
Required: False
75-
Position: Named
76-
Default value: None
77-
Accept pipeline input: False
78-
Accept wildcard characters: False
79-
```
80-
8159
### -Confirm
8260
Prompts you for confirmation before executing the command.
8361
@@ -447,7 +425,7 @@ Microsoft.Rtc.Management.ADConnect.Schema.ADUser
447425
## OUTPUTS
448426
449427
### System.Object
450-
By default, the Grant-CsIPPhonePolicy cmdlet returns no objects or values. However, if you include the PassThru parameter, the cmdlet will return instances of the Microsoft.Rtc.Management.ADConnect.Schema.OCSUserOrAppContact object.
428+
By default, the Set-CsIPPhonePolicy cmdlet returns no objects or values. However, if you include the PassThru parameter, the cmdlet will return instances of the Microsoft.Rtc.Management.ADConnect.Schema.OCSUserOrAppContact object.
451429
452430
## NOTES
453431

0 commit comments

Comments
 (0)