I was playing around with some scripts today while I was working on an upgrade. I didn’t want to individually write out the names of files in a batch file and I wanted to create a quick Powershell Script. If you are using SharePoint 2010 you can use these lines of code in the Powershell Manager to deploy only .wsp files to your SharePoint 2010 Web Applications: $dir = [directory] $list = Get-ChildItem $dir | where {$_.extension -eq ".wsp"} foreach($my_file in Get-ChildItem $list){Add-SPSolution -LiteralPath ......
Why is it important you attend the Best Practices Practices Conference? I can’t vouch for everyone, but I think my sessions will be great (and all the other speaker’s sessions as well). One of them is something I’ve been working on in concept for at least 6 months. This session is called Building A Rich Media Application in Silverlight. The second I saw the tools for webcam and video integration I thought how can we incorporate this into SharePoint? How cool would it be if you could record a netcast ......
I’ve been quiet lately for many reasons, such as SharePoint Saturday New York and heavy amounts of travel due to funerals and family events and life. So I think a lot of you have been wondering what is this Women in SharePoint thing? How does it fit into the community? Well, there are five of us, Kathryn Birstein, Cathy Dew, Lori Gowin, Karuana Gitamu, and myself. A year ago from this past June I wrote a blog post how I felt being a woman in SharePoint. It feels great to live in this era, because ......