Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 1.5 KB

File metadata and controls

80 lines (58 loc) · 1.5 KB
external help file sharepointonline.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/sharepoint-online/revoke-spositedesignrights
applicable SharePoint Online
title Revoke-SPOSiteDesignRights
schema 2.0.0
author trent-green
ms.author trgreen
ms.reviewer

Revoke-SPOSiteDesignRights

SYNOPSIS

Revokes rights for specified principals from a site design.

SYNTAX

Revoke-SPOSiteDesignRights  [-Identity] <SPOSiteDesignPipeBind>  -Principals <string[]>  [<CommonParameters>]

DESCRIPTION

Revokes rights for specified principals from a site design.

EXAMPLES

Example 1

This example shows how to revoke rights to a site design for Nestor.

Revoke-SPOSiteDesignRights 44252d09-62c4-4913-9eb0-a2a8b8d7f863 `
   -Principals "nestorw@contoso.onmicrosoft.com"

PARAMETERS

-Identity

The ID of the site design from which to revoke rights.

Type: SPOSiteDesignPipeBind
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Principals

One or more principals to revoke rights on the specified site design.

Type: String[]
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

NOTES

RELATED LINKS