可以将Microsoft.Online.SharePoint.PowerShell中的代码转换为PnPPowerShell

时间:2019-01-18 17:19:27

标签: powershell sharepoint

我想将使用Microsoft.Online.SharePoint.PowerShell模块的命令编写的以下代码转换为PnpPowerShell。有可能吗?

#Get the Target List
$list = $web.Lists["MyList"]
#Get the View
$view = $list.Views["ToPrint"] 

#Get All items from the view
$items = $list.GetItems($view)

Gr。 P

0 个答案:

没有答案