You can gather IsShared through:
$orgNetwork = Get-OrgNetwork <OrgNetworkName>
$OrgNetInfo.Shared = $orgNetwork.extensiondata.isshared
Hope this helps point you in the right direction.
You can gather IsShared through:
$orgNetwork = Get-OrgNetwork <OrgNetworkName>
$OrgNetInfo.Shared = $orgNetwork.extensiondata.isshared
Hope this helps point you in the right direction.