SlideShare a Scribd company logo
1 of 27
Download to read offline
Principles of Execution
Using Microsoft Project To Automate A
Workplace Culture That Works!
Executive Overview
Developing a culture that works is hard work
and difficult at best.
Many organizations suffer from culture
confusion, they have too many high
priorities, they lack consensus among their
key leaders and are plagued with
misalignment between their mission, vision,
and values.
Understanding and applying the 7 principles
for developing a culture that works can drive
amazing culture change in any organization,
agency or business.
7 Principles Framework
1. Principle of Vision: A great culture starts with a
vision or mission statement.
2. Principle of Values: A set of guidelines on the
behaviors and mindsets needed to achieve your
vision.
3. Principle of Buy-In: Is a Team Sport
4. Principle of Best Practices: Values are of little
importance unless they are enshrined in a
company’s practices.
5. Principle of Stories: All organizations have a
unique history - a unique story.
6. Principle of Environment: Your Physical or Virtual
Workplace shapes culture
7. Principle of Execution: Team members make a
commitment to the team not to the leader, and
they hold each other accountable.
 Gerald J. Leonard is the author of
“Culture Is The Bass,” and
the President & CEO of Principles
of Execution, a Strategic Project
Portfolio Management consulting
practice based in the Metro
Washington, DC area.
 20+ years as an IT Project Portfolio
Management consultant and has
earned the PfMP, PMP, MCSE,
MCTS, CQIA, ITILv3 and COBIT
4.1 Certifications
 Acquired certifications in PM and BI
