• 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…
  • Get-PWUserByLastLogin returning last login date 1-1-1979

    Get-PWUserByLastLogin returning last login date 1-1-1979 $users = Get-PWUserByLastLogin -Verbose
  • New-PWRichProject from a template project works very slow

    Hello, My template work area has all the folder structure with the required workflows with permissions applied. Also, the template has user-lists with a particular prefix. When I try to create New-PWRichProject from the template project, I go through…
  • Powershell Login - Remove messages

    Hello, When i run the New-PWLogin Command, at the start it gives the following three messages as output: Security Protocol now set to TLS 1.2 PWPS_DAB Version is 2.1.18.0 This is a 64-bit process. Since I want to create an .exe-file with this…
  • How to get immediate child folders in a folder

    How to get only immediate child folders in a folder in powershell.
  • How to avoid empty folders while querying Get-PWFolders

    I was trying to get the list of folders in a folder. But I can see a large number of empty folders in the result. Is there any way to exclude empty folders while querying folder list using Get-PWFolders? $UndergroundStorageFolders= Get-PWFolders …
  • Export document attributes to an excel file

    I want to export a set of documents and its attributes to an excel file. I tried it using " Get-PWDocumentsBySearch " function and was not able to find the attributes value $documents=Get-PWDocumentsBySearch -FolderPath '\Software' -GetAttributes…
  • How to combine 2 ProjectWise document objects list into one in PowerShell

    How to combine 2 ProjectWise document objects list into one in PowerShell
  • How to get the Environment of a document in PowerShell

    How to get the Environment of a document in PowerShell
  • How to get all the empty folders in a ProjectWise Data source?

    How to get all the empty folders in a ProjectWise Data source?
  • switching refrences to there active versios

    Hello, is there a way to switch the references of an ProjectWise document to there active versions in the PWPS_DAB? I tryed to build an work arround but there is only an Add-PWDocumentReference which allows me to add aditionally references but i cant…
  • Getting PW Web link

    Is there is any powershell cmdlet or method to get the projectwise web link ?? Below is the one that I am using for getting the connect pw explorer project link. Is there is any method like the blow to get the web link ?? Would be great if someone help…
  • Clear-PWWorkflowByFolderPath not functioning as expected

    I'm running ProjectWise 10.00.03.140 and PWPS_DAB 1.12.3.0. When I run the below to attempt to clear the workflow from a nested folder structure it returns "WARNING: Folder 'XXXX' not found" for every folder ID in the path. $folders=Get-PWFolders…
  • How to copy metadata and put it into and excel sheet to show the columns in your current view?

    Hi, I currently have a quick line of code that goes through a global search on ProjectWise and extracts the metadata. My result is a lot more then what is needed. The excel sheet comes with a general tab and a tab of the current view but it does not…