| external help file | sharepointonline.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/sharepoint-online/remove-sposdnprovider |
| applicable | SharePoint Online |
| title | Remove-SPOSdnProvider |
| schema | 2.0.0 |
| author | trent-green |
| ms.author | trgreen |
| ms.reviewer |
Removes Software-Defined Networking (SDN) Support in your SharePoint Online tenant
Remove-SPOSdnProvider [-Confirm] [-WhatIf] [<CommonParameters>]Removes SDN Support in your SharePoint Online tenant
Remove-SPOSdnProvider -Confirm:falseThis command removes the SDN support for your Online Tenant without confirmation.
Remove-SPOSdnProvider -Confirm:true -WhatIfThis command will prompt for a confirmation before "simulating" that it will remove the support for SDN in the current SPO tenant (-WhatIf)
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Applicable: SharePoint Online
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Applicable: SharePoint Online
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.