Skip to content

Commit d5aeed7

Browse files
authored
Merge pull request MicrosoftDocs#9863 from loryanstrant/patch-1
Replaced commas with decimal places for GeoCoordinates
2 parents 2db8eae + 62c933f commit d5aeed7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

exchange/exchange-ps/exchange/Set-Place.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,10 @@ Accept wildcard characters: False
249249
### -GeoCoordinates
250250
The GeoCoordinates parameter specifies the room's location in latitude, longitude and (optionally) altitude coordinates. A valid value for this parameter uses one of the following formats:
251251

252-
- Latitude and longitude: For example, "47,644125;-122,122411"
253-
- Latitude, longitude, and altitude: For example, "47,644125;-122,122411;161,432"
252+
- Latitude and longitude: For example, "47.644125;-122.122411"
253+
- Latitude, longitude, and altitude: For example, "47.644125;-122.122411;161.432"
254+
255+
**Note**: If period separators don't work for you, use commas instead.
254256

255257
```yaml
256258
Type: GeoCoordinates

0 commit comments

Comments
 (0)