Skip to content

Commit 77422cb

Browse files
authored
Merge pull request #8481 from dariomws/patch-250
NetworkSiteID is mandatory in New-CsTenantNetworkSubnet.md
2 parents dd31020 + 48b377a commit 77422cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/New-CsTenantNetworkSubnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/new-cstenantnetworksubnet
4-
applicable: Skype for Business Online
4+
applicable: Microsoft Teams, Skype for Business Online
55
title: New-CsTenantNetworkSubnet
66
schema: 2.0.0
77
manager: bulenteg
@@ -19,15 +19,15 @@ As an Admin, you can use the Windows PowerShell command, New-CsTenantNetworkSubn
1919

2020
### Identity (Default)
2121
```
22-
New-CsTenantNetworkSubnet [-Tenant <System.Guid>] [-Description <String>] [-NetworkSiteID <String>]
22+
New-CsTenantNetworkSubnet [-Tenant <System.Guid>] [-Description <String>] -NetworkSiteID <String>
2323
-MaskBits <Int32> [-Identity] <XdsGlobalRelativeIdentity> [-InMemory] [-Force] [-WhatIf] [-Confirm]
2424
[<CommonParameters>]
2525
```
2626

2727
### ParentAndRelativeKey
2828
```
2929
New-CsTenantNetworkSubnet [-Tenant <System.Guid>] -SubnetID <String> [-Description <String>]
30-
[-NetworkSiteID <String>] -MaskBits <Int32> [-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
30+
-NetworkSiteID <String> -MaskBits <Int32> [-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION

0 commit comments

Comments
 (0)