SlideShare a Scribd company logo
1 of 30
Download to read offline
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
AD09
Domino Administration Wizardry
Dark Arts Class
Keith Brooks, CEO, B2B Whisperer
@LotusEvangelist
HCL Master, N.E.W.T., O.W.L.
#HCLMasterTips
1#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Mr. Keith Brooks (LotusEvangelist)
Rehovot, Israel
Dear LotusEvangelist,
We are pleased to inform you that you have been accepted at the Engage School of
Collaboration and Wizardry. Your students will be required to report to the Chamber of
Reception upon arrival. Please find an enclosed list of all necessary books and equipment.
Term begins on March 3t. We received your owl on January 21st. To avoid detection
by Muggles, please use the entrance located at G. Knoefzaal at Burger’s Zoo,
Arnhem, on platform1352.We look forward to having you at our school.
Yours Sincerely
Theo Heselmans
Headmaster Engage -HCL Grandmaster, Order of Merlin, First Class, Grand Sorcerer,
Chief Warlock, Supreme Mugwump, InternationalConfederationof Wizards
2#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Adjunct Professor of the Dark Arts
• HCL Master 2019-2020
• IBM Champion 2013 – 2019
• IBM Redbooks Thought Leader 2012-2014
• Certificate Exams Writer 2012-2014
• Author Quickr Administration Book 2011
• LotusEvangelist blog since 2007
• Domino Administrator since Beta in 1996
• Notes Administrator since 1992
• 3rd time speaking at Engage
• Presented at Lotusphere, IBM Connect, Connected,
Think, NCUG, Let’sConnect, SOCCNX, The View Admin,
MWLUG,SUTOL, and other events over last 20 years
3#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Give me the List…WTF?!
Ever try to be nice to users and help them?
Doesn’t always go the way we think, does it?
Kind of like when asks
to do him a favor…
it always leads to dark thoughts things
4#engageug Dumbledore: https://forward.com/schmooze/323408/why-dumbledore-wouldnt-back-bds/
Harry: http://www.salisburysd.us/brinson/youre-a-wizard-harry/
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Owl Mail Reminder
You may receive lists, names, data, emails and other
Muggle things that have not been cleaned up yet.
Excel is your friend to manipulate the data to do your
bidding.
Names = First Name Last Name ex: Keith Brooks
Emails = Front @ Domain . Extension ex: keith@keith.com
5#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Spell #1
Converting Names to Internet Emails
We need to send a survey out; can you help us…
This Spell Requires:
1) Your PNAB
2) Access to your Company Names.nsf
3) A Generic Group Created under Groups
4) The Code from the 2nd slide after this one
5) The List of Names*
6#engageug https://booksetcstore.com/products/book-of-spells-notebook-a5-size
* = Excel may be needed to manipulate the list USUALLY
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Spell #1
Dark Arts Code - Part 1
7#engageug
1. Click File-Preferences-Toolbar-Customize
2. Select the Universal Toolbar to Customize
3. Click New then select Button
4. Type a Name
5. Type Optional Help text to remember what this does
6. Paste the Code from the next slide in as a Formula
7. Click OK and Save Toolbar
8. Test it by copying the names into a new group in PNAB
9. Save the group
10.Select the Group and Click on the Icon created
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Spell #1
Dark Arts Code – Part 2
result := "";
realresult := "";
@For (n := 1;n <= @Elements (Members );n := n + 1;
look := @Trim ( @NameLookup ( [Exhaustive];Members [n ]; "InternetAddress" ) );
realresult := @Trim ( @Unique (realresult:look ) );
result := @Trim ( @Unique (result : @If (look= "";@Name ( [Abbreviate];Members
[n ] );look ) ) ) );
FIELD comment := @Implode (result;@NewLine );
@Prompt ( [Ok]; "Members " + @Text ( @Elements (Members ) ); "Found " +
@Text ( @Elements (realresult ) )+ " emails for "+ @Text ( @Elements (Members )
)+ " Notes Names" )
8#engageug From @notessensei Blog Post: https://www.wissel.net/blog/2011/10/converting-notes-names-into-internet-addresses.html
Thank you
@Notesensei
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Spell #2
Converting Names to Hierarchical Names
• We need to send a survey out; can you help us…
This Spell Requires:
1) Your PNAB
2) A Generic Group Created
3) The Code from the 2nd slide after this one set up as a
Toolbar Icon
4) The List of Names*
9#engageug https://booksetcstore.com/products/book-of-spells-notebook-a5-size
* = Excel may be needed to manipulate the list USUALLY
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Spell #2
Dark Arts Code – Part 1
10#engageug
1. Click File-Preferences-Toolbar-Customize
2. Select the Universal Toolbar to Customize
3. Click New then select Button
4. Type a Name
5. Type Optional Help text to remember what this does
6. Paste the Code from the next slide in as a Formula
7. Click OK and Save Toolbar
8. Test it by copying the names into a new group in PNAB
9. Save the group
10.Select the Group and Click on the Icon created
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Spell #2
Dark Arts Code – Part 2
result := "";
@For(n := 1;n <= @Elements (Members );n := n + 1;
look := @Trim( @NameLookup ( [Exhaustive];Members [n ]; "FullName" ));
result := @Trim( @Unique (result : @If (look= "";@Name
([Abbreviate];Members[n ]); @Name ([Abbreviate];look)))));
FIELD comment := @Implode (result;@NewLine );
@Prompt([Ok]; "Members " + @Text(@Elements (Members )); "Found " +
@Text(@Elements(result ))+ " Abbreviated Canonical Names for "+ @Text (
@Elements (Members ) )+ " Users" )
11#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Spell #3
Time Turning Back the Clock
Your Admin ID expired and you are locked out!
Shut down your server
Change the date on the OS
Rename log.nsf temporarily
Start server, login and recert your ID
Shut server down
Change Date
Delete temporary log.nsf
Rename original log.nsf back to log.nsf and restart
server
12#engageug http://images4.fanpop.com/image/photos/22600000/hermione-granger-indian-miley-cyrus-22631667-320-479.jpg
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Spell #4
PolyJuice Your Directory
Quick way to update “things” in names.nsf
or any database with fields, folders, dragons
• Click Create then Click Agent from the Notes menu
• Provide a Name and Select Simple Actions
• Click OK to go into Designer
• Bottom Left corner you will see
• Click on the button and prepare to be amazed
13#engageug
https://www.dazzleworkshops.co.uk/2018/02/06/book-themed-craft-activities-stroud-kids-club-february-half-term/polyjuice-potion/
sarah@dazzleworkshops.co.uk
Screenshots on next page
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Spell #4
PolyJuice Your Directory 2 of 2
• Look at all those choices!
• Most common is Modify Field
• Select Modify Field from the drop down
• Select Replacing or Appending
• Select the field from the list and Click Add your change
• DONE! Go test it, of course before major usage.
14#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Spell #5 Cheap Thrills
Sorting Your Views
You know that awesome Rooms and Resources
Database we all leverage?
You can see my slides (12-16) from on
how we hacked the template to be more useful
https://www.slideshare.net/kbmsg/admin-hacks-for-users-and-admins-sanity
and download the code here http://keithbrooks.com/download/isbg_rnr_use.ntf
How do you sort your views? You know how to do
this….right? Just in case, let’s show you how.
15#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Changing the Views of
The Sorting (Hat)
• You will need a Designer Client
• From Notes, Open the database to get “fixed”
• Click on View- Design
• Under Views, Open the View to be Edited
• Right Click on the Column to be fixed
• Select Column Properties
• Choose a Sort, Type and the Blue Circle!
• Click on X to leave the mini Window
• Close the view or Press CTRL-S
16#engageug https://www.lifehacker.com.au/2017/07/why-the-hogwarts-sorting-hat-is-a-bad-idea/
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Secret Views for NABs
Spell #6
People by Mail Server - View with Some Formula Code
Spell #7
People by Sametime Server – View with Lotusscript
17#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Elige Sapienter*
Private views in the NAB is not new, you do use them, right?
2 options to choose:
• Create view in the Names.nsf DB
• Create views in the Names.ntf Template
If you have a vanilla/standard template I suggest you choose
the 1st option to avoid losing your changes.
If you have a heavily edited template, I suggest the 2nd
option since you understand how to work with the changes
you have made.
18#engageug *Choose Wisely
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
People by Mail Server 1 of 8
• Open names.nsf/ntf
• Click on Create then Click View
• Enter a name
• Select a location or the default for it
• You can use an existing view if you wish
• Click OK
• Click Save and Customize
19#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
People by Server 2 of 8
• Double Click on the E-Mail column and change the
Title to Mail File
• From the lower window Select Display Field, then
Select MailFile from the dropdown list.
• NOTE: You can ignore any warning
message about lost data.
• The other columns should match their fields by name
or change them to match what you wish.
20#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
People by Server 3 of 8
• Click on the Name column and in the window
below, paste this FORMULA and Click the Check
mark:
@Name([Abbreviate];@Subset(FullName; 1))
• Use a similar process for the Sametime column with
this code and rename it Sametime Server:
@Name([Abbreviate];SametimeServer)
21#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
People by Server 4 of 8
• We need a counting column. So your view should look
similar to this
• Right Click on the Name column and Click Insert New
Column
• Double Click on the blank column and Type “1” (include
the “”) in the formula window on the bottom.
• In the pop up window, change to the sorting
tab and set it like this, don’t forget the
Totals Field on the bottom ->
22#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
People by Server 5 of 8
• We need a Country(City) column. So your view should
look like this
• Right Click on the Blank Name column and Click Insert
New Column
• Double Click on the blank column, Type either line:
@Name([Abbreviate]; OfficeCountry)
@Name([Abbreviate]; OfficeCity)
in the formula window on the bottom.
• In the pop up window, Click on the sorting
tab and set it like this ->
23#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
People by Server 6 of 8
24#engageug
• Right Click on the No Name/Blank column we
just created and Click Insert New Column
• Double Click on the blank column and Type:
@Name([Abbreviate];MailServer)
in the formula window on the bottom.
• In the pop-up window, Click on the Font
• tab and set it like this <-
• Click on the sorting tab and set it like this ->
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
People by Server 7 of 8
• Check the Show Twistie when row is expandable
• Also set it for the OfficeCountry column
25#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
People by Server 8 of 8
If all went well, you will see something like this:
26#engageug
You can customize the columns to your liking
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
People by Sametime Server
Use the prior slides, but Slide 6 use this code:
@Name([Abbreviate];SametimeServer)
And Can Look Like This
27#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
Need a Server Console?
• Old trick but still works!
• Click File -> Preferences -> Toolbar -> Customize
• Click on New and select Button
• Under 'Button caption text', type a name (Rconsole)
• Click on Command & Functions button to select Commands
• Select AdminRemoteConsole and click on Paste button
• Click on OK and then click Save Toolbar and click on OK.
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist
The Pensieve Review
• Find Email Addresses
• Find Hierarchical Names
• Time Turning Back the Clock
• Hagrid Saves BuckBeak
• Juicing your Directory with Simple Actions
• Sorting your Views
• View People by Mail Server
• View People by Sametime Servers
• Need a Server Console
• Don’t forget the Rooms and Resources hacks too! 29#engageug
@LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist 30#engageug
Thank You Questions?
#HCLMasterTips