from the University of California,
Berkeley, as well as an Executive
Leadership Certification from
Cornell University.
Gerald’s Background
•POC
•Stakeholder
Expectations
15 Days
•Manual Processes
•Poor Visibility
Challenge •Standardized
Templates
•Integration
•Automation
Solution
•Macros
•Event Handlers
•Automated
Baselining
Capabilities •Insight
•Increased efficiency
•Improved Data
Quality
Results
Large Government Organization
Create a solution for an older
homegrown system to integrate
with Microsoft Project Server
2013
The Homegrown system
managing over 14,000 projects
We had only 15 days before we
had to demonstrate it to the CIO
We worked as a team to make it
happen and we did it by day 14
15 Days till lift-off
Integrated Project Management System
Project Warehouse
External
System
External
System
External
System
External
System
Financial
System
Public
Dashboard
Data
Warehouse
20+ System integrations
•POC
•Stakeholder
Expectations
15 Days
•Manual Processes
•Poor Visibility
Challenge •Standardized
Templates
•Integration
•Automation
Solution
•Macros
•Event Handlers
•Automated
Baselining
Capabilities •Insight
•Increased efficiency
•Improved Data
Quality
Results
Large Government agency needed to strengthen
management oversight of a portfolio of 14,000 active
projects.
Integrate Project Server 2013 with a Home grown
Application using .Net 1.0 and ASP technology.
Limited visibility by the PMO if Project Managers were
updating their schedules and project information
correctly
Business Problem
Manual Processes
No standard project schedule
templates or process to enable
consistent management of the
PMO environment. Schedules
did not contain network logic or
schedule dependencies.
Project Managers schedule
updates were all manually
updated with no scheduling
engine available to understand
the downstream impact on
forecasted tasks.
Business Goals
Accelerate project development and delivery
through improved processes
Strengthen planning and programming processes to
maximize the use of available funding
Be an innovative pacesetter in technology
•POC
•Stakeholder
Expectations
15 Days
•Manual Processes
•Poor Visibility
Challenge •Standardized
Templates
•Integration
•Automation
Solution
•Macros
•Event Handlers
•Automated
Baselining
Capabilities •Insight
•Increased efficiency
•Improved Data
Quality
Results
Best Practices and Environment
40 + Standardized Templates
Custom Lookup Table
Data Quality is Like
Integration
Component
Web
Service
Web
Service
Event Handlers
Automation – Leveraging Powershell
<#
.SYNOPSIS
Forces a Checkin of all projects in Microsoft Project Server 2013
.DESCRIPTION
The list of currently checkedout projects is queried from the Draft database.
After the list of Project UIDs is retrieved the script makes a connection to the PSI Projects WebService to
initiate Force Checkin of all the projects.
The Checkin requests enter the Project Server queue and will be executed there.
.PARAMETER ProjectServerURL
URL of the Project Server instance to be connected to (example: http://pwavm/PWA
.PARAMETER DatabaseServer
Name of the SQL Server (or database instance) containing the Draft database (example:
SQLSRV1INSTANCE1)
.PARAMETER DraftDB
Name of the Draft Database (example: PWA_Draft)
.EXAMPLE
.AutomatedProjectCheckin.ps1 -ProjectServerURL http://pwavm/PWA -DatabaseServer VMSQL -
DraftDB IPMSCH_ProjectWebApp_DB
Force CheckIn all projects currently checked out
.NOTES
You need to have Read permissions to the Draft Database and Project Server Administrative
permissions to run this Script.
#>
# Add PowerShell PSSnapin
Add-PSSnapin Microsoft.SharePoint.PowerShell
$SqlCmd = New-Object System.Data.SqlClient.SqlCommand #setting object to
use sql commands
#$SqlQuery = "SELECT [Proj_UID], [PROJ_NAME], [proj_checkoutby] FROM
[draft].[MSP_projects] WHERE proj_checkoutby is not null and proj_type in
(0,5,6)" #setting query "get drop paths"
$SqlQuery = "SELECT p.Proj_UID, p.PROJ_NAME, (select r.ResourceName
from [dbo].[MSP_EpmResource_UserView] r where r.ResourceUID =
p.PROJ_CHECKOUTBY) AS CheckedOutName FROM [draft].[MSP_projects] p
WHERE proj_checkoutby IS Not null and proj_type in (0,5,6)"
$SqlCmd.CommandText = $SqlQuery # get query
$SqlAdapter = New-Object System.Data.SqlClient.SqlDataAdapter #
$SqlAdapter.SelectCommand = $SqlCmd
$SqlCmd.Connection = $connection
$DataSet = New-Object System.Data.DataSet
$SqlAdapter.Fill($DataSet)
Project Server 2013 Technology Platform
•POC
•Stakeholder
Expectations
15 Days
•Manual Processes
•Poor Visibility
Challenge •Standardized
Templates
•Integration
•Automation
Solution
•Macros
•Event Handlers
•Automated
Baselining
Capabilities •Insight
•Increased efficiency
•Improved Data
Quality
Results
Macros
Automate the standardization of
data quality
Event Handlers
Automated Baselining
Schedule Phase Baseline Updates
Initial Schedule Current set to Baseline
If Baseline1 not set then
Copy Baseline to Baseline1
Scoping Schedule Current set to Baseline
Copy Baseline to Baseline2
Design Current set to Baseline3
Final Design Current set to Baseline4
Revision Reset Current Baseline (based on Project Pool revision approvals): copy
previous current schedule (Baseline) to lowest available non-reserved Baseline
(Baselines 5 – 10)
•POC
•Stakeholder
Expectations
15 Days
•Manual Processes
•Poor Visibility
Challenge •Standardized
Templates
•Integration
•Automation
Solution
•Macros
•Event Handlers
•Automated
Baselining
Capabilities •Insight
•Increased efficiency
•Improved Data
Quality
Results
What was achieved:
 Microsoft Project Server 2013 was
deployed with event handlers and web
service that pass data back and forth
with the homegrown system
 System and schedule standardization
 Increased visibility and improved data
quality
 Microsoft Project macros and PowerShell
Scripts to automate data formatting and
automation of admin routines
 Over 700 + project managers trained
with only 40+ Schedulers using
Microsoft Project Professional.
Insights
Increased Efficiency & Improved Data Quality
Q&A
Principles of Execution, LLC
Gerald J. Leonard
PfMP, PMP, MCTS, CQIA, ITIL,
COBIT
President/CEO
Gerald@Principlesofexecution.com
http://www.principlesofexecution.com
Developing A Culture That Works!

More Related Content

What's hot

