Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Powershell在share point Online或Office 365中创建自定义结果源_Powershell_Search_Office365_Sharepoint 2013_Sharepoint Online - Fatal编程技术网

使用Powershell在share point Online或Office 365中创建自定义结果源

使用Powershell在share point Online或Office 365中创建自定义结果源,powershell,search,office365,sharepoint-2013,sharepoint-online,Powershell,Search,Office365,Sharepoint 2013,Sharepoint Online,我必须在share point Online或Office 365中为100多个站点创建自定义结果源。我需要为此活动编写power shell脚本。在大多数博客或文章中,它只针对本地版本编写。我需要SP Online或Office 365的PS脚本。请共享SP Online的任何现有文章的链接,或office 365的任何代码片段都会有所帮助 谢谢 Kiran要使用SPO,您需要设置您的环境。这些东西在网上到处都是 TechNet提供了这些信息,YouTube和许多致力于此的网站,所有这些都是O

我必须在share point Online或Office 365中为100多个站点创建自定义结果源。我需要为此活动编写power shell脚本。在大多数博客或文章中,它只针对本地版本编写。我需要SP Online或Office 365的PS脚本。请共享SP Online的任何现有文章的链接,或office 365的任何代码片段都会有所帮助

谢谢
Kiran要使用SPO,您需要设置您的环境。这些东西在网上到处都是

TechNet提供了这些信息,YouTube和许多致力于此的网站,所有这些都是O365/Azure。你只需要搜索它

使用您喜爱的搜索引擎“SharePoint Online PowerShell”

点击示例:

SharePoint联机参考的Windows PowerShell 提供指向可在SharePoint Online中使用的分类Windows PowerShell cmdlet的链接。 以下文章按功能列出了SharePoint Online的Windows PowerShell cmdlet:

Youtube:

MS PowerShell画廊

非常感谢