More Related Content

What's hot

April, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesApril, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesHoward Greenberg
 
From frustration to fascination: dissecting Replication
From frustration to fascination: dissecting ReplicationFrom frustration to fascination: dissecting Replication
From frustration to fascination: dissecting ReplicationBenedek Menesi
 
Building Responsive Applications Using XPages
Building Responsive Applications Using XPagesBuilding Responsive Applications Using XPages
Building Responsive Applications Using XPagesTeamstudio
 
[pgday.Seoul 2022] 서비스개편시 PostgreSQL 도입기 - 진소린 & 김태정
[pgday.Seoul 2022] 서비스개편시 PostgreSQL 도입기 - 진소린 & 김태정[pgday.Seoul 2022] 서비스개편시 PostgreSQL 도입기 - 진소린 & 김태정
[pgday.Seoul 2022] 서비스개편시 PostgreSQL 도입기 - 진소린 & 김태정PgDay.Seoul
 
[143] Modern C++ 무조건 써야 해?
[143] Modern C++ 무조건 써야 해?[143] Modern C++ 무조건 써야 해?
[143] Modern C++ 무조건 써야 해?NAVER D2
 
OpenStack Oslo Messaging RPC API Tutorial Demo Call, Cast and Fanout
OpenStack Oslo Messaging RPC API Tutorial Demo Call, Cast and FanoutOpenStack Oslo Messaging RPC API Tutorial Demo Call, Cast and Fanout
OpenStack Oslo Messaging RPC API Tutorial Demo Call, Cast and FanoutSaju Madhavan
 
