Apr8

Set user permissions for a Website with Nintex

Categories: Nintex Workflow, PowerActivity, PowerShell, SharePoint

If you use the "Create a Site" activity with Nintex Workflow 2007, there is no way to assign detailed user permissions for the newly created site - you can only choose to either inherit the permissions from the parent site or you can manually set a single user as site owner.

But here is the solution: Use the Data One PowerActivity and a few straightforward lines of PowerShell code to manage the user permissions and roles in detail!

   

$webDestination = get-spweb "{WorkflowVariable:AbsolutURL}"

$webDestination.BreakRoleInheritance($true)

$roleAssignment = new-object Microsoft.SharePoint.SPRoleAssignment -argumentList "domain\user"

$roleDefinition = $webDestination.RoleDefinitions["Contribute"]

$roleAssignment.RoleDefinitionBindings.Add($roleDefinition)

$webDestination.RoleAssignments.Add($roleAssignment)

$webDestination.Dispose()

Insert the PowerActivity after the "Create a site" activity within the Nintex Workflow Designer canvas. Paste the PowerShell snippet into the PowerActivity. Use $webDestination to set the new site's URL, which you can easily obtain from the "Create a site" activity (configuration dialog > Store URL in). Set -argumentList and RoleDefinitions["Contribute"] according to your requirements. Run your workflow and see for yourself that all permissions have been created automatically.

Regards,

Andreas

 
 

Links to this post

plant

Trackback from payday loan usage on 21 Oct 2011 07:02

everywhere

Trackback from i need a payday loan on 21 Oct 2011 07:02

title

Trackback from buy cheap diflucan 100mg in Cave creek AZ 85331 Arizona on 21 Oct 2011 07:02

tribunal

Trackback from cialis bestellen online on 21 Oct 2011 07:02

understanding

Trackback from discount drugs viagra on 21 Oct 2011 07:02

wine

Trackback from buy viagra in england in Port graham AK 99603 Alaska on 21 Oct 2011 07:02

attractive

Trackback from 1000 loan payday on 21 Oct 2011 07:02

thought

Trackback from cialis cheapest in White marsh MD 21162 Maryland on 21 Oct 2011 07:02

staircase

Trackback from cialis buy cialis in Watervliet NY 12189 New York (Fishers Is) on 21 Oct 2011 07:02

essay

Trackback from viagra prices baltimore on 21 Oct 2011 07:02

www.torrancepaydayloan.com

Trackback from www.torrancepaydayloan.com on 31 Jan 2012 09:26

Comments

On 18 Aug 2011 04:50, short bridesmaid dresses 2011 said:

I realy Like Your site. I found it on google. Hope I will keep visting again.

On 25 Aug 2011 07:32, red bottom shoes said:

All truth passes through three stages. First, it is ridiculed. Second, it is violently opposed. Third, it is accepted as being self-evident.

Leave a comment





CAPTCHA Image Validation