Skip to content

Commit 10602e3

Browse files
committed
Updates
1 parent c46ba44 commit 10602e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Extras/Scripts/RecreateDevSite.ps1

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Add-PSSnapin "Microsoft.SharePoint.PowerShell"
1+
# create new dev site at dev.wingtip.com
2+
# existinf site at same URL will be deleted
3+
4+
Add-PSSnapin "Microsoft.SharePoint.PowerShell"
25

36
$siteDomain = "dev.wingtip.com"
47
$siteUrl = "https://$siteDomain"

0 commit comments

Comments
 (0)