You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Start-PnPSiteContentMove cmdlet to start SharePoint Online multi-geo site content move jobs.
Added Get-PnPEntraIDAppListItemPermission, Grant-PnPEntraIDAppListItemPermission, Set-PnPEntraIDAppListItemPermission, Revoke-PnPEntraIDAppListItemPermission to allow working with list item level app permissions #5294
Added Get-PnPEntraIDAppListPermission, Grant-PnPEntraIDAppListPermission, Set-PnPEntraIDAppListPermission, Revoke-PnPEntraIDAppListPermission to allow working with list level app permissions #5293
Added Get-PnPEntraIDAppFilePermission, Grant-PnPEntraIDAppFilePermission, Set-PnPEntraIDAppFilePermission, Revoke-PnPEntraIDAppFilePermission to allow working with file item app permissions #5295
Added Get-PnPTodoTask, New-PnPTodoTask, Update-PnPTodoTask, Remove-PnPTodoTask, Get-PnPTodoTaskChecklistItem, New-PnPTodoTaskChecklistItem, Update-PnPTodoTaskChecklistItem, Remove-PnPTodoTaskChecklistItem, Get-PnPTodoTaskLinkedResource, New-PnPTodoTaskLinkedResource, Remove-PnPTodoTaskLinkedResource, Get-PnPTodoTaskFileAttachment, Add-PnPTodoTaskFileAttachment, and Remove-PnPTodoTaskFileAttachment cmdlets to allow working with Microsoft To Do tasks. #5356
Added Start-PnPUnifiedGroupMove cmdlet to start SharePoint Online multi-geo unified group move jobs. #5364
Changed
Added properties CoreOrganizationSharingLinkRecommendedExpirationInDays, CoreOrganizationSharingLinkMaxExpirationInDays,RestrictResourceAccountAccess, RestrictExternalSharingForAgents to Set-PnPTenant and Get-PnPTenant cmdlet. #5330
Added properties OrganizationSharingLinkRecommendedExpirationInDays, OrganizationSharingLinkMaxExpirationInDays, OverrideTenantOrganizationSharingLinkExpirationPolicy to Set-PnPSite, Set-PnPTenantsite cmdlets. #5333
Added WhoCanShareAllowListInTenantByPrincipalIdentity property to Set-PnPTenant cmdlet. #5322
Add/Set/Get/Remove-PnPVivaConnectionsDashboardACE cmdlets no longer check the home site, they will work on any communication or modern team sites. #5351
Added -BuiltIn parameter to Get-PnPSiteDesign cmdlet to fetch OOTB site designs. #5358
Fixed
Remove-PnPEntraIDServicePrincipalAssignedAppRole cmdlet now works properly if -AppRole is specified. #5353
Add-PnPTeamsChannel and Add-PnPTeamsChannelUser cmdlet now support ChannelMember.ReadWrite.All and ChannelMember.ReadWrite.Group permissions as well. #5353
Fixed issue with Set-PnPListItem and other SharePoint cmdlets as ClientContext is now processed more correctly when used in combination with other related cmdlets. #5354