Domino Server Health - Monitoring and Managing
 Domino Server Health - Monitoring and Managing Domino Server Health - Monitoring and Managing
Domino Server Health - Monitoring and ManagingGabriella Davis
 
ret2dl resolve
ret2dl resolveret2dl resolve
ret2dl resolvesounakano
 
MongoDB Performance Tuning
MongoDB Performance TuningMongoDB Performance Tuning
MongoDB Performance TuningPuneet Behl
 
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...Ales Lichtenberg
 
PostgreSQL High Availability in a Containerized World
PostgreSQL High Availability in a Containerized WorldPostgreSQL High Availability in a Containerized World
PostgreSQL High Availability in a Containerized WorldJignesh Shah
 
The View - Lotusscript coding best practices
The View - Lotusscript coding best practicesThe View - Lotusscript coding best practices
The View - Lotusscript coding best practicesBill Buchan
 
Formation Linux - Initiation
Formation Linux - InitiationFormation Linux - Initiation
Formation Linux - Initiationrobertpluss
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning Vladislav Tatarincev
 
KGC 2016: HTTPS 로 모바일 게임 서버 구축한다는 것 - Korea Games Conference
KGC 2016: HTTPS 로 모바일 게임 서버 구축한다는 것 - Korea Games ConferenceKGC 2016: HTTPS 로 모바일 게임 서버 구축한다는 것 - Korea Games Conference
KGC 2016: HTTPS 로 모바일 게임 서버 구축한다는 것 - Korea Games ConferenceXionglong Jin
 
MongoDB 하루만에 끝내기
MongoDB 하루만에 끝내기MongoDB 하루만에 끝내기
MongoDB 하루만에 끝내기Seongkuk Park
 
MongoDB et Elasticsearch, meilleurs ennemis ?
MongoDB et Elasticsearch, meilleurs ennemis ?MongoDB et Elasticsearch, meilleurs ennemis ?
MongoDB et Elasticsearch, meilleurs ennemis ?Sébastien Prunier
 

What's hot (20)

April, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesApril, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
 
From frustration to fascination: dissecting Replication
From frustration to fascination: dissecting ReplicationFrom frustration to fascination: dissecting Replication
From frustration to fascination: dissecting Replication
 
How to Design Indexes, Really
How to Design Indexes, ReallyHow to Design Indexes, Really
How to Design Indexes, Really
 
Building Responsive Applications Using XPages
Building Responsive Applications Using XPagesBuilding Responsive Applications Using XPages
Building Responsive Applications Using XPages
 
[pgday.Seoul 2022] 서비스개편시 PostgreSQL 도입기 - 진소린 & 김태정
[pgday.Seoul 2022] 서비스개편시 PostgreSQL 도입기 - 진소린 & 김태정[pgday.Seoul 2022] 서비스개편시 PostgreSQL 도입기 - 진소린 & 김태정
[pgday.Seoul 2022] 서비스개편시 PostgreSQL 도입기 - 진소린 & 김태정
 
[143] Modern C++ 무조건 써야 해?
[143] Modern C++ 무조건 써야 해?[143] Modern C++ 무조건 써야 해?
[143] Modern C++ 무조건 써야 해?
 
OpenStack Oslo Messaging RPC API Tutorial Demo Call, Cast and Fanout
OpenStack Oslo Messaging RPC API Tutorial Demo Call, Cast and FanoutOpenStack Oslo Messaging RPC API Tutorial Demo Call, Cast and Fanout
OpenStack Oslo Messaging RPC API Tutorial Demo Call, Cast and Fanout
 
