We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46ba44 commit 10602e3Copy full SHA for 10602e3
Extras/Scripts/RecreateDevSite.ps1
@@ -1,4 +1,7 @@
1
-Add-PSSnapin "Microsoft.SharePoint.PowerShell"
+# create new dev site at dev.wingtip.com
2
+# existinf site at same URL will be deleted
3
+
4
+Add-PSSnapin "Microsoft.SharePoint.PowerShell"
5
6
$siteDomain = "dev.wingtip.com"
7
$siteUrl = "https://$siteDomain"
0 commit comments