Horje
powershell sharepoint 2010 update item Code Example
powershell sharepoint 2010 update item
$spWeb = Get-SPWeb -Identity http://yourdomain/sites/config
$spList = $spWeb.Lists["AppSettings"]
$spItem = $spList.GetItemById(10013) //or another way that you prefer.
$spItem["Name"] = "MyName"
$spItem.Update()




Shell

Related
remote download wordpress command .zip Code Example remote download wordpress command .zip Code Example
ubuntu find file except name Code Example ubuntu find file except name Code Example
how to add  file to application linux Code Example how to add file to application linux Code Example
git set-url no such remote origin Code Example git set-url no such remote origin Code Example
pass variables to bash options Code Example pass variables to bash options Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10