Tips and techniques for effective project portfolio management
Tips and techniques for effective project portfolio managementTips and techniques for effective project portfolio management
Tips and techniques for effective project portfolio managementProductivity Intelligence Institute
 
'Building Business Analysis Centre of Excellence in Software Development Comp...
'Building Business Analysis Centre of Excellence in Software Development Comp...'Building Business Analysis Centre of Excellence in Software Development Comp...
'Building Business Analysis Centre of Excellence in Software Development Comp...IIBA_Latvia_Chapter
 
ITSM Academy Webinar - Establishing A Business Process Group
ITSM Academy Webinar - Establishing A Business Process GroupITSM Academy Webinar - Establishing A Business Process Group
ITSM Academy Webinar - Establishing A Business Process GroupITSM Academy, Inc.
 
Building a Data Analytics Center of Excellence - Digital Transformation
Building a Data Analytics Center of Excellence - Digital TransformationBuilding a Data Analytics Center of Excellence - Digital Transformation
Building a Data Analytics Center of Excellence - Digital TransformationMarian Cook
 
Emerging trends in project management
Emerging trends in project managementEmerging trends in project management
Emerging trends in project managementSteven Jagger
 
Three Trends in Project Management Presentation
Three Trends in Project Management PresentationThree Trends in Project Management Presentation
Three Trends in Project Management PresentationBrittany Virgil
 
Next frontier for lean manufacturing From Mc Kinsey & Company
Next frontier for lean manufacturing  From Mc Kinsey & Company Next frontier for lean manufacturing  From Mc Kinsey & Company
Next frontier for lean manufacturing From Mc Kinsey & Company Franco Ferrario
 
Project Management Trends
Project Management TrendsProject Management Trends
Project Management TrendsDvir Zohar
 
PMOs and Complexity Management
PMOs and Complexity ManagementPMOs and Complexity Management
PMOs and Complexity ManagementTathagat Varma
 
FROM PMO TO STRATEGIC PMO - AN INDIRECT APPROACH
FROM PMO TO STRATEGIC PMO - AN INDIRECT APPROACHFROM PMO TO STRATEGIC PMO - AN INDIRECT APPROACH
FROM PMO TO STRATEGIC PMO - AN INDIRECT APPROACHPhilippe Husser
 
The Absolute Must-Do's to Build an Agile Organization
The Absolute Must-Do's to Build an Agile OrganizationThe Absolute Must-Do's to Build an Agile Organization
The Absolute Must-Do's to Build an Agile OrganizationCornerstone OnDemand
 
Transforming Vision to Value - Managing the Strategy to Execution Process
Transforming Vision to Value - Managing the Strategy to Execution Process Transforming Vision to Value - Managing the Strategy to Execution Process
Transforming Vision to Value - Managing the Strategy to Execution Process Accelare
 
Breaking the mould_unlocking_the_benefits_of_a_tailored_upstream_operating_model
Breaking the mould_unlocking_the_benefits_of_a_tailored_upstream_operating_modelBreaking the mould_unlocking_the_benefits_of_a_tailored_upstream_operating_model
Breaking the mould_unlocking_the_benefits_of_a_tailored_upstream_operating_modelFrancesco Legname
 
The 5 Critical Elements to Creating a Project Management Center of Excellence
The 5 Critical Elements to Creating a Project Management Center of ExcellenceThe 5 Critical Elements to Creating a Project Management Center of Excellence
The 5 Critical Elements to Creating a Project Management Center of ExcellenceFlevy.com Best Practices
 
Outsourcing and Managed Services - Developing a Common Language Between Suppl...
Outsourcing and Managed Services - Developing a Common Language Between Suppl...Outsourcing and Managed Services - Developing a Common Language Between Suppl...
Outsourcing and Managed Services - Developing a Common Language Between Suppl...Alan McSweeney
 
Organization Design for Cybersecurity Company
Organization Design for Cybersecurity CompanyOrganization Design for Cybersecurity Company
Organization Design for Cybersecurity CompanyPeopleWiz Consulting
 
Best Practices in Strategic Planning For A/E Firms
Best Practices in Strategic Planning For A/E FirmsBest Practices in Strategic Planning For A/E Firms
Best Practices in Strategic Planning For A/E FirmsFrank A. Stasiowski, FAIA
 
