| 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/remove-sposdnprovider |
| applicable | SharePoint Online |
| title | Remove-SPOSdnProvider |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer |
Removes Software-Defined Networking (SDN) Support in your SharePoint Online tenant
Remove-SPOSdnProvider [-WhatIf] [-Confirm] [<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)
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: FalseApplicable: 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: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.