|
|
Browse by Tags
All Tags » Powershell (RSS)
-
This one rocks too!
$ssppath = "http://sharepoint2007:100/personals"
$out = stsadm -o enumsites -url $ssppath
$out = [xml] $out
ForEach ($web in $out.Sites.Site )
{
$url = $web.url
$name = "c:\" + $url.SubString($url.LastIndexOf("/")+1).replace(":","") + ".bak"
write-host ...
-
This is awesome...check it out! A powershell script that will create a profile for every AD user, then creates there My ...
-
Module #06: PowerShell With SharePoint Lab #02
Course: SharePoint
2007 Operations
Estimated Time to Complete: 60 minutes
Objectives:
...
|
|
|