使用 powershell 将 Microsoft 表单 webpart 配置到现代页面
Posted
技术标签:
【中文标题】使用 powershell 将 Microsoft 表单 webpart 配置到现代页面【英文标题】:Provisioning of Microsoft forms webpart to modern pages using powershell 【发布时间】:2019-06-05 18:11:08 【问题描述】:是否有人尝试使用 PowerShell 脚本将 Microsoft Forms Web 部件预配到新式页面?
我已经创建了多个页面,并且能够在 PowerShell 中使用 PnP 命令添加许多 Web 部件。但未能将此 Microsoft Forms Web 部件添加到反馈页面以收集用户的反馈。这是我唯一坚持的事情。任何人都可以提出想法。
以下命令失败,因为未找到名为“Microsoft Forms”的 Web 部件组件。
Add-PnPClientSideWebPart -Page $feedbackPage -Component "Microsoft Forms" -Section 1 -Column 1 -Order 2
谢谢
【问题讨论】:
【参考方案1】:当时我们使用了 iframe Web 部件,它在 iframe 中呈现 Web 部件。
现在我们可以使用以下命令正式使用 MicrosoftForms。
Add-PnPClientSideWebPart -Page $feedbackPage -Component MicrosoftForms -Section 1 -Column 1 -Order 2
【讨论】:
以上是关于使用 powershell 将 Microsoft 表单 webpart 配置到现代页面的主要内容,如果未能解决你的问题,请参考以下文章
Microsoft Office setup找不到powershell
用于删除 Microsoft Team 的 Powershell 脚本
powershell 使用Powershell发送Microsoft Teams消息
如何监控 Microsoft Outlook 以确定加载时间和使用第三方程序、PowerShell 或 C# 所涉及的因素?
powershell PowerShell:检查Microsoft / Windows Update是否需要重新启动。安装补丁后即可使用。