• PowerShell Create new ProjectWise folder from template and Excell file

    JosephCyriac
    JosephCyriac
    New-PWLogin $outfile = Get-TablesFromXLSXWorkbook -InputFileName 'C:\Users\joseph\Desktop\OutFile.xlsx ' foreach($row in $outfile.rows) { New-PWRichProjectFromTemplate -newFolderPathName $row.FolderPath -NewProjectName $row.FolderName -Template Name…
    • 26 days ago
    • ProjectWise
    • ProjectWise PowerShell Extensions Forum
  • Powershell positional parameter cannot be found

    JosephCyriac
    JosephCyriac
    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…
    • 1 month ago
    • ProjectWise
    • ProjectWise PowerShell Extensions Forum
  • HowTo: FUNCTION Show-OpenFileDialog

    Brian Flaherty
    Brian Flaherty
    I have a new blog post containing a simple function to select a local file using the Windows Open File Dialog. Please check it out. Hopefully you find it useful. https://powerwisescripting.blog/2023/03/28/howto-function-show-openfiledialog/
    • 6 months ago
    • ProjectWise
    • ProjectWise PowerShell Extensions Forum
  • FUNCTION to get PW Administrator(s)

    Brian Flaherty
    Brian Flaherty
    I have a new blog post containing a simple function to retrieve the members of the primary administrators group. Please check it out. Hopefully you find it useful. http://powerwisescripting.blog/2022/11/25/howto-function-to-retrieve-adminstrators-in…
    • 10 months ago
    • ProjectWise
    • ProjectWise PowerShell Extensions Forum
  • Get a list of connected users

    Brian Flaherty
    Brian Flaherty
    Hey all. I have created a new blog post to offer a quick way of getting a list of all connected users within a ProjectWise datasource. Check it out. Let me know if you find it helpful. https://powerwisescripting.blog/2022/08/19/howto-get-list-of-connected…
    • over 1 year ago
    • ProjectWise
    • ProjectWise PowerShell Extensions Forum
  • View related content throughout ProjectWise
  • More
  • Cancel