Domino Server Health - Monitoring and Managing
 Domino Server Health - Monitoring and Managing Domino Server Health - Monitoring and Managing
Domino Server Health - Monitoring and Managing
 
ret2dl resolve
ret2dl resolveret2dl resolve
ret2dl resolve
 
MongoDB Performance Tuning
MongoDB Performance TuningMongoDB Performance Tuning
MongoDB Performance Tuning
 
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...
 
PostgreSQL High Availability in a Containerized World
PostgreSQL High Availability in a Containerized WorldPostgreSQL High Availability in a Containerized World
PostgreSQL High Availability in a Containerized World
 
The View - Lotusscript coding best practices
The View - Lotusscript coding best practicesThe View - Lotusscript coding best practices
The View - Lotusscript coding best practices
 
Redux Thunk
Redux ThunkRedux Thunk
Redux Thunk
 
Formation Linux - Initiation
Formation Linux - InitiationFormation Linux - Initiation
Formation Linux - Initiation
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning
 
KGC 2016: HTTPS 로 모바일 게임 서버 구축한다는 것 - Korea Games Conference
KGC 2016: HTTPS 로 모바일 게임 서버 구축한다는 것 - Korea Games ConferenceKGC 2016: HTTPS 로 모바일 게임 서버 구축한다는 것 - Korea Games Conference
KGC 2016: HTTPS 로 모바일 게임 서버 구축한다는 것 - Korea Games Conference
 
MongoDB 하루만에 끝내기
MongoDB 하루만에 끝내기MongoDB 하루만에 끝내기
MongoDB 하루만에 끝내기
 
MongoDB et Elasticsearch, meilleurs ennemis ?
MongoDB et Elasticsearch, meilleurs ennemis ?MongoDB et Elasticsearch, meilleurs ennemis ?
MongoDB et Elasticsearch, meilleurs ennemis ?
 
Docker by Example - Basics
Docker by Example - Basics Docker by Example - Basics
Docker by Example - Basics
 

Similar to Domino Administration Wizardry - Dark Arts Edition

Streamlining the Hiring Process Power Point
Streamlining the Hiring Process Power PointStreamlining the Hiring Process Power Point
Streamlining the Hiring Process Power PointRichard Smith
 
Branko Rihtman Linklove London 2012
Branko Rihtman Linklove London 2012 Branko Rihtman Linklove London 2012
Branko Rihtman Linklove London 2012 Branko Rihtman
 
The 30-Month Migration
The 30-Month MigrationThe 30-Month Migration
The 30-Month Migrationglvdb
 
2019 Fall SourceCon Sourcing Tools Roundtable
2019 Fall SourceCon Sourcing Tools Roundtable2019 Fall SourceCon Sourcing Tools Roundtable
2019 Fall SourceCon Sourcing Tools RoundtableSusanna Frazier
 
Metaboxes. Do them right.
Metaboxes. Do them right.Metaboxes. Do them right.
Metaboxes. Do them right.Aniket Pant
 
Webstock Workshop: Creating Simple
Webstock Workshop: Creating SimpleWebstock Workshop: Creating Simple
Webstock Workshop: Creating SimpleDaniel Burka
 
How to write maintainable code - Peter Hilton - Codemotion Amsterdam 2017
How to write maintainable code - Peter Hilton - Codemotion Amsterdam 2017How to write maintainable code - Peter Hilton - Codemotion Amsterdam 2017
How to write maintainable code - Peter Hilton - Codemotion Amsterdam 2017Codemotion
 
How to write maintainable code
How to write maintainable codeHow to write maintainable code
How to write maintainable codePeter Hilton
 
Discussions In your own words (75-150 words)Due Sunday, May .docx
Discussions     In your own words (75-150 words)Due Sunday, May .docxDiscussions     In your own words (75-150 words)Due Sunday, May .docx
Discussions In your own words (75-150 words)Due Sunday, May .docxedgar6wallace88877
 
To Home, To Work, To Home, To Collabsphere!
To Home, To Work, To Home, To Collabsphere!To Home, To Work, To Home, To Collabsphere!
To Home, To Work, To Home, To Collabsphere!Keith Brooks
 
Levelling up in open source
Levelling up in open sourceLevelling up in open source
Levelling up in open sourceJon Spriggs
 
Webinar-Building a Strong Brand For Your Organization -2017-03-07
Webinar-Building a Strong Brand For Your Organization -2017-03-07Webinar-Building a Strong Brand For Your Organization -2017-03-07
Webinar-Building a Strong Brand For Your Organization -2017-03-07TechSoup
 
WebMatrix, see what the matrix can do for you!!
WebMatrix, see what the matrix can do for you!!WebMatrix, see what the matrix can do for you!!
WebMatrix, see what the matrix can do for you!!Frédéric Harper
 
Kanban as code: the Continuous Delivery at LesFurets.com by Dimitri Baeli
Kanban as code: the Continuous Delivery at LesFurets.com by Dimitri BaeliKanban as code: the Continuous Delivery at LesFurets.com by Dimitri Baeli
Kanban as code: the Continuous Delivery at LesFurets.com by Dimitri BaeliInstitut Lean France
 
BiowareDesignDoc.ppt
BiowareDesignDoc.pptBiowareDesignDoc.ppt
BiowareDesignDoc.pptHonggangMan
 
Tell a good story with
Tell a good story withTell a good story with
Tell a good story withTai An Su
 

Similar to Domino Administration Wizardry - Dark Arts Edition (20)

