Hi,
Is there a way to create a userlist from another one? Let's say i have a userlist name prov_serv, i want to create an other who is identical to prov_serv but with a different name in powershell.
Is it possible?
some time yesterday morning, and continuing on into today, calls to Get-PWConnectionClientToken are now returning and empty string and emits three warnings:
WARNING: Can't read token WARNING: Value cannot be null. Parameter name: s
This is occurring…
I have a script which traverses all subfolders within a given master directory and extracts certain properties from the documents stored there.
It works perfectly if a master directory contains a small amount (20-40) of subfolders at various depths…
I tried this line with the aim of writing the metadata contained in PWDocument into the file line.Seed_File by copying the file and uploading onto ProjectWise.
However the resulting file on ProjectWise is empty; the metadata attributes are there but…
As far as i understand, Environment applies to a single folder. However, in that single folder there might be numerous documents and all of them can inherit properties from the Environment (visible in Properties - Attributes tab). Furthermore, each individual…
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.