Forum Discussion
null null
Jun 08, 2017Iron Contributor
CSOM PowerShell change title of a list, add ad groups assign permission
Hi,
I was trying to put together a powershell script however i ahave couple of queries :
how do i change title of a list, add ad groups assign permission to a list.
How do i achieve this in CSOM powershell in SP online
Could you please help me with an example
HI null null,
You want to use PnP-PowerShell for this.
Thewn the following command will do the job:
Set-PnPList -Identity "OldList" -Title "NewList"
- null nullIron Contributor
How do i package the script for the pnp cmdlets.
thanks
Could you explain a bit further please? what do you mean with packaging PowerShell scripts?