Streamlining the Hiring Process Power Point
Streamlining the Hiring Process Power PointStreamlining the Hiring Process Power Point
Streamlining the Hiring Process Power Point
 
Branko Rihtman Linklove London 2012
Branko Rihtman Linklove London 2012 Branko Rihtman Linklove London 2012
Branko Rihtman Linklove London 2012
 
The 30-Month Migration
The 30-Month MigrationThe 30-Month Migration
The 30-Month Migration
 
2019 Fall SourceCon Sourcing Tools Roundtable
2019 Fall SourceCon Sourcing Tools Roundtable2019 Fall SourceCon Sourcing Tools Roundtable
2019 Fall SourceCon Sourcing Tools Roundtable
 
Metaboxes. Do them right.
Metaboxes. Do them right.Metaboxes. Do them right.
Metaboxes. Do them right.
 
Tips n tricks
Tips n tricksTips n tricks
Tips n tricks
 
Webstock Workshop: Creating Simple
Webstock Workshop: Creating SimpleWebstock Workshop: Creating Simple
Webstock Workshop: Creating Simple
 
Lesson 8 Encryption
Lesson 8 EncryptionLesson 8 Encryption
Lesson 8 Encryption
 
How to write maintainable code - Peter Hilton - Codemotion Amsterdam 2017
How to write maintainable code - Peter Hilton - Codemotion Amsterdam 2017How to write maintainable code - Peter Hilton - Codemotion Amsterdam 2017
How to write maintainable code - Peter Hilton - Codemotion Amsterdam 2017
 
How to write maintainable code
How to write maintainable codeHow to write maintainable code
How to write maintainable code
 
Discussions In your own words (75-150 words)Due Sunday, May .docx
Discussions     In your own words (75-150 words)Due Sunday, May .docxDiscussions     In your own words (75-150 words)Due Sunday, May .docx
Discussions In your own words (75-150 words)Due Sunday, May .docx
 
To Home, To Work, To Home, To Collabsphere!
To Home, To Work, To Home, To Collabsphere!To Home, To Work, To Home, To Collabsphere!
To Home, To Work, To Home, To Collabsphere!
 
Doonish
DoonishDoonish
Doonish
 
Doonish
DoonishDoonish
Doonish
 
Levelling up in open source
Levelling up in open sourceLevelling up in open source
Levelling up in open source
 
Webinar-Building a Strong Brand For Your Organization -2017-03-07
Webinar-Building a Strong Brand For Your Organization -2017-03-07Webinar-Building a Strong Brand For Your Organization -2017-03-07
Webinar-Building a Strong Brand For Your Organization -2017-03-07
 
WebMatrix, see what the matrix can do for you!!
WebMatrix, see what the matrix can do for you!!WebMatrix, see what the matrix can do for you!!
WebMatrix, see what the matrix can do for you!!
 
Kanban as code: the Continuous Delivery at LesFurets.com by Dimitri Baeli
Kanban as code: the Continuous Delivery at LesFurets.com by Dimitri BaeliKanban as code: the Continuous Delivery at LesFurets.com by Dimitri Baeli
Kanban as code: the Continuous Delivery at LesFurets.com by Dimitri Baeli
 
BiowareDesignDoc.ppt
BiowareDesignDoc.pptBiowareDesignDoc.ppt
BiowareDesignDoc.ppt
 
Tell a good story with
Tell a good story withTell a good story with
Tell a good story with
 

More from Keith Brooks

Yes, It's Number One it's TOTP!
Yes, It's Number One it's TOTP!Yes, It's Number One it's TOTP!
Yes, It's Number One it's TOTP!Keith Brooks
 
Hacking Administrators
Hacking AdministratorsHacking Administrators
Hacking AdministratorsKeith Brooks
 
Modernizing Rooms and Resources Functionality
Modernizing Rooms and Resources FunctionalityModernizing Rooms and Resources Functionality
Modernizing Rooms and Resources FunctionalityKeith Brooks
 
Shoot me NOW! The Life and Death of an O365 Admin and User
Shoot me NOW! The Life and Death of an O365 Admin and UserShoot me NOW! The Life and Death of an O365 Admin and User
Shoot me NOW! The Life and Death of an O365 Admin and UserKeith Brooks
 
Decks Matter, And Other startup Font Tales
Decks Matter, And Other startup Font TalesDecks Matter, And Other startup Font Tales
Decks Matter, And Other startup Font TalesKeith Brooks
 
Admin Hacks for Users and Admins Sanity
Admin Hacks for Users and Admins SanityAdmin Hacks for Users and Admins Sanity
Admin Hacks for Users and Admins SanityKeith Brooks
 
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do That
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do ThatISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do That
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do ThatKeith Brooks
 
Why This Global Law Firm Does Not Miss Deadlines
Why This Global Law Firm Does Not Miss DeadlinesWhy This Global Law Firm Does Not Miss Deadlines
Why This Global Law Firm Does Not Miss DeadlinesKeith Brooks
 
Pointing Fingers? DDM to the Rescue
Pointing Fingers? DDM to the RescuePointing Fingers? DDM to the Rescue
Pointing Fingers? DDM to the RescueKeith Brooks
 
Breaking the Unwritten Rules to Help Your Users
Breaking the Unwritten Rules to Help Your UsersBreaking the Unwritten Rules to Help Your Users
Breaking the Unwritten Rules to Help Your UsersKeith Brooks
 
