当前位置:网站首页>SharePoint - modify web application authentication using PowerShell
SharePoint - modify web application authentication using PowerShell
2022-07-01 07:50:00 【Tina Yi】
Maintaining SharePoint In the process , Adjustment required Web Application Of authentication, because web application There are more , We need to consider passing command Realization .

As follows :
1. Use administrator open SharePoint Management Shell;
2. Do the following command;
$a = Get-SPWebApplication "http://testapp.contoso.com/"
$a.UseClaimsAuthentication = 0;
$a.Update()
among $a.UseClaimsAuthentication = 0 To modify web application Of authentication by Classic Mode Authentication,value be equal to 1 Express web application Set to Claims Based Authentication.
Thank you for reading .
边栏推荐
- Félicitations pour l'inscription réussie de wuxinghe
- 【mysql学习笔记25】sql语句优化
- How to make the two financial transactions faster
- [MySQL learning notes 28] storage function
- [chapter 72 of the flutter problem series] a solution to the problem that pictures taken in the flutter using the camera plug-in are stretched
- 【mysql学习笔记26】视图
- [software] phantomjs screenshot
- 奥迪AUDI EDI 项目中供应商需要了解哪些信息?
- Cyclic neural network
- Huawei modelarts training alexnet model
猜你喜欢

组件的自定义事件②

Wang Yingqi, founder of ones, talks to fortune (Chinese version): is there any excellent software in China?

Thesis learning -- Analysis and Research on similarity query of hydrological time series

LSTM of RNN

Gui Gui programming (XV) - use scale to control font size changes

How relational databases work

Jax's deep learning and scientific computing

Todolist classic case ①

ONES 创始人王颖奇对话《财富》(中文版):中国有没有优秀的软件?

源代码加密的意义和措施
随机推荐
The H5 page has set the font thickness style, but the wechat access style in Huawei mobile phone doesn't take effect?
【mysql学习笔记27】存储过程
【编程强训】删除公共字符(哈希映射)+组队竞赛(贪心)
Custom events of components ②
[软件] phantomjs屏幕截图
【批处理DOS-CMD命令-汇总和小结】-Cmd窗口中常用操作符(<、<<、&<、>、>>、&>、&、&&、||、|、()、;、@)
力扣——求一组字符中的第一个回文字符
vscode 根据 ESLint 规范自动格式化代码
Vhost kick & call principle
IMDB practice of emotion classification (simplernn, LSTM, Gru)
Redisson uses the complete solution - redisson official documents + Notes (Part 1)
【网站架构】一招搞定90%的分布式事务,实打实介绍数据库事务、分布式事务的工作原理应用场景
Oracle create auto increment ID
源代码加密的意义和措施
matlab保存DB4i深度相机图片
2022年茶艺师(中级)复训题库及答案
PWN attack and defense world int_ overflow
Inftnews | from "avalanche" to Baidu "xirang", 16 major events of the meta universe in 30 years
力扣每日一题-第31天-1502.判断能否形成等差数列
【mysql学习笔记26】视图