-
My PowerShell posts always prove to be the most popular. I showed all sorts of cool PowerShell tricks in my talk back at SPC12. One of the things I covered was how to install and manage apps using PowerShell. Since there is a corporate Read More...
Posted to
Dot Net Mafia
on 02-28-2013
Filed under: SharePoint, PowerShell, SharePoint 2013, Apps
-
At SPC12 , I gave a talk about PowerShell in SharePoint 2013. In that talk I upgraded a SharePoint 2010 site collection to SharePoint 2013. I wanted to follow-up with a blog post showing the steps involved. To begin the process, I have Read More...
Posted to
Dot Net Mafia
on 02-04-2013
Filed under: SharePoint, PowerShell, SharePoint 2010, SharePoint Upgrade, SharePoint 2013
-
I'm contributing a chapter on PowerShell and XML to Manning's PowerShell Deep Dives book, due out at the end of March 2013. The Manning "Early Access Program" (aka MEAP) for the book began today, and they're offering 50% off for Read More...
-
I recently spoke about PowerShell at SharePoint Conference 2012 ( SPC195 ). It turns out PowerShell support slipped into SharePoint Online Preview without a lot of people noticing. In my session at SPC12, I walked users through a lot of common Read More...
Posted to
Dot Net Mafia
on 11-29-2012
Filed under: SharePoint, PowerShell, SharePoint Online, Office 365, Office 365 Grid
-
PowerShell for the SharePoint IT Pro, beyond the SnapIn! Technorati Tags: Powershell, SharePoint
You may also be interested in reading: SPC107: Nintex: Nintex Workflow End-to-End Solutions: One Big Demo, Live Without a Net Last session of the day Read More...
-
I’m working on my PowerShell for SharePoint 2013 (SPC195) talk for SPC12 and I find this new cmdlet so useful I thought I would share it immediately. The cmdlet is Copy-SPSite and it’s easy to use. Just run it and before you know it, you’ll Read More...
Posted to
Dot Net Mafia
on 10-21-2012
Filed under: SharePoint, PowerShell, SharePoint 2013, SharePoint 2013 Preview
-
A function to request a security token from AD FS accompanied by an extensive explanation of how this function works. Use WIF and WCF classes to send and messages via PowerShell. ...( read more ) Read More...
Posted to
Beside the point
on 10-17-2012
Filed under: powershell, security, Claims, adfs
-
Sharepoint farm is in DomainA This works: new-spuser "DomainA\Domain users" -Permissionlevel "read" There is another domain, it is in a forrest that is trusted by our forrest This fails: new-spuser "TrustedForrestDomainB\Domain users" -Permissionslevel "read" The...
-
I am trying to run a powershell script form a remote dedicated powershell server. My problem is the script command is unable to retrive the list name from the followng command when trying to delete. $w.Lists.Delete([System.Guid]$w.Lists["Public Master Calendar"].ID) The above command returns...
-
Few days back, I posted something for installing all wsps scopped at webapplication level from a folder. What is the situation reverses? Suppose you are a SharePoint administrator who takes care of release management and in a farm that you own, there are boat loads of wsps installed, scopped at different...
-
Sometimes, as a SharePoint administrator, you will have to promote lots of code in the form of wsp files to different environment. So you have to ensure the following: Retrieve all *.wsp files from a given folder Iterate through these wsp files individually and deploy them with web application level...
-
We have a SharePoint 2010 document which we cannot remove from a library. After much analysis, it appears that the in place record retention and checkin are in conflict. The document appears to be set as both checked out AND locked as a record. Thus, you can't check it in because it is declared as...
-
Hi, I am begineer into powershell programming expecting help from you guys... Scenario-1 :- In sharepoint every user has mysite & there is Tags links showing some keyword on that section. I want to developed a powershell script so that I could delete these tags from individual user site or from site...
-
Hi, i have written a small migrationscript, which will get some information from a source website, export all items and then import it in a new created website. My Problem is that i cant find where the sitetemplateid is stored to query it with powershell and use this for creating a new website. Anybody...