I'm a LEGO Man Living in a Duplo World
I'm a LEGO Man Living in a Duplo WorldI'm a LEGO Man Living in a Duplo World
I'm a LEGO Man Living in a Duplo WorldKeith Brooks
 
Presentation on Soft Skills, Hard Skills, Body Language and More
Presentation on Soft Skills, Hard Skills, Body Language and MorePresentation on Soft Skills, Hard Skills, Body Language and More
Presentation on Soft Skills, Hard Skills, Body Language and MoreKeith Brooks
 
Faster Translations Start With A Faster Computer
Faster Translations Start With A Faster ComputerFaster Translations Start With A Faster Computer
Faster Translations Start With A Faster ComputerKeith Brooks
 
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith BrooksIBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith BrooksKeith Brooks
 
One Firm's Wild Ride to The Cloud
One Firm's Wild Ride to The CloudOne Firm's Wild Ride to The Cloud
One Firm's Wild Ride to The CloudKeith Brooks
 
18+ Ways To Help Clients Love You
18+ Ways To Help Clients Love You18+ Ways To Help Clients Love You
18+ Ways To Help Clients Love YouKeith Brooks
 
What were you thinking? Worst Translation Practices
What were you thinking? Worst Translation PracticesWhat were you thinking? Worst Translation Practices
What were you thinking? Worst Translation PracticesKeith Brooks
 
My Dog Ate My Translation Assignment
My Dog Ate My Translation AssignmentMy Dog Ate My Translation Assignment
My Dog Ate My Translation AssignmentKeith Brooks
 

More from Keith Brooks (20)

Yes, It's Number One it's TOTP!
Yes, It's Number One it's TOTP!Yes, It's Number One it's TOTP!
Yes, It's Number One it's TOTP!
 
Hacking Administrators
Hacking AdministratorsHacking Administrators
Hacking Administrators
 
Modernizing Rooms and Resources Functionality
Modernizing Rooms and Resources FunctionalityModernizing Rooms and Resources Functionality
Modernizing Rooms and Resources Functionality
 
Shoot me NOW! The Life and Death of an O365 Admin and User
Shoot me NOW! The Life and Death of an O365 Admin and UserShoot me NOW! The Life and Death of an O365 Admin and User
Shoot me NOW! The Life and Death of an O365 Admin and User
 
Decks Matter, And Other startup Font Tales
Decks Matter, And Other startup Font TalesDecks Matter, And Other startup Font Tales
Decks Matter, And Other startup Font Tales
 
Admin Hacks for Users and Admins Sanity
Admin Hacks for Users and Admins SanityAdmin Hacks for Users and Admins Sanity
Admin Hacks for Users and Admins Sanity
 
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do That
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do ThatISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do That
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do That
 
Why This Global Law Firm Does Not Miss Deadlines
Why This Global Law Firm Does Not Miss DeadlinesWhy This Global Law Firm Does Not Miss Deadlines
Why This Global Law Firm Does Not Miss Deadlines
 
Shout IT Out loud
Shout IT Out loudShout IT Out loud
Shout IT Out loud
 
Pointing Fingers? DDM to the Rescue
Pointing Fingers? DDM to the RescuePointing Fingers? DDM to the Rescue
Pointing Fingers? DDM to the Rescue
 
Breaking the Unwritten Rules to Help Your Users
Breaking the Unwritten Rules to Help Your UsersBreaking the Unwritten Rules to Help Your Users
Breaking the Unwritten Rules to Help Your Users
 
I'm a LEGO Man Living in a Duplo World
I'm a LEGO Man Living in a Duplo WorldI'm a LEGO Man Living in a Duplo World
I'm a LEGO Man Living in a Duplo World
 
Presentation on Soft Skills, Hard Skills, Body Language and More
Presentation on Soft Skills, Hard Skills, Body Language and MorePresentation on Soft Skills, Hard Skills, Body Language and More
Presentation on Soft Skills, Hard Skills, Body Language and More
 
Faster Translations Start With A Faster Computer
Faster Translations Start With A Faster ComputerFaster Translations Start With A Faster Computer
Faster Translations Start With A Faster Computer
 
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith BrooksIBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
 
One Firm's Wild Ride to The Cloud
One Firm's Wild Ride to The CloudOne Firm's Wild Ride to The Cloud
One Firm's Wild Ride to The Cloud
 
18+ Ways To Help Clients Love You
18+ Ways To Help Clients Love You18+ Ways To Help Clients Love You
18+ Ways To Help Clients Love You
 
Advanced Backups
Advanced BackupsAdvanced Backups
Advanced Backups
 
What were you thinking? Worst Translation Practices
What were you thinking? Worst Translation PracticesWhat were you thinking? Worst Translation Practices
What were you thinking? Worst Translation Practices
 
My Dog Ate My Translation Assignment
My Dog Ate My Translation AssignmentMy Dog Ate My Translation Assignment
My Dog Ate My Translation Assignment
 

Recently uploaded

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 

Recently uploaded (20)

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 

