powershell icon indicating copy to clipboard operation
powershell copied to clipboard

Amend to return additional parameters

Open reshmee011 opened this issue 1 year ago • 0 comments

https://github.com/pnp/powerShell/blob/dev/CONTRIBUTING.md

Type

  • [ ] Bug Fix

Related Issues?

Current

Get-pnpTenant | select-object -Property ,OneDriveLoopDefaultSharingLinkScope ,OneDriveLoopSharingCapability ,OneDriveLoopDefaultSharingLinkRole ,CoreLoopSharingCapability ,CoreLoopDefaultSharingLinkScope ,CoreLoopDefaultSharingLinkRole ` ,IsCollabMeetingNotesFluidEnabled

is not returning any values

What is in this Pull Request ?

Ensure the get-pnptenant returns properties OneDriveLoopDefaultSharingLinkScope, OneDriveLoopSharingCapability, ,OneDriveLoopDefaultSharingLinkRole, CoreLoopSharingCapability, CoreLoopDefaultSharingLinkScope, ,CoreLoopDefaultSharingLinkRole and IsCollabMeetingNotesFluidEnabled

reshmee011 avatar May 12 '24 12:05 reshmee011