Skip to content

Instantly share code, notes, and snippets.

@danielbohannon
Created August 23, 2017 16:43
Show Gist options
  • Save danielbohannon/50ec800e92a888b7d45486e5733c359f to your computer and use it in GitHub Desktop.
Save danielbohannon/50ec800e92a888b7d45486e5733c359f to your computer and use it in GitHub Desktop.
LotusNotes Running PowerShell Code
"C:\Program Files (x86)\IBM\Lotus\Notes\Notes.exe" "=N:\Lotus\Notes\Data\notes.ini" -Command if((Get-ExecutionPolicy ) -ne AllSigned) { Set-ExecutionPolicy -Scope Process Bypass }
NLNOTES.EXE /authenticate "=N:\Lotus\Notes\Data\notes.ini" -Command if((Get-ExecutionPolicy ) -ne AllSigned) { Set-ExecutionPolicy -Scope Process Bypass }
Hashes of each binary (prepare for onslaught of md5 naysayers):
Notes.exe — 8f633ef1e1147637c25dd917909cd361
NLNOTES.EXE — 3586b9069a1d4e1c63d9c9cf95cf4126
@shadyeip
Copy link

md5 naysayer here. What were you thinking? :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment