Table of Contents

New-PnPSdnProvider

SYNOPSIS

Adds a new Software-Defined Networking (SDN) provider

SYNTAX

New-PnPSdnProvider -Identity <String> -License <String>

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-PnPSdnProvider -ID "Hive" -License ""

This example creates the Hive for a SDN Provider.

PARAMETERS

-Identity

Type: String
Parameter Sets: (All)

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

-License

Type: String
Parameter Sets: (All)

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)

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

Microsoft 365 Patterns and Practices