• 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…
  • Remove-PWFolder not putting folder to recycle bin

    I am trying to delete a set of folders weekly. But I also want those folders deleted should list in "Deleted Items" section in ProjectWise. But unfortunately it is not working for me. Please help. Script: Remove-PWFolder -FolderID '486359' -RemoveDocuments…
  • Get-PWUserByLastLogin returning last login date 1-1-1979

    Get-PWUserByLastLogin returning last login date 1-1-1979 $users = Get-PWUserByLastLogin -Verbose
  • 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 …
  • New-PWRichProject how to mention Environment

    New-PWRichProject how to mention the Environment
  • 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…
  • List of Disabled users with disabled date

    Is there any way to export the list of disabled users with the date that user got disabled in ProjectWise using PowerShell?
  • Re-Importing Project Access Control Excel "Error: Column 'ProjectName' does not belong to underlying table 'Directory' "

    I exported a Work Area access control details to Excel using Export-PWAccessControlToExcel command for all levels. Now, when I try to re-import the same after making some changes to access controls, I get the below error. Error: Column 'ProjectName…
  • NERC compliance

    Hello everyone, I have a question about NERC compliance in ProjectWise. I have read that ProjectWise is NERC-compliant, but I would like to know if with regards to document typologies, workflow or architecture installation there are any considerations…
  • 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…
  • Get hash table of attributes without re-searching

    Hello, This might be a feature request... Is it possible to get a partial hash table of attributes for an already obtained pw document, without performing a second search using Get-PWDocumentsBySearchWithReturnColumns? If possible refreshing the…
  • 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…