【发布时间】:2023-02-06 17:54:53
【问题描述】:
我正在尝试使用此脚本获取网站栏的 ShowInEditForm 属性,然后将其设置为 False:-
Connect-SPOService -Url https://****-admin.sharepoint.com/
Get-SPOSite -Identity https://***.sharepoint.com/
$column = Get-SPOField -Identity "CarNumber"
但我收到此错误:-
Get-SPOField : The term 'Get-SPOField' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
any advice please?
【问题讨论】:
标签: powershell sharepoint-online