• Update User IdentityProvider in PowerShell

    How can I update user's Identify provider column using PowerShell?
  • Report Saved Search to excel, with custom attributes

    I would like to write a report to excel based on a saved search. I also need to write a custom attribute 'Revision No' to excel. In the if block the custom attribute is written to the terminal but it doesn't write to Excel. $SavedSearch = 'PW…
  • 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…
  • Get-PWWebconnection

    Hey guys, When I run the below code to get the PW Web connection name it is replicate 2 nameslike below, UNIQUEID - PROJECT NAME UNIQUEID - PROJECT NAME Anybody noticed this ? Why it is showing 2 times ? $EncodedToken = ConvertTo-EncodedToken…
  • Set-PWDocumentState failing

    I am trying to change the state of a file with using the below code, but i am getting an error message like below. If someone could correct me where i am wrong would be very much appreciated Error Message : VERBOSE: Found 1 documents WARNING: Failed…
  • 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…
  • PWPS_DAB Import for Azure Automation Accounts

    Does anyone in the community have any experience with importing pwps_dab into an Azure Automation Account playbook? I have tried various things, including the Azure Automation(AA) deployment from the PowerShell Gallery, but that fails every time with…
  • How To: Add Dynamic Parameters to Your PowerShell Functions

    I have added another post to my blog. Please take a look. https://powerwisescripting.blog/2019/01/23/how-to-add-dynamic-parameters-to-your-powershell-functions/ Cheers, Brian
  • Delete the file if file has more than 10 version, and if the file is more than 6 months old

    Find the files which has more than 10 version, and the 11th and above version are more than 6 months old, need to be deleted from ProjectWise.
  • Import Files from Local Drive to ProjectWise Folder

    I have added another post to my PowerShell and ProjectWise blog which steps through the process of importing files from a local folder and creating new documents or versions if the documents already existed.. http://powerwisescripting.blog/2018/09/20…