You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this parameter (and others) in this cmdlet last month during my quarterly sweep, but I missed it. 100% this parameter isn't available in Exchange 2016 or 2019, so I removed those Applicable values. The parameter isn't available in the Default parameter set, which affects the Parameter Sets value. Alpha sorting is important in the parameter sets and the parameter sections.
This parameter determines what level of location details are returned in the user’s availability.
1147
-
1148
-
```yaml
1149
-
Type: LocationDetailsPermissionInFreeBusy
1150
-
Parameter Sets: (All)
1151
-
Aliases:
1152
-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
1153
-
1154
-
Required: False
1155
-
Position: Named
1156
-
Default value: None
1157
-
Accept pipeline input: False
1158
-
Accept wildcard characters: False
1159
-
```
1160
-
1161
1166
### CommonParameters
1162
1167
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
0 commit comments