Skip to content

Latest commit

 

History

History
136 lines (92 loc) · 2.85 KB

File metadata and controls

136 lines (92 loc) · 2.85 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/new-sposdnprovider
applicable SharePoint Online
title New-SPOSdnProvider
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

New-SPOSdnProvider

SYNOPSIS

Adds a new Software-Defined Networking (SDN) provider

SYNTAX

New-SPOSdnProvider [-Identity] <String> [-License] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

This Cmdlet creates a new Software-Defined Networking, and it receives two parameters, the Identity (ID) of the Hive and the License key of the Hive.

EXAMPLES

EXAMPLE 1

New-SPOSdnProvider -ID "Hive" -License "<Hive license key>"

This example creates the Hive for a SDN Provider.

PARAMETERS

-Identity

Applicable: SharePoint Online

Identity of the provider.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-License

Applicable: SharePoint Online

License key provided by the provider.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Confirm

Applicable: SharePoint Online

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Applicable: SharePoint Online

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS

Introduction to the SharePoint Online management shell

SharePoint Online Management Shell Download

Get-SPOAppErrors

Remove-SPOSdnProvider