Program management scope management
Program management   scope managementProgram management   scope management
Program management scope managementJulen Mohanty
 
Managing HR Issues Relating to Reforms
Managing HR Issues Relating to ReformsManaging HR Issues Relating to Reforms
Managing HR Issues Relating to ReformsElijah Ezendu
 

What's hot (19)

Tips and techniques for effective project portfolio management
Tips and techniques for effective project portfolio managementTips and techniques for effective project portfolio management
Tips and techniques for effective project portfolio management
 
'Building Business Analysis Centre of Excellence in Software Development Comp...
'Building Business Analysis Centre of Excellence in Software Development Comp...'Building Business Analysis Centre of Excellence in Software Development Comp...
'Building Business Analysis Centre of Excellence in Software Development Comp...
 
ITSM Academy Webinar - Establishing A Business Process Group
ITSM Academy Webinar - Establishing A Business Process GroupITSM Academy Webinar - Establishing A Business Process Group
ITSM Academy Webinar - Establishing A Business Process Group
 
Building a Data Analytics Center of Excellence - Digital Transformation
Building a Data Analytics Center of Excellence - Digital TransformationBuilding a Data Analytics Center of Excellence - Digital Transformation
Building a Data Analytics Center of Excellence - Digital Transformation
 
Emerging trends in project management
Emerging trends in project managementEmerging trends in project management
Emerging trends in project management
 
Three Trends in Project Management Presentation
Three Trends in Project Management PresentationThree Trends in Project Management Presentation
Three Trends in Project Management Presentation
 
Next frontier for lean manufacturing From Mc Kinsey & Company
Next frontier for lean manufacturing  From Mc Kinsey & Company Next frontier for lean manufacturing  From Mc Kinsey & Company
Next frontier for lean manufacturing From Mc Kinsey & Company
 
Project Management Trends
Project Management TrendsProject Management Trends
Project Management Trends
 
PMOs and Complexity Management
PMOs and Complexity ManagementPMOs and Complexity Management
PMOs and Complexity Management
 
FROM PMO TO STRATEGIC PMO - AN INDIRECT APPROACH
FROM PMO TO STRATEGIC PMO - AN INDIRECT APPROACHFROM PMO TO STRATEGIC PMO - AN INDIRECT APPROACH
FROM PMO TO STRATEGIC PMO - AN INDIRECT APPROACH
 
The Absolute Must-Do's to Build an Agile Organization
The Absolute Must-Do's to Build an Agile OrganizationThe Absolute Must-Do's to Build an Agile Organization
The Absolute Must-Do's to Build an Agile Organization
 
Transforming Vision to Value - Managing the Strategy to Execution Process
Transforming Vision to Value - Managing the Strategy to Execution Process Transforming Vision to Value - Managing the Strategy to Execution Process
Transforming Vision to Value - Managing the Strategy to Execution Process
 
Breaking the mould_unlocking_the_benefits_of_a_tailored_upstream_operating_model
Breaking the mould_unlocking_the_benefits_of_a_tailored_upstream_operating_modelBreaking the mould_unlocking_the_benefits_of_a_tailored_upstream_operating_model
Breaking the mould_unlocking_the_benefits_of_a_tailored_upstream_operating_model
 
The 5 Critical Elements to Creating a Project Management Center of Excellence
The 5 Critical Elements to Creating a Project Management Center of ExcellenceThe 5 Critical Elements to Creating a Project Management Center of Excellence
The 5 Critical Elements to Creating a Project Management Center of Excellence
 
Outsourcing and Managed Services - Developing a Common Language Between Suppl...
Outsourcing and Managed Services - Developing a Common Language Between Suppl...Outsourcing and Managed Services - Developing a Common Language Between Suppl...
Outsourcing and Managed Services - Developing a Common Language Between Suppl...
 
Organization Design for Cybersecurity Company
Organization Design for Cybersecurity CompanyOrganization Design for Cybersecurity Company
Organization Design for Cybersecurity Company
 
