Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
  • Welcome
  • Products
  • Support
  • About
  • More
  • Cancel
Kirk Peterson

Kirk Peterson

Likes
  • Profile
  • Activity
  • Communities
  • Friends
  • Mentions
  • Likes
  • Achievements
  • Bookmarks
  • Blog Posts
  • Questions
  • More
  • Cancel
  • RE: Add-PWSavedSearch -- multiple "or" tabs

    Andrea Scrutton
    Andrea Scrutton

    This is something we look at all the time too, would be a great feature to have as often a framework comes and wants new searches added to all it's projects and they have OR tabs in them and it is very time consuming to add them manually, scripted would…

    • 5 months ago
    • Content Management
    • ProjectWise PowerShell Extensions Forum
  • RE: ProjectWise Performance Report

    Zachary Kerr
    Zachary Kerr

    Hey Kirk,

    Without seeing any error messages or output I can't be sure, but it looks like a similar problem to this post.
    Are you able to establish a connection to the SQL Server?
    I think if you use the updated example script linked in the above post…

    • 11 months ago
    • Content Management
    • ProjectWise PowerShell Extensions Forum
  • RE: ProjectWise Performance Report

    Kirk Peterson
    Kirk Peterson

    Found it thanks!  

    Another issue - I can't seem to use the script to login to our hosted datasources.  Is there something I am missing?

    UPDATE - I found it ... the -UseBentleyIMS switch is required.

    • over 1 year ago
    • Content Management
    • ProjectWise PowerShell Extensions Forum
  • RE: ProjectWise Performance Report

    Zachary Kerr
    Zachary Kerr

    I think there are some good points to be made here, and I’m glad the topic has been raised – long post incoming.
    Before we get into it, be aware I have some updates both to the script and Power BI report coming soon.

    An example…

    Imagine…

    • over 1 year ago
    • Content Management
    • ProjectWise PowerShell Extensions Forum
    • skeller
    • Brent Goreham
  • ProjectWise Performance Report

    Marty.Nickel
    Marty.Nickel

    Hello everyone,

    For those of you at the conference, this was the dashboard I showed in my presentation and for those not at the conference, this is a dashboard on performance monitoring inside of ProjectWise using PowerShell.  Please find the attached…

    • over 1 year ago
    • Content Management
    • ProjectWise PowerShell Extensions Forum
    • Bill Graefe
    • Chris Spencer
  • RE: Set-PWDocumentState / Messaging services

    D.Widdifield
    D.Widdifield

    Here you go. Our need is to send an email to a specific user on a schedule, a list of any email that is in a predefined folder. We have email getting dumped directly into ProjectWise automatically. The user then moves the email as needed once notified…

    • over 3 years ago
    • Content Management
    • ProjectWise PowerShell Extensions Forum
  • RE: The next update to PW Explorer

    Phil Conard
    Phil Conard

    Hi Rene,

    I am in the process of posting the new build of PW Explorer that has this fix. I apologize for the delay. I will let you know once the new version is available for download. 

    Regards

    Philip

    • over 2 years ago
    • Content Management
    • Content Management Forum
  • RE: ProjectWise PowerShell Module Requests

    Brian Flaherty
    Brian Flaherty

    We should already have those.  Get-Help *pw*owner

    • over 2 years ago
    • Content Management
    • ProjectWise PowerShell Extensions Forum
  • RE: User Group / Usage Summary

    Kevin van Haaren
    Kevin van Haaren

    should be close:

    $group = "Administrator"

    $gid = (get-pwgroup $group).groupid

    $usrs = get-pwGroupMember -groupid $gid | where LastLogin -gt (get-date).AddDays(-90)

    "Group $($group) has $($usrs.count) users who have logged on in the last 90 days…

    • over 4 years ago
    • Content Management
    • ProjectWise PowerShell Extensions Forum
  • RE: User Group / Usage Summary

    Kevin van Haaren
    Kevin van Haaren
    if you want the report for all groups in a datasource, assign all the groups to a variable then use foreach to go through them one at a time.

    $groups = get-pwgroup

    foreach ($g in $groups) {
    "group $($g) has groupid $($g.groupid)"
    }
    • over 4 years ago
    • Content Management
    • ProjectWise PowerShell Extensions Forum
Communities
  • Home
  • Getting Started
  • Community Central
  • Products
  • Support
  • Secure File Upload
  • Feedback
Support and Services
  • Home
  • Product Support
  • Downloads
  • Subscription Services Portal
Training and Learning
  • Home
  • About Bentley Institute
  • My Learning History
  • Reference Books
Social Media
  •    LinkedIn
  •    Facebook
  •    Twitter
  •    YouTube
  •    RSS Feed
  •    Email

© 2021 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies