• No Comments
I take no credit for this, I found it at Kirk Hofer’s blog, and thought I would share it as well.
#####################################################################
#Assumptions:
#-Running on machine with WSS/MOSS
#-\Common Files\Microsoft Shared\web server extensions\12\BIN in path
#####################################################################
$output=stsadm -o enumzoneurls
$x=[xml]$output
$x.ZoneUrls.Collection|foreach-object -process {$y=stsadm -o enumsites -url $_.Default;$sites=[xml]$y;$sites.Sites.Site}|foreach-object -process {write-host $_.Url; $html=[System.Net.WebRequest]::Create($_.Url);}
• 1 Comment
Host Header Site Collections over SSL
We’ve been working condensing the number of web applications that we’re hosting, and have turned to Host Header based site collections. Doing so over http is quite simple, but since we only host sites via SSL I ran into a few things that I couldn’t really find documented anywhere, and […]
• 1 Comment
SharePoint Lessons Learned
This month I’d like to discuss a few things we’ve learned over the past year while trying to deploy MOSS 2007.
· Our SharePoint deployment is more of an ASP model; each business unit that utilizes our SharePoint deployment wants their own unique URL. One of the things that we’ve discovered is when […]
• No Comments
AD DNS Woes
· We successfully tested ISA in the test AD domain, using dynamic DNS updates, now our AD team is updating their documentation and sending it to NCS for approval. With any luck, we’ll be able to move forward with our ISA testing against our Test SharePoint farm before the end of the month. […]
• No Comments
Moved the encoding servers outside the firewall, in an attempt to resolve firewall performance issues.
Determined that our ISA deployment issues are directly related to the way our AD DNS is (or isn’t) configured. Ultimately, we will not be able to deploy a multiple server ISA Array until the way we handle DNS is changed.
Determined that […]
• No Comments
Started the Server Commissioning Process for two ISA servers for the SharePoint project
ISA is installed and partially configured on one of the two servers and is ready to begin testing.
Started the Server Commissioning Process for the KMS replacement server, which will probably be our first production Windows 2008 server. The server is now built […]
• No Comments
Successfully upgrade the SharePoint farm to WSS SP1 & MS Office Server SP1.
Successfully deployed Forefront Security for SharePoint to the production farm.
Resolved a database sync issue that has been plaguing our production farm for several months.
Deployed WSUS patches.
Moved the test SharePoint farm behind the CSM.
Spent a week in SQL Server 2005 Training.
• No Comments
Another year has come and gone.· Finished rebuilding our SharePoint test farm· Successfully installed WSS 3.0 SP1, and Office Server SP1 on the Test farm· Successfully installed and tested Forefront Security for SharePoint, on our test farm· Tested and configured port 80 redirect for all existing SharePoint sites, currently waiting on firewall changes to ensure […]
• No Comments
Groove Backup Replacement: · Requested a new VM, and am ready to begin buidling the server SharePoint: · Spent quite a bit of time working on Excel Services, and Project Web Access, and in doing so discovered that PWA isn’t working, and am still researching it.· Kendra and I did some work on PDF search, though […]
• No Comments
Went to Vegas, for SharePoint Connections
Brought the new Encoders (previously known as VIDCAP) online and into production successfully.
Fixed a search issue with SharePoint that plagued us for almost 3 days.
Migrated all the SharePoint database’s to the appropriate volume on the SQL Cluster.
Reconfigured our SharePoint test environment to better match our current production (or will be […]