Skip to content

Latest commit

 

History

History
115 lines (83 loc) · 2.82 KB

File metadata and controls

115 lines (83 loc) · 2.82 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-SPOAppBillingPolicy
applicable SharePoint Online
title Remove-SPOAppBillingPolicy
schema 2.0.0
author arakesh
ms.author arakesh
ms.reviewer

Remove-SPOAppBillingPolicy

SYNOPSIS

Removes billing policy asscoiated with the application.

SYNTAX

Remove-SPOAppBillingPolicy -ApplicationId <Guid> [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Remove-SPOAppBillingPolicy removes the billing policy associated with the application.

You must be a SharePoint Administrator to run this cmdlet.

Note

To use the Remove-SPOAppBillingPolicy cmdlet, an admin must authenticate to SharePoint Online using modern authentication.

Use the Connect-SPOService cmdlet shown below, which will prompt you to enter your credentials. If multi-factor authentication (MFA) is enabled, you will need to complete the MFA process (e.g., entering a verification code sent to your phone).

Connect-SPOService -Url https://(your-tenant)-admin.sharepoint.com

Replace (your-tenant) with your actual SharePoint Online domain, e.g. https://contoso-admin.sharepoint.com.

EXAMPLES

Example 1

Remove-SPOAppBillingPolicy -ApplicationId 1653hhd-87100luhw-786265gk-00asa00

PARAMETERS

-ApplicationID

Applicable: SharePoint Online

This parameter specifies the ID of the application.

Type: System.Guid
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

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

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