office365教育全局关闭教育子号注册功能

admin2021-4-10 2424

# 关闭 IT 注册

#【以管理员身份运行】PowerShell


Set-ExecutionPolicy -ExecutionPolicy Bypass -Force

Install-Module MSOnline

Connect-MsolService

Set-MsolCompanySettings -AllowEmailVerifiedUsers $false -AllowAdHocSubscriptions $false

 开启 Microsoft 365 / Office 365 A1 / A1P / A3 自助注册子号
Connect-MsolService
Set-MsolCompanySettings -AllowEmailVerifiedUsers $true -AllowAdHocSubscriptions $true


本文链接:https://www.sweetly.cn/thread-73.htm
转载请注明:2021-4-10 于 一起微笑的博客 发表
推荐阅读
最新回复 (0)
    返回