This website requires JavaScript.
Explore
Help
Sign In
vkhaidanov
/
Taylohtio
Watch
1
Star
0
Fork
You've already forked Taylohtio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
Taylohtio
/
_Scripts
/
change_site_collection_url
/
setReadOnly
/
setReadOnly.ps1
6 lines
99 B
PowerShell
Raw
Permalink
Blame
History
param
(
[
Parameter
(
Mandatory
=
$true
)
]
[
string
]
$url
)
Set-SPSite
-Id
$url
-LockState
ReadOnly
Reference in New Issue
View Git Blame
Copy Permalink