Remove-SPOSdnProvider

Removes Software-Defined Networking (SDN) Support in your SharePoint Online tenant

Syntax

Remove-SPOSdnProvider
      [-Confirm]
      [-WhatIf]
      [<CommonParameters>]

Description

Removes SDN Support in your SharePoint Online tenant

Examples

EXAMPLE 1

Remove-SPOSdnProvider -Confirm:false

This command removes the SDN support for your Online Tenant without confirmation.

-----------------------EXAMPLE 2-----------------------------

Remove-SPOSdnProvider -Confirm:true -WhatIf

This command will prompt for a confirmation before "simulating" that it will remove the support for SDN in the current SPO tenant (-WhatIf)

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

-WhatIf

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

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online