Now it is official and the former xSharePoint project is released as SharePointDSC 1.0.0.0 in the PowerShell Gallery. See the post from Brian Farnhill for
Tag: DSC
PowerShell DSC for SharePoint
I stopped the work on my DSC modules for SharePoint (xSharePointAdministration) some time ago because the PowerShell team was working on the xSharePoint module. The
Don’t forget the NodeName in your DSC ConfigurationData
Today I created a new configuration data for a DSC configuration and got the following error: all elements of AllNodes need to be hashtable and
Be careful with custom variable names in Release Management
If you use Visual Studio Release Management vNext / 2013 with PowerShell/DSC you probably have a lot of custom configuration variables that you pass to
xSharePointProvisioning Module – PowerShell Desired State Configuration (DSC)
The xSharePointProvisioning module contains DSC resources to provision SharePoint artifacts using the Client Side Object Model (CSOM). There are two versions: one for O365 and
Use the DSC Script resource to change the application pool identity
The Desired State Configuration (DSC) module xWebAdministration does not yet support changing the identity of an application pool. There is a community fork cWebAdministration that