Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
QuickFix
0.3.1
SharePoint_Revoke_SiteAccess,ps1.ps1
function
SharePoint-RevokeSiteAccess
{
param
(
[string]
$Identity
,
[string]
$UserPrincipalName
)
Revoke-SPOSiteAccess
-Site
$Identity
-UserPrincipalName
$UserPrincipalName
}