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
The script uses [Vadim Gremyachev's](https://sharepoint.stackexchange.com/users/10610/vadim-gremyachev) Invoke-LoadMethod published [here](https://sharepoint.stackexchange.com/questions/126221/spo-retrieve-hasuniqueroleassignements-property-using-powershell)
3
+
4
+
5
+
6
+
7
+
8
+
## Description
9
+
The script updates locale id in regional settings of all personal sites to which you have access. The locale id can later be verified by going to Site Settings>Regional Settings.
10
+
11
+
12
+
13
+
The script requires the following libraries:
14
+
15
+
16
+
17
+
```PowerShell
18
+
# Paths to SDK. Please verify location on your computer.
0 commit comments