当前位置:网站首页>部署、收回和删除解决方式—-STSADM和PowerShell「建议收藏」
部署、收回和删除解决方式—-STSADM和PowerShell「建议收藏」
2022-07-07 18:44:00 【全栈程序员站长】
大家好,又见面了,我是全栈君。
部署、收回和删除解决方式—-STSADM和PowerShell
由于近期总是要部署wsp解决方式,所以常常要用到命令行或者PowerShell。所以有必要将命令集中放在这里。在部署的时候可以高速的參考。
STSADM
stsadm -o addsolution –filename c:\bin\CustomerSiteSearch.wsp
stsadm -o deploysolution –name CustomerSiteSearch.wsp -url http://[ServerName] -allowgacdeployment -force –immediate
stsadm -o activatefeature –name customersitesearch -url http://[ServerName] -force
stsadm -o retractsolution -name solutionName.wsp -immediate
stsadm -o deletesolution -name solutionName.wsp
PowerShell
Add-SPSolution c:\bin\CustomerSiteSearch.wsp
Install-SPSolution -Identity CustomerSiteSearch.wsp -AllWebApplications -GACDeployment
Enable-SPFeature CustomerSiteSearch_feature1 -url http://[ServerName]/ –force
Uninstall-SPSolution -identity solutionName.wsp
Remove-SPSolution -identity solutionName.wsp
关于PowerShell:
- STSADM命令对于SharePoint 2010仍然实用,可是官方不赞成了。PowerShell取而代之。
- PowerShell能够做到STSADM能做到的全部事情,并且很多其它,也更快。
- PowerShell命令大写和小写不敏感。
- 和STSADM一样。PowerShell必须执行在SharePoint Server上。
- PowerShell必须使用管理员身份执行。
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/116445.html原文链接:https://javaforall.cn
边栏推荐
猜你喜欢
Static analysis of software defects codesonar 5.2 release
VMWare中虚拟机网络配置
Klocwork 代码静态分析工具
Network principle (1) - overview of basic principles
【OpenCV 例程200篇】223. 特征提取之多边形拟合(cv.approxPolyDP)
【论文阅读】MAPS: Multi-agent Reinforcement Learning-based Portfolio Management System
I wrote a markdown command line gadget, hoping to improve the efficiency of sending documents by garden friends!
Mongodb learn from simple to deep
C语言 整型 和 浮点型 数据在内存中存储详解(内含原码反码补码,大小端存储等详解)
Micro service remote debug, nocalhost + rainbow micro service development second bullet
随机推荐
Static analysis of software defects codesonar 5.2 release
Phoenix JDBC
When easygbs cascades, how to solve the streaming failure and screen jam caused by the restart of the superior platform?
Klocwork 代码静态分析工具
万字总结数据存储,三大知识点
凌云出海记 | 易点天下&华为云:推动中国电商企业品牌全球化
九度 1201 -二叉排序数遍历- 二叉排序树「建议收藏」
实战:sqlserver 2008 扩展事件-XML转换为标准的table格式[通俗易懂]
【OpenCV 例程200篇】223. 特征提取之多边形拟合(cv.approxPolyDP)
OneSpin 360 DV新版发布,刷新FPGA形式化验证功能体验
取两个集合的交集
How to implement safety practice in software development stage
Tensorflow2. How to run under x 1 Code of X
基于深度学习的目标检测的更新迭代总结(持续更新ing)
恶魔奶爸 A0 英文零基础的自我提升路
Useful win11 tips
Mongodb learn from simple to deep
Alibaba cloud award winning experience: how to mount NAS file system through ECS
恶魔奶爸 A3阶段 近常速语流初接触
OneSpin | 解决IC设计中的硬件木马和安全信任问题