Best Practices in Strategic Planning For A/E Firms
Best Practices in Strategic Planning For A/E FirmsBest Practices in Strategic Planning For A/E Firms
Best Practices in Strategic Planning For A/E Firms
 
Program management scope management
Program management   scope managementProgram management   scope management
Program management scope management
 
Managing HR Issues Relating to Reforms
Managing HR Issues Relating to ReformsManaging HR Issues Relating to Reforms
Managing HR Issues Relating to Reforms
 

Similar to Using Microsoft Project to automate a workplace culture that works

Agile Governance for Hybrid Programs
Agile Governance for Hybrid ProgramsAgile Governance for Hybrid Programs
Agile Governance for Hybrid ProgramsCprime
 
Innovate session-2333
Innovate session-2333Innovate session-2333
Innovate session-2333Reedy Feggins Jr
 
AO, the sap case
AO, the sap caseAO, the sap case
AO, the sap casePierre E. NEIS
 
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018DevOpsGroup
 
Resume
ResumeResume
ResumeAlan Rai
 
Resource scheduling &amp; capacity planning for project online webinar 25 oct18
Resource scheduling &amp; capacity planning for project online  webinar 25 oct18Resource scheduling &amp; capacity planning for project online  webinar 25 oct18
Resource scheduling &amp; capacity planning for project online webinar 25 oct18Mike Otranto
 
DBA Role Shift in a DevOps World
DBA Role Shift in a DevOps WorldDBA Role Shift in a DevOps World
DBA Role Shift in a DevOps WorldDatavail
 
Scaling Agile - Multiple Team Dynamics
Scaling Agile - Multiple Team DynamicsScaling Agile - Multiple Team Dynamics
Scaling Agile - Multiple Team DynamicsVersionOne
 
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...Amazon Web Services
 
KarthikSNOW_CV
KarthikSNOW_CVKarthikSNOW_CV
KarthikSNOW_CVkarthik reddy
 
Ready for Fast Data: How Lightbend Enables Teams To Build Real-Time, Streamin...
Ready for Fast Data: How Lightbend Enables Teams To Build Real-Time, Streamin...Ready for Fast Data: How Lightbend Enables Teams To Build Real-Time, Streamin...
Ready for Fast Data: How Lightbend Enables Teams To Build Real-Time, Streamin...Lightbend
 
How to Successfully Implement Cognos Self-Service
How to Successfully Implement Cognos Self-ServiceHow to Successfully Implement Cognos Self-Service
How to Successfully Implement Cognos Self-ServiceSenturus
 
Noman Khan Internship Report 2.pptx
Noman Khan Internship Report 2.pptxNoman Khan Internship Report 2.pptx
Noman Khan Internship Report 2.pptxNomanKhan869872
 
From Surviving to Thriving - Leveraging People, Process and Systems to Achiev...
From Surviving to Thriving - Leveraging People, Process and Systems to Achiev...From Surviving to Thriving - Leveraging People, Process and Systems to Achiev...
From Surviving to Thriving - Leveraging People, Process and Systems to Achiev...Steelwedge
 
Applying Agile Team Management
Applying Agile Team ManagementApplying Agile Team Management
Applying Agile Team ManagementHuan Ho
 
KSU IT Capstone Report 2012-2017.pdf
KSU IT Capstone Report 2012-2017.pdfKSU IT Capstone Report 2012-2017.pdf
KSU IT Capstone Report 2012-2017.pdfJack Zheng
 

Similar to Using Microsoft Project to automate a workplace culture that works (20)

Agile Governance for Hybrid Programs
Agile Governance for Hybrid ProgramsAgile Governance for Hybrid Programs
Agile Governance for Hybrid Programs
 
Innovate session-2333
Innovate session-2333Innovate session-2333
Innovate session-2333
 
Dev ops
Dev opsDev ops
Dev ops
 
AO, the sap case
AO, the sap caseAO, the sap case
AO, the sap case
 
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018
 
Resume
ResumeResume
Resume
 
Resource scheduling &amp; capacity planning for project online webinar 25 oct18
Resource scheduling &amp; capacity planning for project online  webinar 25 oct18Resource scheduling &amp; capacity planning for project online  webinar 25 oct18
Resource scheduling &amp; capacity planning for project online webinar 25 oct18
 
