PsSharePoint:用于SharePoint 2010的OData API的PowerShell包装器模块

时间:2024-05-22 05:26:03
【文件属性】:

文件名称:PsSharePoint:用于SharePoint 2010的OData API的PowerShell包装器模块

文件大小:23KB

文件格式:ZIP

更新时间:2024-05-22 05:26:03

PowerShell

PsSharePoint 与Microsoft SharePoint 2010的OData API的PowerShell接口 动机 我想要一种使用PowerShell与SharePoint 2010进行交互的方法。 我无法使用SharePoint 2010命令行管理程序。 一些研究使我找到了SharePoints OData API,该API相对于PowerShell的Invoke-WebRequest Cmdlet相对容易使用。 几个小时的工作导致创建了该模块,该模块包含了我当时需要的大多数功能。 依存关系 PowerShell v3 (用于单元测试) 安装 安装依赖项 下载并提取其内容 将文件夹重命名为PsSharePoint 将文件夹移动到PowerShell Modules文件夹(C:\ Users <用户> \ Documents \ WindowsPowerShell


【文件预览】:
PsSharePoint-master
----.gitignore(6B)
----PsSharePoint.psm1(675B)
----LICENSE(1KB)
----wip()
--------PSSharePoint.ps1(3KB)
--------PsSharePoint.old.psm1(10KB)
--------PsSharePoint.Tests.old.ps1(4KB)
----Functions()
--------Update-ListItem.ps1(3KB)
--------Remove-Attachments.ps1(2KB)
--------Get-Attachments.Tests.ps1(914B)
--------Get-PropertyValue.Tests.ps1(1KB)
--------Get-JsonObject.Tests.ps1(628B)
--------Get-ListItem.Tests.ps1(312B)
--------Add-Attachments.Tests.ps1(2KB)
--------Save-Attachments.ps1(2KB)
--------Save-Attachments.Tests.ps1(964B)
--------Update-ListItem.Tests.ps1(2KB)
--------Get-PsCustomObject.Tests.ps1(530B)
--------Update-Attachments.Tests.ps1(762B)
--------Update-Attachments.ps1(2KB)
--------Get-Attachments.ps1(1KB)
--------Get-JsonObject.ps1(753B)
--------Get-PropertyValue.ps1(2KB)
--------Get-ListItem.ps1(1KB)
--------Get-PsCustomObject.ps1(834B)
--------Add-Attachments.ps1(3KB)
--------Remove-Attachments.Tests.ps1(318B)
----README.md(2KB)
----PsSharePoint.psd1(2KB)

网友评论