Forum Discussion

CardinalNight's avatar
CardinalNight
Brass Contributor
Nov 21, 2023

If that checks SiteUrl value exists in array using PnP

I'm trying to add items to an SPO list only if the item is not there already:   $ListItems = Get-PnPListItem -List $List ForEach($Hub in $HubSites) { $HubSiteId = $Hub.ID.GUID ForEach($Sit...

Resources