会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
double_ed
CnBlogs
Home
New Post
Contact
Admin
Subscription
2013年1月11日
sharepoint用powershell批量更新列表数据
例如:$web=get-SPWeb "http://10.119.10.188"$web.title$list=$web.Lists["公司新闻"]$list.title$items = $list.Items$items | ForEach-Object{ $_["类别"]='公司新闻';$_.Update()}这样就能实现非视图的批量更新了
Read More
posted @ 2013-01-11 14:11 double_ed
Views(308)
Comments(0)
Diggs(0)
Edit
公告