pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
985 stars 665 forks source link

[FEATURE] Add audience targeting to Add-PnPNavigationNode #2966

Open sympmarc opened 3 years ago

sympmarc commented 3 years ago

Describe the solution/cmdlet you'd like Navigation nodes now allow audience targeting. I'd like to be able to specify the target(s) with this cmdlet.

Describe alternatives you've considered AFAIK, there's not workaround for this one.

Additional context Here's what I think it should look like:

Add-PnPNavigationNode-Title $siteTitle -Url $clubSiteUrl -Audiences "therightgroup@onmicrosoft.com","theothergroup@onmicrosoft.com"