Forum Discussion

Mark346121095's avatar
Mark346121095
Brass Contributor
Nov 29, 2024

How to remove shared link from subfolder in sharepoint online?

I tried out remove shared link from subfolder by powershell in sharepoint online:
Remove-PnPFolderSharingLink  -Folder "/sites/site/subfolder/" -Identity 52


But I get error:
Remove-PnPFolderSharingLink: Exception of type 'System.Management.Automation.PSInvalidOperationException' was thrown.


And "Get-PnPException" shows:
Message          : Exception of type 'System.Management.Automation.PSInvalidOperationException' was thrown.
Stacktrace       :    at PnP.PowerShell.Commands.Base.PnPConnectedCmdlet.ProcessRecord() in c:\build\src\Commands\Base\PnPConnectedCmdlet.cs:line 101
                      at PnP.PowerShell.Commands.PnPSharePointCmdlet.ProcessRecord() in c:\build\src\Commands\Base\PnPSharePointCmdlet.cs:line 121
                      at System.Management.Automation.CommandProcessor.ProcessRecord()
ScriptLineNumber : 1


Is there a way to remove shared link from subfolder with powershell in sharepoint online?

No RepliesBe the first to reply

Resources