-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGoodMorningBerlin.ps1
802 lines (729 loc) · 16.1 KB
/
GoodMorningBerlin.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
# Start your day, automatically!
# This script helps you get some extra minutes of peace and quit in, while working for you.
#
# $keepass_db_name -> The KeePass DB to open
#
####################### Check if these globals are correct and change them if not #######################
# Name of KeePass DB
$keepass_db_name = "SomeKeePassDatabaseName.kdbx"
##########################################################################################################
# ------------------------------------------- leave this code alone ------------------------------------------
# global failcounter
$wait_counter = 0
# needed for sending keystrokes
$wshell = New-Object -ComObject wscript.shell;
# used to check if this is first start. you may not want to run some things on restart.
function is_first_start()
{
$LogonEvents = Get-WinEvent -FilterHashTable @{ LogName = "System"; StartTime = (Get-Date -Hour 0 -Minute 0); ID = 7001 }
if($LogonEvents.length -eq 1)
{
return $true
} else
{
return $false
}
}
# you may have to edit if your system isnt in german.
function wait_till_keepass_open() {
if ($wshell.AppActivate($keepass_db_name + ' - KeePass')) {
while(-Not $wshell.AppActivate($keepass_db_name + ' - KeePass')) {
Sleep 1
}
} else {
if (-Not $wshell.AppActivate('Datenbank öffnen - ' + $keepass_db_name)) {
while(-Not $wshell.AppActivate('Datenbank öffnen - ' + $keepass_db_name)) {
Sleep 1
}
}
while($wshell.AppActivate('Datenbank öffnen - ' + $keepass_db_name)) {
Sleep 1
}
}
}
function start_keepass() {
$keepass_running = Get-Process keepass -ErrorAction SilentlyContinue
if (-Not $keepass_running) {
Start-Process "X:\Path\to\KeePass.exe"
Sleep 5
while(-Not $wshell.AppActivate($keepass_db_name + ' - KeePass')) {
Sleep 1
}
}
}
# EXAMPLE -> Run another PowerShell script from within with powershell logon window (script in same path as this)
function connect_fileshares() {
wait_till_keepass_open
start powershell "$PSScriptRoot\do_some_thing.ps1"
while (-Not $wshell.AppActivate('Anforderung für Windows PowerShell-Anmeldeinformationen.')) {
$wait_counter = $wait_counter + 2
if ($wait_counter -ge 12) {
$wait_counter = 0
return
}
Sleep 2
}
$wshell.SendKeys('(^%(i))') # -> KeePass auto-type login sequence
Sleep 5
}
# EXAMPLE -> Start some Program with login
function start_PROGRAMM() {
wait_till_keepass_open
$PROGRAM_NAME_running = Get-Process PROGRAM_NAME -ErrorAction SilentlyContinue
if (-Not $PROGRAM_NAME_running) {
Start-Process "X:\PATH\to\PROGRAM_NAME.exe"
while(-Not $wshell.AppActivate('PROGRAM TITLE')) {
$wait_counter = $wait_counter + 2
if ($wait_counter -ge 12) {
$wait_counter = 0
return
}
Sleep 2
}
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('(^%(i))') # -> KeePass auto-type login sequence
Sleep 5
}
}
# EXAMPLE -> open websites with login with Edge
# --- Sites w/ Login
function login_website_1() {
$wshell.AppActivate('Edge')
start microsoft-edge:https://blah.blah.de
Sleep 5
$wshell.SendKeys('(^%(i))') # -> KeePass auto-type login sequence
Sleep 9
}
# exmaple with single sign on option
function login_website_2(){
$wshell.AppActivate('Edge')
start microsoft-edge:https://other-example.de
Sleep 5
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{ENTER}')
Sleep 3
}
# --- Sites no Login
function open_slack() {
$wshell.AppActivate('Edge')
start microsoft-edge:https://your-slack-channel.com
# only greet people on first start
if (is_first_start) {
Sleep 5
#$wshell.SendKeys("+({UP})")
#Sleep 3
#$wshell.SendKeys("Ha-Ha, good joke! :joy:")
#Sleep 5
#$wshell.SendKeys('{ENTER}')
#Sleep 3
#$wshell.SendKeys('(^+(l))') # set focus to main chat
Sleep 2
$emoji = $emoji_array | Get-Random
$greeting = $greeting_array | Get-Random
$anrede = $anrede_array | Get-Random
$full_message = $greeting+", "+$anrede+"! "+$emoji
$wshell.SendKeys($full_message)
Sleep 8
$wshell.SendKeys('{ENTER}')
Sleep 1
}
Sleep 5
}
function open_internal_page() {
$wshell.AppActivate('Edge')
start microsoft-edge:http://blah.internal.domain
Sleep 1
}
function open_google() {
$wshell.AppActivate('Edge')
start microsoft-edge:https://www.google.de/
Sleep 1
}
# EXAMPLE -> go to website and do something
function open_time_management() {
$wshell.AppActivate('Edge')
start microsoft-edge:https://some-other-link.com
$wshell.AppActivate('Edge')
if (is_first_start) {
Sleep 8
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
Sleep 2
$wshell.SendKeys('{ENTER}')
Sleep 2
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
$wshell.SendKeys('{TAB}')
Sleep 2
$wshell.SendKeys('{DOWN}')
Sleep 2
$wshell.SendKeys('{ENTER}')
Sleep 1
}
Sleep 5
}
# ------------------------------------------- leave this code alone ende ------------------------------------------
# ------------------- if you dont want to start/login some apps here then just comment out -------------------------
function main() {
# KeePass MUST be started first
start_keepass
# Running another ps1 script to connect some fileshares, that need authentication (or any PowerShell script)
connect_fileshares
# Start a lokal program, wait till loaded, login
start_PROGRAMM
Sleep 5
# Open Edge, go to website, login
login_website_1
Sleep 5
# Opens website in new tab, login
login_website_2
Sleep 5
# open slack in new tab and say hi to the team
open_slack
Sleep 5
# open some internal page
open_internal_page
Sleep 5
# open google, why not?
open_google
# open some webapp and navigate/push some buttons
# ich chose time management as an example since a lot of ppl work remote
open_time_management
}
main
$emoji_array = @(
":zzz:",
":dash:",
":sweat_drops:",
":notes:",
":musical_note:",
":fire:",
":hankey:",
":poop:",
":shit:",
":thumbsup:",
":thumbsdown:",
":ok_hand:",
":punch:",
":facepunch:",
":fist:",
":v:",
":wave:",
":hand:",
":raised_hand:",
":open_hands:",
":point_up:",
":point_down:",
":point_left:",
":point_right:",
":raised_hands:",
":pray:",
":point_up_2:",
":clap:",
":muscle:",
":metal:",
":fu:",
":runner:",
":running:",
":couple:",
":family:",
":two_men_holding_hands:",
":two_women_holding_hands:",
":dancer:",
":dancers:",
":ok_woman:",
":no_good:",
":information_desk_person:",
":raising_hand:",
":bride_with_veil:",
":person_with_pouting_face:",
":person_frowning:",
":bow:",
":couplekiss:",
":couple_with_heart:",
":massage:",
":haircut:",
":nail_care:",
":boy:",
":girl:",
":woman:",
":man:",
":baby:",
":older_woman:",
":older_man:",
":person_with_blond_hair:",
":man_with_gua_pi_mao:",
":man_with_turban:",
":construction_worker:",
":cop:",
":angel:",
":princess:",
":smiley_cat:",
":smile_cat:",
":heart_eyes_cat:",
":kissing_cat:",
":smirk_cat:",
":scream_cat:",
":crying_cat_face:",
":joy_cat:",
":pouting_cat:",
":japanese_ogre:",
":japanese_goblin:",
":see_no_evil:",
":hear_no_evil:",
":speak_no_evil:",
":guardsman:",
":skull:",
":feet:",
":lips:",
":kiss:",
":droplet:",
":ear:",
":eyes:",
":nose:",
":tongue:",
":love_letter:",
":bust_in_silhouette:",
":busts_in_silhouette:",
":speech_balloon:",
":thought_balloon:",
":feelsgood:",
":finnadie:",
":goberserk:",
":godmode:",
":hurtrealbad:",
":rage1:",
":rage2:",
":rage3:",
":rage4:",
":suspect:",
":trollface:",
":Nature:",
":sunny:",
":umbrella:",
":cloud:",
":snowflake:",
":snowman:",
":zap:",
":cyclone:",
":foggy:",
":ocean:",
":cat:",
":dog:",
":mouse:",
":hamster:",
":rabbit:",
":wolf:",
":frog:",
":tiger:",
":koala:",
":bear:",
":pig:",
":pig_nose:",
":cow:",
":boar:",
":monkey_face:",
":monkey:",
":horse:",
":racehorse:",
":camel:",
":sheep:",
":elephant:",
":panda_face:",
":snake:",
":bird:",
":baby_chick:",
":hatched_chick:",
":hatching_chick:",
":chicken:",
":penguin:",
":turtle:",
":bug:",
":honeybee:",
":ant:",
":beetle:",
":snail:",
":octopus:",
":tropical_fish:",
":fish:",
":whale:",
":whale2:",
":dolphin:",
":cow2:",
":ram:",
":rat:",
":water_buffalo:",
":tiger2:",
":rabbit2:",
":dragon:",
":goat:",
":rooster:",
":dog2:",
":pig2:",
":mouse2:",
":ox:",
":dragon_face:",
":blowfish:",
":crocodile:",
":dromedary_camel:",
":leopard:",
":cat2:",
":poodle:",
":paw_prints:",
":bouquet:",
":cherry_blossom:",
":tulip:",
":four_leaf_clover:",
":rose:",
":sunflower:",
":hibiscus:",
":maple_leaf:",
":leaves:",
":fallen_leaf:",
":herb:",
":mushroom:",
":cactus:",
":palm_tree:",
":evergreen_tree:",
":deciduous_tree:",
":chestnut:",
":seedling:",
":blossom:",
":ear_of_rice:",
":shell:",
":globe_with_meridians:",
":sun_with_face:",
":full_moon_with_face:",
":new_moon_with_face:",
":new_moon:",
":waxing_crescent_moon:",
":first_quarter_moon:",
":waxing_gibbous_moon:",
":full_moon:",
":waning_gibbous_moon:",
":last_quarter_moon:",
":waning_crescent_moon:",
":last_quarter_moon_with_face:",
":first_quarter_moon_with_face:",
":crescent_moon:",
":earth_africa:",
":earth_americas:",
":earth_asia:",
":volcano:",
":milky_way:",
":partly_sunny:",
":octocat:",
":squirrel:",
":Objects:",
":bamboo:",
":gift_heart:",
":dolls:",
":school_satchel:",
":mortar_board:",
":flags:",
":fireworks:",
":sparkler:",
":wind_chime:",
":rice_scene:",
":jack_o_lantern:",
":ghost:",
":santa:",
":christmas_tree:",
":gift:",
":bell:",
":no_bell:",
":tanabata_tree:",
":tada:",
":confetti_ball:",
":balloon:",
":crystal_ball:",
":cd:",
":dvd:",
":floppy_disk:",
":camera:",
":video_camera:",
":movie_camera:",
":computer:",
":tv:",
":iphone:",
":phone:",
":telephone:",
":telephone_receiver:",
":pager:",
":fax:",
":minidisc:",
":vhs:",
":sound:",
":speaker:",
":mute:",
":loudspeaker:",
":mega:",
":hourglass:",
":hourglass_flowing_sand:",
":alarm_clock:",
":watch:",
":radio:",
":satellite:",
":loop:",
":mag:",
":mag_right:",
":unlock:",
":lock:",
":lock_with_ink_pen:",
":closed_lock_with_key:",
":key:",
":bulb:",
":flashlight:",
":high_brightness:",
":low_brightness:",
":electric_plug:",
":battery:",
":calling:",
":email:",
":mailbox:",
":postbox:",
":bath:",
":bathtub:",
":shower:",
":toilet:",
":wrench:",
":nut_and_bolt:",
":hammer:",
":seat:",
":moneybag:",
":yen:",
":dollar:",
":pound:",
":euro:",
":credit_card:",
":money_with_wings:",
":e-mail:",
":inbox_tray:",
":outbox_tray:",
":envelope:",
":incoming_envelope:",
":postal_horn:",
":mailbox_closed:",
":mailbox_with_mail:",
":mailbox_with_no_mail:",
":package:",
":door:",
":smoking:",
":bomb:",
":gun:",
":hocho:",
":pill:",
":syringe:",
":page_facing_up:",
":page_with_curl:",
":bookmark_tabs:",
":bar_chart:",
":chart_with_upwards_trend:",
":chart_with_downwards_trend:",
":scroll:",
":clipboard:",
":calendar:",
":date:",
":card_index:",
":file_folder:",
":open_file_folder:",
":scissors:",
":pushpin:",
":paperclip:",
":black_nib:",
":pencil2:",
":straight_ruler:",
":triangular_ruler:",
":closed_book:",
":green_book:",
":blue_book:",
":orange_book:",
":notebook:",
":notebook_with_decorative_cover:",
":ledger:",
":books:",
":bookmark:",
":name_badge:",
":microscope:",
":telescope:",
":newspaper:",
":football:",
":basketball:",
":soccer:",
":baseball:",
":tennis:",
":8ball:",
":rugby_football:",
":bowling:",
":golf:",
":mountain_bicyclist:",
":bicyclist:",
":horse_racing:",
":snowboarder:",
":swimmer:",
":surfer:",
":ski:",
":spades:",
":hearts:",
":clubs:",
":diamonds:",
":gem:",
":ring:",
":trophy:",
":musical_score:",
":musical_keyboard:",
":violin:",
":space_invader:",
":video_game:",
":black_joker:",
":flower_playing_cards:",
":game_die:",
":dart:",
":mahjong:",
":clapper:",
":memo:",
":pencil:",
":book:",
":art:",
":microphone:",
":headphones:",
":trumpet:",
":saxophone:",
":guitar:",
":shoe:",
":sandal:",
":high_heel:",
":lipstick:",
":boot:",
":shirt:",
":tshirt:",
":necktie:",
":womans_clothes:",
":dress:",
":running_shirt_with_sash:",
":jeans:",
":kimono:",
":bikini:",
":ribbon:",
":tophat:",
":crown:",
":womans_hat:",
":mans_shoe:",
":closed_umbrella:",
":briefcase:",
":handbag:",
":pouch:",
":purse:",
":eyeglasses:",
":fishing_pole_and_fish:",
":coffee:",
":tea:",
":sake:",
":baby_bottle:",
":beer:",
":beers:",
":cocktail:",
":tropical_drink:",
":wine_glass:",
":fork_and_knife:",
":pizza:",
":hamburger:",
":fries:",
":poultry_leg:",
":meat_on_bone:",
":spaghetti:",
":curry:",
":fried_shrimp:",
":bento:",
":sushi:",
":fish_cake:",
":rice_ball:",
":rice_cracker:",
":rice:",
":ramen:",
":stew:",
":oden:",
":dango:",
":egg:",
":bread:",
":doughnut:",
":custard:",
":icecream:",
":ice_cream:",
":shaved_ice:",
":birthday:",
":cake:",
":cookie:",
":chocolate_bar:",
":candy:",
":lollipop:",
":honey_pot:",
":apple:",
":green_apple:",
":tangerine:",
":lemon:",
":cherries:",
":grapes:",
":watermelon:",
":strawberry:",
":peach:",
":melon:",
":banana:",
":pear:",
":pineapple:",
":sweet_potato:",
":eggplant:",
":tomato:",
":corn:",
":Places:",
":house:",
":house_with_garden:",
":school:",
":office:",
":post_office:",
":hospital:",
":bank:",
":convenience_store:",
":love_hotel:",
":hotel:"
)
$greeting_array = @(
"Hi",
"Morning",
"G`day",
"Howdy",
"Hallo",
"Guten Tag",
"Guten morgen",
"Moin",
"Moinsen",
"Tach",
"Hallihallo",
"Grüße",
"Salü",
"Hallöchen",
"Servus"
)
$anrede_array = @(
"Leute",
"Gang",
"Kollegen",
"Alle",
"Zusammen",
"People",
"Guys"
)