
Sometimes we are required to delete the web part from an existing project’s site. In this blog, I will guide you step-by-step on how to delete the web part using a PowerShell script: Run an SQL query to get the list of the projects and their URL SELECT [ProjectName] ,[ProjectWorkspaceInternalHRef] FROM [MSP_EpmProject_UserView] Copy the results with
Read More