Skip to content

Latest commit

 

History

History
108 lines (71 loc) · 2.31 KB

File metadata and controls

108 lines (71 loc) · 2.31 KB
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

Remove-SPOSdnProvider

SYNOPSIS

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

SYNTAX

Remove-SPOSdnProvider [-WhatIf] [-Confirm] [<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

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: False

-WhatIf

Applicable: 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: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Getting started with SharePoint Online Management Shell

Get-SPOAppErrors

Get-SPOAppErrors

New-SPOSdnProvider