Cmdlets for Microsoft SharePoint

Build 23.0.8839

Select-SharePoint Cmdlet

Parameters   Output Objects  

Microsoft SharePoint データを検索します。

Syntax

Select-SharePoint [parameters]

Remarks

Select-SharePoint コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてMicrosoft SharePoint データを検索できます。

$conn = Connect-SharePoint -User 'MyUserAccount' -Password 'MyPassword' -AuthScheme 'NTLM' -URL 'http://sharepointserver/mysite;'
Select-SharePoint -Connection $conn -Table "Calendar" -Columns @("Id","Location") -Where "Location='Chapel Hill'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839