The term 'Get-OrganizationRelationship' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:29
+ Get-OrganizationRelationship <<<< |fl FreeBusyAccessEnabled,Free BusyAccess Level
+ CategoryInfo : ObjectNotFound: (Get-OrganizationRelationship:String ) [], CommandNot
FoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The term 'Get-OrganizationRelationship' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:29
+ Get-OrganizationRelationship <<<< |fl FreeBusyAccessEnabled,FreeBusyAccessLevel
+ CategoryInfo : ObjectNotFound: (Get-OrganizationRelationship:String) [], CommandNot
FoundException
+ FullyQualifiedErrorId : CommandNotFoundException
FreeBusyAccessEnabled: True
FreeBusyAccessLevel: LimitDetails
However, the calendar view is possible based on your organization relationship, how it is configured. Please run the below command.
Get-OrganizationRelationsh
FreeBusyAccessEnabled : True/False (should be true)
FreeBusyAccessLevel : (None | AvailabilityOnly | LimitedDetails) (Should not be none)
Use, Set-OrganizationRelationsh