• New-PWRenditionRequest add the possibility to choose the Profile-Settings like File-Presentation and so on

    Atm its not possible to create an rendition with this request whit an pre defined File-Presentation which is already part of this profile. Only the default one can be used.
  • Update User IdentityProvider in PowerShell

    How can I update user's Identify provider column using PowerShell?
  • How to filter Get-PWFolderSecurity based on type 'User'

    I am trying to get all User type access control list using Get-PWFolderSecurity. But unfortunately it is taking more time to get the results and I did not find a way to filter only ' User' type results. Is there any way to filter out the results so that…
  • How to get the list of parent folders in a data source

    I want to get the list of parent folders in ProjectWise data source using powershell Is there a way to extract them using powershell?
  • Set-PWConnectedProjectAssociation

    I created a rich/connected project manually. And i want to associate it both. Using the below code is saying error and even I could not get the connected project guid. The connected projectid is showing like "00000000-0000-0000-0000-000000000000" Could…
  • Get-PWConnectedProjectRoles - no examples

    hello - Can someone provide examples on how to use Get-PWConnectedProjectRoles? There are none in the documentation. Kirk Peterson
  • Name of the below Attribute ? to update Work area Name

    I am using the below code to update the connected work area name but i am struck here that, when i put @{PROJECT_Project_Name="NewProjectName"} this will be updating the properties not the name of the project. The rectangle marked one in that image that…