Table of Contents

Remove-PnPSiteScript

SYNOPSIS

Required Permissions

  • SharePoint: Access to the SharePoint Tenant Administration site

Removes a site script.

SYNTAX

Remove-PnPSiteScript [-Identity] <TenantSiteScriptPipeBind> [-Force] [-Connection <PnPConnection>] 

DESCRIPTION

This cmdlet removes specified site script.

EXAMPLES

EXAMPLE 1

Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd

Removes the specified site script.

EXAMPLE 2

$sitescript = Get-PnPSiteScript -Identity MySiteScript
Remove-PnPSiteScript -Identity $sitescript

Removes the specified site script.

PARAMETERS

-Connection

Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: PnPConnection
Parameter Sets: (All)

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

-Force

If specified you will not be asked to confirm removing the specified site script.

Type: SwitchParameter
Parameter Sets: (All)

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

-Identity

The ID of the site script to remove.

Type: TenantSiteScriptPipeBind
Parameter Sets: (All)

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

Microsoft 365 Patterns and Practices