We are trying to add a PW365 component to our existing ProjectWise project creation PowerShell script using Add-PW365Project , and have run into issues with the OIDCToken. After looking into this post to troubleshoot, it seems like Set-PWConnectedProjectAssociation…
Hello
I have a scheduled task that need OIDC_Token to configure user synchronization for connected projects,
in my script, I have :
$oidcToken = Get-OIDCToken -UseCacheIfAvailable IF ($OIDCtoken.TTL() -lt 100) { $OIDCtoken.Refresh() }
How may…
Hello
is there a way by pwps_dab (or ..) to delete a connected project by ID (or ID + name ou ..) without using any connection & login to projectwise Datasource
The user who will delete the project is the creator of the project .
For example to…
Hi,
Is there a way to sync users from a Rich Project in ProjectWise Explorer (i.e. PW Admin Userlist members) to the corresponding Connected Project members list? Currently we have Deliverables Management enabled and right-click on the Deliverables…
Is there a way to turn on / off DM for a connected project via pwps_dab?
I was encountering an error trying to use Add-PWUsersToConnectedProject: " Connection for provided BcKey can not be resolved. " and traced it back to not having DM provisioned…