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

Kirk Peterson

Likes
  • Profile
  • Activity
  • Communities
  • Friends
  • Likes
  • Achievements
  • Bookmarks
  • Blog Posts
  • Questions
  • More
  • Cancel
  • RE: Getting groups in a user list?

    Brian Flaherty
    Brian Flaherty
    Try this: Get-PWMembers -Type Userlist -Name 'UserListName'
    • over 2 years ago
    • ProjectWise
    • ProjectWise PowerShell Extensions Forum
    • Aniruddh Chavan
  • RE: Issues creating a ProjectWise 365 project using Add-PW365Project

    Dave Brumbaugh
    Dave Brumbaugh
    BTW, I have better results creating PW365 projects when using a non-federated IMS identity. I don't know if this is just my account or if there is something systemic. If you can setup a non-federated account in your IMS org, it might be worth a try.
    • over 1 year ago
    • ProjectWise
    • ProjectWise PowerShell Extensions Forum
  • RE: Update-PWStorageAreaForProjectTree

    Matthew Saxon
    Matthew Saxon
    Apologies for the delay in replying as I had been unable to get Powershell working on the sever itself till today. It turned out it didn't like me the using the 64 bit version of Powershell 5. Wasted at least a 10 hours across a few days before experimentally…
    • over 2 years ago
    • ProjectWise
    • ProjectWise PowerShell Extensions Forum
  • RE: Update-PWStorageAreaForProjectTree

    Dan Williams
    Dan Williams
    Matthew, "It works on my box..." I tested this on a server running: Windows Server 2016 ProjectWise 10.00.02.254 PowerShell 5.1.14393.3866 (As an OS Administrator, ISE console, and 64-bit) PWPS_DAB v1.12.1.0 (older version) Same results…
    • over 2 years ago
    • ProjectWise
    • ProjectWise PowerShell Extensions Forum
  • 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…
    • over 3 years ago
    • ProjectWise
    • 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…
    • over 3 years ago
    • ProjectWise
    • 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 3 years ago
    • ProjectWise
    • 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 we are trying…
    • over 3 years ago
    • ProjectWise
    • 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 4 years ago
    • ProjectWise
    • ProjectWise PowerShell Extensions Forum
    • Neil White
    • 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 5 years ago
    • ProjectWise
    • 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 4 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum
  • RE: ProjectWise PowerShell Module Requests

    Brian Flaherty
    Brian Flaherty
    We should already have those. Get-Help *pw*owner
    • over 5 years ago
    • ProjectWise
    • 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 6 years ago
    • ProjectWise
    • 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 6 years ago
    • ProjectWise
    • 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

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