Is it possible to copy, then edit the Managed Workspaces?
When creating a Project in ProjectWise, we usually copy an existing Role config, rename, edit the CSB to suit then apply to the new Project.
I have seen the New-PWManagedWorkSpaceConfigBlock…
In PWE i see the "Doc_no_status" property on every single document:
But in Powershel, when i try using Get-PWDocumentsBySearch (even with - GetAttributes parameter added), i do not see "Doc_no_status" property listed in the output.
I also tried…
Hi,
I'm trying to import some images from a local folder to projectwise but i have an error code 58027. The files location hasn't changed.
I'm using the following cmdlet:
Import-PWDocuments -InputFolder $SourceFolderRoot -ProjectWiseFolder $DestinationFolderRoot…
I have a functioning script that checks all the given user's Userlist memberships (and those Userlists' memberships in another Userlists, if there are any).
Here is how the typical output looks like:
The last 2 userlists ("Test User List" and "RBR…
We just posted version 23.2.6 of the #PWPS_DAB #PowerShell module for #ProjectWise to the PowerShell Gallery.
To install, from a 64-bit Admin session of PowerShell v5 run:
[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12…
I noticed a strange issue when trying to find a user in PW by his/her name.
For example, I know 100% that a user "_admin_98623" exists in PW Administrator. However, if i provide this username as an input to my script, I get a warning that such user…
I was reading a tutorial on how to get a User List that a certain User is the member of and now I'm wondering if there is a method/cmdlet to verify whether a User List is actually a member of another User List (and thus inherits the permissions from the…
Hi all. I've been off PW for 6 months now coming back I find there seems to be a problem with Set-PWWorkAreaConnectionUserSync
Now in running the commandlet I get the following error:
PS C:\windows\system32> Set-PWWorkAreaConnectionUserSync -OIDCToken…
I was trying to follow along various tutorials online, yet still having trouble to perform such a simple task as listing the files/subfolders within a specific directory.
For example, in PW Explorer i manually navigate to "raica-pw.bentley.com:raica…
Need to get list of folder paths of Folders with the word Voided in its name to a spreadsheet so I can later rename.
$SPSdrawVoidedFolders = get-pwfolders -folderpath "SUBTRAN\SUB\Drawings" -PopulatePaths | where-object -Property "Name" -Like -Value…
I was using the below command to create project folders from the template, but recently I am getting the following error. can you please help me fix it?
New-PWLogin
$outfile = Get-TablesFromXLSXWorkbook -InputFileName “\\JC\OutFile.xlsx”
foreach…
Hello All,
We are seeing the following error when running a PowerShell Script on a Windows Server 2016 Standard server:
The following conditions are true:
ProjectWise Explorer CONNECT Edition, Version 10.00.03.140 installed.
ProjectWise…
Hi All.
I am hoping someone can help as I am assuming this is relativity simple but beyond my knowledge at this stage.
I am attempting to write a script that will search through the datasource and return all files that match an attribute value. Ie…
Maybe someone has a PowerShell script to do the same thing or a neater way? (Merging multiple sqlite databases to one - Machines were from different regions with no access to a central db) For this I required sqlite3.exe from the sqlite tools bundle and…
Below error are getting when we trying to login PW via powershell,
So, for a test i tried to put a command "New-PWLogin" simply, then the below error is getting.
Usually we receive the above error while accessing via ProjectWise Explorer. But…
I am using the below script to run a search of two datasources to produce an excel file of selected attributes for all file of type "DRG"
This all works fine, but I also need to get the MD5 checksum for each document.
I have tried the Get-PWFileChecksumreport…
I am looking in to the data which computer the user used to login the last time. Would be great If some one reffer a commandlet or a PW db table where i can get this data.
Is there a simple way to change all the current Users / Lists / Groups within the UAC of a folder (or set of folders) to Read Only / File Read?
We need this for our Archives. I already have a PowerShell script that will move the folders into the Archive…
I am trying to run a Powershell script using Task Scheduler. The script uses a Logical account with an encrypted password file. If run manually, I am prompted to login to the connection client. I can dismiss the client without logging in and the script…
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…
Get-PWUserByLastLogin is returning a significant number of users (with the command Get-PWUserByLastLogin -DaysAgo 60)
where the user LastLogin day is 1/1/1979 (the equivalent of a zero maybe?). Looking at the audit history of some of these turns up…