PMO and Project Server 2013 main features
PMO and Project Server 2013 main features PMO and Project Server 2013 main features
PMO and Project Server 2013 main features
 
DBA Role Shift in a DevOps World
DBA Role Shift in a DevOps WorldDBA Role Shift in a DevOps World
DBA Role Shift in a DevOps World
 
Scaling Agile - Multiple Team Dynamics
Scaling Agile - Multiple Team DynamicsScaling Agile - Multiple Team Dynamics
Scaling Agile - Multiple Team Dynamics
 
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
 
KarthikSNOW_CV
KarthikSNOW_CVKarthikSNOW_CV
KarthikSNOW_CV
 
Ready for Fast Data: How Lightbend Enables Teams To Build Real-Time, Streamin...
Ready for Fast Data: How Lightbend Enables Teams To Build Real-Time, Streamin...Ready for Fast Data: How Lightbend Enables Teams To Build Real-Time, Streamin...
Ready for Fast Data: How Lightbend Enables Teams To Build Real-Time, Streamin...
 
Manpro ppt
Manpro pptManpro ppt
Manpro ppt
 
PMO and project server 2013
PMO and project server 2013PMO and project server 2013
PMO and project server 2013
 
How to Successfully Implement Cognos Self-Service
How to Successfully Implement Cognos Self-ServiceHow to Successfully Implement Cognos Self-Service
How to Successfully Implement Cognos Self-Service
 
Noman Khan Internship Report 2.pptx
Noman Khan Internship Report 2.pptxNoman Khan Internship Report 2.pptx
Noman Khan Internship Report 2.pptx
 
From Surviving to Thriving - Leveraging People, Process and Systems to Achiev...
From Surviving to Thriving - Leveraging People, Process and Systems to Achiev...From Surviving to Thriving - Leveraging People, Process and Systems to Achiev...
From Surviving to Thriving - Leveraging People, Process and Systems to Achiev...
 
Applying Agile Team Management
Applying Agile Team ManagementApplying Agile Team Management
Applying Agile Team Management
 
KSU IT Capstone Report 2012-2017.pdf
KSU IT Capstone Report 2012-2017.pdfKSU IT Capstone Report 2012-2017.pdf
KSU IT Capstone Report 2012-2017.pdf
 

More from Productivity Intelligence Institute

More from Productivity Intelligence Institute (8)

Workplace Jazz - HOW TO IMPROVISE
Workplace Jazz - HOW TO IMPROVISE  Workplace Jazz - HOW TO IMPROVISE
Workplace Jazz - HOW TO IMPROVISE
 
What's new in microsoft project server and professional 2013
What's new in microsoft project server and professional 2013What's new in microsoft project server and professional 2013
What's new in microsoft project server and professional 2013
 
Enterprise Resource Management Using MS Project Server 2007
Enterprise Resource Management Using MS Project Server 2007Enterprise Resource Management Using MS Project Server 2007
Enterprise Resource Management Using MS Project Server 2007
 
Developing Program and Milestone Plans in MS Project 2003 and 2007
Developing Program and Milestone Plans in MS Project 2003 and 2007Developing Program and Milestone Plans in MS Project 2003 and 2007
Developing Program and Milestone Plans in MS Project 2003 and 2007
 
Project Management Discussion with the BDPA Baltimore Chapter
 Project Management Discussion with the BDPA Baltimore Chapter Project Management Discussion with the BDPA Baltimore Chapter
Project Management Discussion with the BDPA Baltimore Chapter
 
NARA EVM Case Study Presentation For MPA
NARA EVM Case Study Presentation For MPANARA EVM Case Study Presentation For MPA
NARA EVM Case Study Presentation For MPA
 
CCPM using ms project 2010 and prochain implementing ppm
CCPM using ms project 2010 and prochain implementing ppmCCPM using ms project 2010 and prochain implementing ppm
CCPM using ms project 2010 and prochain implementing ppm
 
PPM and Governance Workshop
PPM and Governance WorkshopPPM and Governance Workshop
PPM and Governance Workshop
 