Domino Administration Wizardry - Dark Arts Edition

  • 1. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist AD09 Domino Administration Wizardry Dark Arts Class Keith Brooks, CEO, B2B Whisperer @LotusEvangelist HCL Master, N.E.W.T., O.W.L. #HCLMasterTips 1#engageug
  • 2. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Mr. Keith Brooks (LotusEvangelist) Rehovot, Israel Dear LotusEvangelist, We are pleased to inform you that you have been accepted at the Engage School of Collaboration and Wizardry. Your students will be required to report to the Chamber of Reception upon arrival. Please find an enclosed list of all necessary books and equipment. Term begins on March 3t. We received your owl on January 21st. To avoid detection by Muggles, please use the entrance located at G. Knoefzaal at Burger’s Zoo, Arnhem, on platform1352.We look forward to having you at our school. Yours Sincerely Theo Heselmans Headmaster Engage -HCL Grandmaster, Order of Merlin, First Class, Grand Sorcerer, Chief Warlock, Supreme Mugwump, InternationalConfederationof Wizards 2#engageug
  • 3. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Adjunct Professor of the Dark Arts • HCL Master 2019-2020 • IBM Champion 2013 – 2019 • IBM Redbooks Thought Leader 2012-2014 • Certificate Exams Writer 2012-2014 • Author Quickr Administration Book 2011 • LotusEvangelist blog since 2007 • Domino Administrator since Beta in 1996 • Notes Administrator since 1992 • 3rd time speaking at Engage • Presented at Lotusphere, IBM Connect, Connected, Think, NCUG, Let’sConnect, SOCCNX, The View Admin, MWLUG,SUTOL, and other events over last 20 years 3#engageug
  • 4. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Give me the List…WTF?! Ever try to be nice to users and help them? Doesn’t always go the way we think, does it? Kind of like when asks to do him a favor… it always leads to dark thoughts things 4#engageug Dumbledore: https://forward.com/schmooze/323408/why-dumbledore-wouldnt-back-bds/ Harry: http://www.salisburysd.us/brinson/youre-a-wizard-harry/
  • 5. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Owl Mail Reminder You may receive lists, names, data, emails and other Muggle things that have not been cleaned up yet. Excel is your friend to manipulate the data to do your bidding. Names = First Name Last Name ex: Keith Brooks Emails = Front @ Domain . Extension ex: keith@keith.com 5#engageug
  • 6. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Spell #1 Converting Names to Internet Emails We need to send a survey out; can you help us… This Spell Requires: 1) Your PNAB 2) Access to your Company Names.nsf 3) A Generic Group Created under Groups 4) The Code from the 2nd slide after this one 5) The List of Names* 6#engageug https://booksetcstore.com/products/book-of-spells-notebook-a5-size * = Excel may be needed to manipulate the list USUALLY
  • 7. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Spell #1 Dark Arts Code - Part 1 7#engageug 1. Click File-Preferences-Toolbar-Customize 2. Select the Universal Toolbar to Customize 3. Click New then select Button 4. Type a Name 5. Type Optional Help text to remember what this does 6. Paste the Code from the next slide in as a Formula 7. Click OK and Save Toolbar 8. Test it by copying the names into a new group in PNAB 9. Save the group 10.Select the Group and Click on the Icon created
  • 8. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Spell #1 Dark Arts Code – Part 2 result := ""; realresult := ""; @For (n := 1;n <= @Elements (Members );n := n + 1; look := @Trim ( @NameLookup ( [Exhaustive];Members [n ]; "InternetAddress" ) ); realresult := @Trim ( @Unique (realresult:look ) ); result := @Trim ( @Unique (result : @If (look= "";@Name ( [Abbreviate];Members [n ] );look ) ) ) ); FIELD comment := @Implode (result;@NewLine ); @Prompt ( [Ok]; "Members " + @Text ( @Elements (Members ) ); "Found " + @Text ( @Elements (realresult ) )+ " emails for "+ @Text ( @Elements (Members ) )+ " Notes Names" ) 8#engageug From @notessensei Blog Post: https://www.wissel.net/blog/2011/10/converting-notes-names-into-internet-addresses.html Thank you @Notesensei
  • 9. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Spell #2 Converting Names to Hierarchical Names • We need to send a survey out; can you help us… This Spell Requires: 1) Your PNAB 2) A Generic Group Created 3) The Code from the 2nd slide after this one set up as a Toolbar Icon 4) The List of Names* 9#engageug https://booksetcstore.com/products/book-of-spells-notebook-a5-size * = Excel may be needed to manipulate the list USUALLY
  • 10. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Spell #2 Dark Arts Code – Part 1 10#engageug 1. Click File-Preferences-Toolbar-Customize 2. Select the Universal Toolbar to Customize 3. Click New then select Button 4. Type a Name 5. Type Optional Help text to remember what this does 6. Paste the Code from the next slide in as a Formula 7. Click OK and Save Toolbar 8. Test it by copying the names into a new group in PNAB 9. Save the group 10.Select the Group and Click on the Icon created
  • 11. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Spell #2 Dark Arts Code – Part 2 result := ""; @For(n := 1;n <= @Elements (Members );n := n + 1; look := @Trim( @NameLookup ( [Exhaustive];Members [n ]; "FullName" )); result := @Trim( @Unique (result : @If (look= "";@Name ([Abbreviate];Members[n ]); @Name ([Abbreviate];look))))); FIELD comment := @Implode (result;@NewLine ); @Prompt([Ok]; "Members " + @Text(@Elements (Members )); "Found " + @Text(@Elements(result ))+ " Abbreviated Canonical Names for "+ @Text ( @Elements (Members ) )+ " Users" ) 11#engageug
  • 12. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Spell #3 Time Turning Back the Clock Your Admin ID expired and you are locked out! Shut down your server Change the date on the OS Rename log.nsf temporarily Start server, login and recert your ID Shut server down Change Date Delete temporary log.nsf Rename original log.nsf back to log.nsf and restart server 12#engageug http://images4.fanpop.com/image/photos/22600000/hermione-granger-indian-miley-cyrus-22631667-320-479.jpg
  • 13. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Spell #4 PolyJuice Your Directory Quick way to update “things” in names.nsf or any database with fields, folders, dragons • Click Create then Click Agent from the Notes menu • Provide a Name and Select Simple Actions • Click OK to go into Designer • Bottom Left corner you will see • Click on the button and prepare to be amazed 13#engageug https://www.dazzleworkshops.co.uk/2018/02/06/book-themed-craft-activities-stroud-kids-club-february-half-term/polyjuice-potion/ sarah@dazzleworkshops.co.uk Screenshots on next page
  • 14. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Spell #4 PolyJuice Your Directory 2 of 2 • Look at all those choices! • Most common is Modify Field • Select Modify Field from the drop down • Select Replacing or Appending • Select the field from the list and Click Add your change • DONE! Go test it, of course before major usage. 14#engageug
  • 15. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Spell #5 Cheap Thrills Sorting Your Views You know that awesome Rooms and Resources Database we all leverage? You can see my slides (12-16) from on how we hacked the template to be more useful https://www.slideshare.net/kbmsg/admin-hacks-for-users-and-admins-sanity and download the code here http://keithbrooks.com/download/isbg_rnr_use.ntf How do you sort your views? You know how to do this….right? Just in case, let’s show you how. 15#engageug
  • 16. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Changing the Views of The Sorting (Hat) • You will need a Designer Client • From Notes, Open the database to get “fixed” • Click on View- Design • Under Views, Open the View to be Edited • Right Click on the Column to be fixed • Select Column Properties • Choose a Sort, Type and the Blue Circle! • Click on X to leave the mini Window • Close the view or Press CTRL-S 16#engageug https://www.lifehacker.com.au/2017/07/why-the-hogwarts-sorting-hat-is-a-bad-idea/
  • 17. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Secret Views for NABs Spell #6 People by Mail Server - View with Some Formula Code Spell #7 People by Sametime Server – View with Lotusscript 17#engageug
  • 18. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Elige Sapienter* Private views in the NAB is not new, you do use them, right? 2 options to choose: • Create view in the Names.nsf DB • Create views in the Names.ntf Template If you have a vanilla/standard template I suggest you choose the 1st option to avoid losing your changes. If you have a heavily edited template, I suggest the 2nd option since you understand how to work with the changes you have made. 18#engageug *Choose Wisely
  • 19. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist People by Mail Server 1 of 8 • Open names.nsf/ntf • Click on Create then Click View • Enter a name • Select a location or the default for it • You can use an existing view if you wish • Click OK • Click Save and Customize 19#engageug
  • 20. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist People by Server 2 of 8 • Double Click on the E-Mail column and change the Title to Mail File • From the lower window Select Display Field, then Select MailFile from the dropdown list. • NOTE: You can ignore any warning message about lost data. • The other columns should match their fields by name or change them to match what you wish. 20#engageug
  • 21. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist People by Server 3 of 8 • Click on the Name column and in the window below, paste this FORMULA and Click the Check mark: @Name([Abbreviate];@Subset(FullName; 1)) • Use a similar process for the Sametime column with this code and rename it Sametime Server: @Name([Abbreviate];SametimeServer) 21#engageug
  • 22. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist People by Server 4 of 8 • We need a counting column. So your view should look similar to this • Right Click on the Name column and Click Insert New Column • Double Click on the blank column and Type “1” (include the “”) in the formula window on the bottom. • In the pop up window, change to the sorting tab and set it like this, don’t forget the Totals Field on the bottom -> 22#engageug
  • 23. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist People by Server 5 of 8 • We need a Country(City) column. So your view should look like this • Right Click on the Blank Name column and Click Insert New Column • Double Click on the blank column, Type either line: @Name([Abbreviate]; OfficeCountry) @Name([Abbreviate]; OfficeCity) in the formula window on the bottom. • In the pop up window, Click on the sorting tab and set it like this -> 23#engageug
  • 24. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist People by Server 6 of 8 24#engageug • Right Click on the No Name/Blank column we just created and Click Insert New Column • Double Click on the blank column and Type: @Name([Abbreviate];MailServer) in the formula window on the bottom. • In the pop-up window, Click on the Font • tab and set it like this <- • Click on the sorting tab and set it like this ->
  • 25. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist People by Server 7 of 8 • Check the Show Twistie when row is expandable • Also set it for the OfficeCountry column 25#engageug
  • 26. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist People by Server 8 of 8 If all went well, you will see something like this: 26#engageug You can customize the columns to your liking
  • 27. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist People by Sametime Server Use the prior slides, but Slide 6 use this code: @Name([Abbreviate];SametimeServer) And Can Look Like This 27#engageug
  • 28. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist Need a Server Console? • Old trick but still works! • Click File -> Preferences -> Toolbar -> Customize • Click on New and select Button • Under 'Button caption text', type a name (Rconsole) • Click on Command & Functions button to select Commands • Select AdminRemoteConsole and click on Paste button • Click on OK and then click Save Toolbar and click on OK.
  • 29. @LotusEvangelist keith@b2bwhisperer.com@LotusEvangelist The Pensieve Review • Find Email Addresses • Find Hierarchical Names • Time Turning Back the Clock • Hagrid Saves BuckBeak • Juicing your Directory with Simple Actions • Sorting your Views • View People by Mail Server • View People by Sametime Servers • Need a Server Console • Don’t forget the Rooms and Resources hacks too! 29#engageug