Cmdlets for Microsoft Project

Build 24.0.9060

Select-MicrosoftProject Cmdlet

Parameters   Output Objects  

Searches Microsoft Project data.

Syntax

Select-MicrosoftProject [parameters]

Remarks

The Select-MicrosoftProject cmdlet allows you to use a syntax similar to SQL SELECT statements to search Microsoft Project data.

$conn = Connect-MicrosoftProject -User 'myuseraccount' -Password 'mypassword' -URL 'http://myserver/myOrgRoot'
Select-MicrosoftProject -Connection $conn -Table "Projects" -Columns @("Id","Name") -Where "Name='Tax Checker'"

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