Recently uploaded

call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@vikas rana
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptssuser319dad
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...NETWAYS
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...NETWAYS
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Hasting Chen
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyPooja Nehwal
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxNikitaBankoti2
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfhenrik385807
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfhenrik385807
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...NETWAYS
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...henrik385807
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxFamilyWorshipCenterD
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesPooja Nehwal
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Pooja Nehwal
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Delhi Call girls
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...NETWAYS
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )Pooja Nehwal
 

Recently uploaded (20)

call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.ppt
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
 

Using Microsoft Project to automate a workplace culture that works

  • 1. Principles of Execution Using Microsoft Project To Automate A Workplace Culture That Works!
  • 2. Executive Overview Developing a culture that works is hard work and difficult at best. Many organizations suffer from culture confusion, they have too many high priorities, they lack consensus among their key leaders and are plagued with misalignment between their mission, vision, and values. Understanding and applying the 7 principles for developing a culture that works can drive amazing culture change in any organization, agency or business.
  • 3. 7 Principles Framework 1. Principle of Vision: A great culture starts with a vision or mission statement. 2. Principle of Values: A set of guidelines on the behaviors and mindsets needed to achieve your vision. 3. Principle of Buy-In: Is a Team Sport 4. Principle of Best Practices: Values are of little importance unless they are enshrined in a company’s practices. 5. Principle of Stories: All organizations have a unique history - a unique story. 6. Principle of Environment: Your Physical or Virtual Workplace shapes culture 7. Principle of Execution: Team members make a commitment to the team not to the leader, and they hold each other accountable.
  • 4.  Gerald J. Leonard is the author of “Culture Is The Bass,” and the President & CEO of Principles of Execution, a Strategic Project Portfolio Management consulting practice based in the Metro Washington, DC area.  20+ years as an IT Project Portfolio Management consultant and has earned the PfMP, PMP, MCSE, MCTS, CQIA, ITILv3 and COBIT 4.1 Certifications  Acquired certifications in PM and BI from the University of California, Berkeley, as well as an Executive Leadership Certification from Cornell University. Gerald’s Background
  • 5. •POC •Stakeholder Expectations 15 Days •Manual Processes •Poor Visibility Challenge •Standardized Templates •Integration •Automation Solution •Macros •Event Handlers •Automated Baselining Capabilities •Insight •Increased efficiency •Improved Data Quality Results
  • 6. Large Government Organization Create a solution for an older homegrown system to integrate with Microsoft Project Server 2013 The Homegrown system managing over 14,000 projects We had only 15 days before we had to demonstrate it to the CIO We worked as a team to make it happen and we did it by day 14 15 Days till lift-off
  • 7. Integrated Project Management System Project Warehouse External System External System External System External System Financial System Public Dashboard Data Warehouse 20+ System integrations
  • 8. •POC •Stakeholder Expectations 15 Days •Manual Processes •Poor Visibility Challenge •Standardized Templates •Integration •Automation Solution •Macros •Event Handlers •Automated Baselining Capabilities •Insight •Increased efficiency •Improved Data Quality Results
  • 9. Large Government agency needed to strengthen management oversight of a portfolio of 14,000 active projects. Integrate Project Server 2013 with a Home grown Application using .Net 1.0 and ASP technology. Limited visibility by the PMO if Project Managers were updating their schedules and project information correctly Business Problem
  • 10. Manual Processes No standard project schedule templates or process to enable consistent management of the PMO environment. Schedules did not contain network logic or schedule dependencies. Project Managers schedule updates were all manually updated with no scheduling engine available to understand the downstream impact on forecasted tasks.
  • 11. Business Goals Accelerate project development and delivery through improved processes Strengthen planning and programming processes to maximize the use of available funding Be an innovative pacesetter in technology
  • 12. •POC •Stakeholder Expectations 15 Days •Manual Processes •Poor Visibility Challenge •Standardized Templates •Integration •Automation Solution •Macros •Event Handlers •Automated Baselining Capabilities •Insight •Increased efficiency •Improved Data Quality Results
  • 13. Best Practices and Environment
  • 14. 40 + Standardized Templates
  • 15. Custom Lookup Table Data Quality is Like
  • 17. Automation – Leveraging Powershell <# .SYNOPSIS Forces a Checkin of all projects in Microsoft Project Server 2013 .DESCRIPTION The list of currently checkedout projects is queried from the Draft database. After the list of Project UIDs is retrieved the script makes a connection to the PSI Projects WebService to initiate Force Checkin of all the projects. The Checkin requests enter the Project Server queue and will be executed there. .PARAMETER ProjectServerURL URL of the Project Server instance to be connected to (example: http://pwavm/PWA .PARAMETER DatabaseServer Name of the SQL Server (or database instance) containing the Draft database (example: SQLSRV1INSTANCE1) .PARAMETER DraftDB Name of the Draft Database (example: PWA_Draft) .EXAMPLE .AutomatedProjectCheckin.ps1 -ProjectServerURL http://pwavm/PWA -DatabaseServer VMSQL - DraftDB IPMSCH_ProjectWebApp_DB Force CheckIn all projects currently checked out .NOTES You need to have Read permissions to the Draft Database and Project Server Administrative permissions to run this Script. #> # Add PowerShell PSSnapin Add-PSSnapin Microsoft.SharePoint.PowerShell $SqlCmd = New-Object System.Data.SqlClient.SqlCommand #setting object to use sql commands #$SqlQuery = "SELECT [Proj_UID], [PROJ_NAME], [proj_checkoutby] FROM [draft].[MSP_projects] WHERE proj_checkoutby is not null and proj_type in (0,5,6)" #setting query "get drop paths" $SqlQuery = "SELECT p.Proj_UID, p.PROJ_NAME, (select r.ResourceName from [dbo].[MSP_EpmResource_UserView] r where r.ResourceUID = p.PROJ_CHECKOUTBY) AS CheckedOutName FROM [draft].[MSP_projects] p WHERE proj_checkoutby IS Not null and proj_type in (0,5,6)" $SqlCmd.CommandText = $SqlQuery # get query $SqlAdapter = New-Object System.Data.SqlClient.SqlDataAdapter # $SqlAdapter.SelectCommand = $SqlCmd $SqlCmd.Connection = $connection $DataSet = New-Object System.Data.DataSet $SqlAdapter.Fill($DataSet)
  • 18. Project Server 2013 Technology Platform
  • 19. •POC •Stakeholder Expectations 15 Days •Manual Processes •Poor Visibility Challenge •Standardized Templates •Integration •Automation Solution •Macros •Event Handlers •Automated Baselining Capabilities •Insight •Increased efficiency •Improved Data Quality Results
  • 22. Automated Baselining Schedule Phase Baseline Updates Initial Schedule Current set to Baseline If Baseline1 not set then Copy Baseline to Baseline1 Scoping Schedule Current set to Baseline Copy Baseline to Baseline2 Design Current set to Baseline3 Final Design Current set to Baseline4 Revision Reset Current Baseline (based on Project Pool revision approvals): copy previous current schedule (Baseline) to lowest available non-reserved Baseline (Baselines 5 – 10)
  • 23. •POC •Stakeholder Expectations 15 Days •Manual Processes •Poor Visibility Challenge •Standardized Templates •Integration •Automation Solution •Macros •Event Handlers •Automated Baselining Capabilities •Insight •Increased efficiency •Improved Data Quality Results
  • 24. What was achieved:  Microsoft Project Server 2013 was deployed with event handlers and web service that pass data back and forth with the homegrown system  System and schedule standardization  Increased visibility and improved data quality  Microsoft Project macros and PowerShell Scripts to automate data formatting and automation of admin routines  Over 700 + project managers trained with only 40+ Schedulers using Microsoft Project Professional. Insights
  • 25. Increased Efficiency & Improved Data Quality
  • 26. Q&A
  • 27. Principles of Execution, LLC Gerald J. Leonard PfMP, PMP, MCTS, CQIA, ITIL, COBIT President/CEO Gerald@Principlesofexecution.com http://www.principlesofexecution.com Developing A Culture That Works!