Search Results for

    Show / Hide Table of Contents

    New-PnPSdnProvider

    SYNOPSIS

    Adds a new Software-Defined Networking (SDN) provider

    SYNTAX

    New-PnPSdnProvider -Identity <String> -License <String> [-WhatIf]
    

    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
    

    -WhatIf

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

    Type: SwitchParameter
    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
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer