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
{{ message }}
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
If SharePoint on-premises, what's exact CU version:
Expected or Desired Behavior
Set-PnPListItem -List "test" -Identity $ConnectToSPs.Id -Values @{"Status" = "Failed" }
When requesting status change on page SharePoint
Observed Behavior
format-default : The collection has not been initialized. It has not been requested or the request has not been executed. It may need to be
explicitly requested.
error :
format-default : The collection has not been initialized. It has not been requested or the request has not been executed. It may need to be
explicitly requested.
The text was updated successfully, but these errors were encountered:
####Which PnP repository should you use to report the issue?####
PnP PowerShell - https://github.com/OfficeDev/PnP-PowerShell
Category
[ X] Bug
[ ] Enhancement
Environment
[X ] Office 365 / SharePoint Online
[ ] SharePoint 2016
[ ] SharePoint 2013
If SharePoint on-premises, what's exact CU version:
Expected or Desired Behavior
Set-PnPListItem -List "test" -Identity $ConnectToSPs.Id -Values @{"Status" = "Failed" }
When requesting status change on page SharePoint
Observed Behavior
format-default : The collection has not been initialized. It has not been requested or the request has not been executed. It may need to be
explicitly requested.
Steps to Reproduce
Connect-PnPOnline -Url ........
$ConnectToSPs = Get-PnPListItem -List "test" | Where-Object { ($_)["Status"] -eq "Waiting" }
set-mailbox ......etc
Set-PnPListItem -List "test" -Identity $ConnectToSPs.Id -Values @{"Status" = "Failed" }
error :
format-default : The collection has not been initialized. It has not been requested or the request has not been executed. It may need to be
explicitly requested.
The text was updated successfully, but these errors were encountered: