标签: 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