-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
889 lines (884 loc) · 47.7 KB
/
data.json
File metadata and controls
889 lines (884 loc) · 47.7 KB
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
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
{
"Location": {
"Name": "Singapore",
"Latitude": 1.282387,
"Longitude": 103.850243,
"Address": "1 Marina Blvd, <br/> #22-01 One Marina Boulevard <br/> Singapore 018989"
},
"Social": {
"Meetup": "http://www.meetup.com/mssgug/",
"Facebook": "https://www.facebook.com/singaporepowershell/",
"Website": "mailto:get-help@psconf.org"
},
"Campaigns": [
{
"Text": "Survey",
"Link": "#"
}
],
"Organizers": [
{
"Name": "Benjamin Hodge",
"Description": "Benjamin Hodge has built and managed innovative technical teams across multiple regions for some of the world's best Security and Network Start-ups.",
"ImageUrl": "~/images/ben.jpg",
"Social": {
"Email": "Desmond@sgwindowsmvp.onmicrosoft.com"
}
},
{
"Name": "Matthew Hitchcock",
"Description": "Matt is a Former PowerShell MVP and is a driving force behind the PowerShell Asia Conference ",
"ImageUrl": "~/images/matthnew.jpg",
"Social": {
"Email": "Desmond@sgwindowsmvp.onmicrosoft.com"
}
},
{
"Name": "Milton Goh",
"Description": "Microsoft Cloud and Datacenter MVP. Milton is the industry hybrid guy who loves getting involve with hybrid stuffs. He started off as a Software Developer in Visual Basic programming in his career.",
"ImageUrl": "~/images/milton.jpg",
"Social": {
"Twitter": "http://www.twitter.com/miltongoh"
}
},
{
"Name": "Sebastian Szumigalski",
"Description": "Microsoft Cloud and Datacenter MVP. With passion for automation and new Technologies. Helping to drive PowerShell community in Asia. Owner of PowerShell User Group in Manila and Yangon.",
"ImageUrl": "~/images/sebs.png",
"Social": {
"Blog": "szumigalski.com",
"Twitter": "http://www.twitter.com/szumigalskis"
}
},
{
"Name": "Jaap Brasser",
"Description": "Jaap Brasser is a Cloud and Automation Engineer and PowerShell MVP with a big passion for scripting and automation. As an IT professional Jaap is part of several professional communities, he speaks at technical events and writes articles on a variety of subjects on his personal blog and other websites or magazines. As an active member of the PowerShell community he is part of the PowerShell Conference organization, he supports others by providing answers in forums, blogs about PowerShell & automation and he creates and shares PowerShell modules and functions.",
"ImageUrl": "~/images/jaap.png",
"Social": {
"Blog": "jaapbrasser.com",
"Twitter": "http://www.twitter.com/jaap_brasser",
"Github": "github.com/jaapbrasser"
}
},
{
"Name": "Senthamil Selvan",
"Description": "Microsoft Windows Dev MVP. Have experience in developing apps for windows platform. Developed several UWP apps and currently working on HoloLens apps.",
"ImageUrl": "~/images/sen.jpg",
"Social": {
"Blog": "http://altfo.wordpress.com",
"Twitter": "http://www.twitter.com/altfo"
}
},
{
"Name": "Amanda Debler",
"Description": "A Texan in Germany exploring the brave new containerized world after several great years of PowerShell & Skype for Business. Skiing and needlework on the side",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Amanda.jpg?raw=true",
"Social": {
"Blog": "https://mandie.net/",
"Twitter": "http://www.twitter.com/texmandie"
}
}
],
"Sponsors": [
{
"Name": "Chef",
"Image": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/chef-logo.png?raw=true",
"Link": "https://www.chef.io/",
"Category":""
},
{
"Name": "KEMP",
"Image": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Kemp-hi.png?raw=true",
"Link": "https://kemptechnologies.com/",
"Category":""
},
{
"Name": "Knofx",
"Image": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Konfx-logo.png?raw=true",
"Link": "http://www.konfx.io/",
"Category":""
},
{
"Name": "Sapien",
"Image": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/SAPIEN.jpg?raw=true",
"Link": "https://www.sapien.com/",
"Category": ""
}
],
"Prizes": [
],
"Tracks": [
{
"Day": "27 October 2017",
"Name": "DevOps & Cloud Track",
"Sessions": [
{
"SessionId": "Common1",
"Time": "8:30 AM - 9:30 AM",
"Title": "Keynote: Angel Calvo - IT Transformation, PowerShell State and Futures",
"Speaker": {
"Name": "Angel Calvo",
"Description": "Director of Program Manager for Microsoft Azure Operations Management Suite (OMS). Angel is also the Community Product Lead for the PowerShell Open Source GitHub Projects: http://github.com/powershell In his current role, Angel Calvo is responsible to drive the business and technology strategies, and leads the Program Management team responsible for delivering: Azure OMS Configuration and Automation Services and technologies; PowerShell and DSC on Linux and Windows; Windows Remote Management Protocol (WinRM); OpenSSH for Windows; and the automation Platform that enables IT Professionals, DevOps engineers and Cloud Service Providers to configure and manage: Azure Services, Windows, Linux, Hybrid Clouds and Data Center infrastructures. Angel is native from Madrid, Spain. Angel went to school to La Universidad Laboral de Toledo, Spain, and outside work Angel’s other passions are Scuba Diving, Photographic and Playing Guitar",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Angel.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/ANGELCALVOS"
}
}
},
{
"SessionId": "Common2",
"Time": "9:45 AM - 10:45 AM",
"Title": "Automate & Configure at scale with Azure Management Services (Ravi Kiran Chintalapudi)",
"Speaker": {
"Name": "Michael Greene",
"Description": "Microsoft Principal Program Manager, Azure Configuration and Automation Management System / PowerShell Language",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/greene.jpeg?raw=true",
"Social":{
"Twitter": "http://www.twitter.com/migreene"
}
}
},
{
"SessionId": "Common3",
"Time": "11:00 AM - 12:00 PM",
"Title": "PowerShell 6, Community Platform for Hybrid Cloud",
"Speaker":{
"Name": "Steve Lee",
"Description": "Principal Software Engineer Manager for PowerShell",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/stevelee.jpg?raw=true",
"Social":{
"Twitter": "http://www.twitter.com/Steve_MSFT"
}
}
},
{
"SessionId": "Common4",
"Time": "12:00 PM - 01:00 PM",
"Title": "Lunch"
},
{
"SessionId": "IOT01",
"Time": "01:00 PM - 02:00 PM",
"Title": "What the heck is Microsoft Graph? and why should I care?",
"Speaker": {
"Name": "Steven Hosking",
"Description": "Having spent over 15 years in the IT industry primarily supporting and managing System Centre products, Steven Hosking has continually been proven as passionate subject matter expert. He is the founder of the Sydney System Centre and Infrastructure group, where he leads the community in exploring the Microsoft System Centre suite of products.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/svenvan.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/OnPremCloudGuy"
}
}
},
{
"SessionId": "IOT2",
"Time": "2:15 PM - 3:15 PM",
"Title": "Green is Good Red is Bad - Turning your checklists into Pester Tests",
"Speaker": {
"Name": "Rob Sewell",
"Description": "Rob is a SQL Server DBA with a passion for PowerShell, Azure, Automation, and SQL (PaaS geddit?). He is a Cloud and Datacenter MVP and an officer for the PASS PowerShell VG and has spoken at and volunteered at many events. He is a member of the committee that organises SQL Saturday Exeter, PSDay.uk and also the European PowerShell Conference. He is a proud supporter of the SQL and PowerShell communities. He relishes sharing and learning and can be found doing both via Twitter and his blog. He spends most of his time looking at a screen and loves to solve problems. He knows that looking at a screen so much is bad for him because his wife tells him so. Thus, you can find him on the cricket field in the summer and flying a drone in the winter. He has a fabulous beard",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Rob Sewell.png?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/sqldbawithbeard"
}
}
},
{
"SessionId": "Common6",
"Time": "3:30 PM - 4:00 PM",
"Title": "Break"
},
{
"SessionId": "IOT03",
"Time": "4:00 PM - 5:00 PM",
"Title": "Designing azure Resource Manager Templates",
"Speaker": {
"Name": "Ritesh Modi ",
"Description": "Architect, Senior Evangelist, Cloud Architect, published author, Speaker and known leader for his contribution towards Data center, Azure, Powershell, Blockchain, Ethereum, Solidity, Bots, Cognitive Services, DevOps, Business intelligence and datacenter automation. Author of 'DevOps with Windows Server 2016' book available on Amazon and B&N. Co-authored book titled “Introducing Windows Server 2016 technical Preview” along with Windows Server team. Spoken at multiple conferences including TechEd and PowerShell Asia conference, conducts lots of internal training, meetups, sessions and published author for MSDN magazine. Having more than a decade of experience in building and deploying enterprise solutions for customers. Blogs @ https://automationnext.wordpress.com and tweets @ #automationnext",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Ritesh Modi.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/automationnext"
}
}
},
{
"SessionId": "IOT4",
"Time": "5:15 PM - 6:15 PM",
"Title": "PowerShell for SharePoint Online - Making SharePoint Admins feel loved again",
"Speaker": {
"Name": "Rick Taylor",
"Description": "Rick Taylor is a SharePoint Architect and has assisted numerous, large companies in their implementations in high profile industries such as Defence, Financial, Manufacturing, and Health Care. He is a published author, co-author, and contributing author (Microsoft Office SharePoint Server 2007 Administrator’s Companion by MS Press and SharePoint Server 2010 Administrator’s Companion) by MSPress. Rick worked for Microsoft in the Business Productivity Online Services division as a member of the SharePoint Platform Architecture Team, and was a Senior Consultant on the OpsCon Team. He is a Senior DevOps Engineer where he specializes in Migration, Compliance, Governance Enforcement, and Process Automation. Rick is an avid Triathlete (Clydesdale class), practices Bikram Yoga, enjoys playing chess and is active in the Boy Scouts of America.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/RickTaylor.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/slkrck"
}
}
},
{
"SessionId": "Common8",
"Time": "6:15 PM - 6:30 PM",
"Title": "Day Close-up"
},
{
"SessionId": "Common9",
"Time": "6:30 PM - 10:00 PM",
"Title": "Networking Event - FREE BEER!!"
}
]
},
{
"Day": "27 October 2017",
"Name": "DevOps & Security Track",
"Sessions": [
{
"SessionId": "Common1",
"Time": "8:30 AM - 9:30 AM",
"Title": "Keynote: Angel Calvo - IT Transformation, PowerShell State and Futures"
},
{
"SessionId": "Common2",
"Time": "9:45 AM - 10:45 AM",
"Title": "Automate & Configure at scale with Azure Management Services"
},
{
"SessionId": "Common3",
"Time": "11:00 AM - 12:00 PM",
"Title": "PowerShell 6, Community Platform for Hybrid Cloud"
},
{
"SessionId": "Common4",
"Time": "12:00 PM - 01:00 PM",
"Title": "Lunch"
},
{
"SessionId": "SEC01",
"Time": "01:00 PM - 02:00 PM",
"Title": "PowerShell - Microsoft's Incident Response Language",
"Speaker":{
"Name": "Jared Atkinson",
"Description": "Jared Atkinson is the Technical Lead - Adversary Detection for Specter Ops. Before Specter Ops, Jared spent two years with Veris Group’s Adaptive Threat Division and four years leading incident response missions for the U.S. Air Force Hunt Team, detecting and removing Advanced Persistent Threats on Air Force and DoD networks. Passionate about PowerShell and the Open Source community, Jared is the lead developer of the Power Forensics project (an open source forensics framework for PowerShell) and maintains a DFIR focused blog. In addition to being awarded Microsoft “Most Valuable Professional” (MVP) for his work in PowerShell, Jared has spoken at numerous industry conferences including the PowerShell and DevOps Global Summit, PSConfEU, Derbycon, 44CON, SANS DFIRSummit, and BSidesDC.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/JaredAtkinson.jpg?raw=true",
"Social":{
"Twitter": "http://www.twitter.com/jaredcatkinson"
}
}
},
{
"SessionId": "SEC02",
"Time": "2:15 PM - 3:15 PM",
"Title": "Secure your environment by automation",
"Speaker": {
"Description": "Jaap Brasser is a Cloud and Automation Engineer and PowerShell MVP with a big passion for scripting and automation. As an IT professional Jaap is part of several professional communities, he speaks at technical events and writes articles on a variety of subjects on his personal blog and other websites or magazines. As an active member of the PowerShell community he is part of the PowerShell Conference organization, he supports others by providing answers in forums, blogs about PowerShell & automation and he creates and shares PowerShell modules and functions.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Jaap.jpg?raw=true",
"Name": "Jaap Brasser",
"Social": {
"Blog": "jaapbrasser.com",
"Twitter": "http://www.twitter.com/jaap_brasser",
"Github": "github.com/jaapbrasser"
}
}
},
{
"SessionId": "Common6",
"Time": "3:30 PM - 4:00 PM",
"Title": "Break"
},
{
"SessionId": "SEC03",
"Time": "4:00 PM - 5:00 PM",
"Title": "Automating any tasks with PowerShell and Friendly",
"Speaker": {
"Name": "Tomoya Yamanaka",
"Description": "Windows programmer and Japanese IT community Wankuma Alliance Manila director",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/tomoya.png?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/kumo203"
}
}
},
{
"SessionId": "SEC04",
"Time": "5:15 PM - 6:15 PM",
"Title": "Azure Stack: Securing the modern hybrid-cloud",
"Speaker": {
"Name": "Lee Holmes",
"Description": "Lead Security Architect for Azure Management, Azure Stack. PowerShell developer, fanatical hobbyist, and author of the Windows PowerShell Cookbook",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/leeholmes.jpg?raw=true",
"Social": {
"Twitter": "https://twitter.com/Lee_Holmes"
}
}
},
{
"SessionId": "Common8",
"Time": "6:15 PM - 6:30 PM",
"Title": "Day Close-up"
},
{
"SessionId": "Common9",
"Time": "6:30 PM - 10:00 PM",
"Title": "Networking Event - FREE BEER!!"
}
]
},
{
"Day": "27 October 2017",
"Name": "Configuration Management",
"Sessions": [
{
"SessionId": "Common1",
"Time": "8:30 AM - 9:30 AM",
"Title": "Keynote: Angel Calvo - IT Transformation, PowerShell State and Futures"
},
{
"SessionId": "Common2",
"Time": "9:45 AM - 10:45 AM",
"Title": "Automate & Configure at scale with Azure Management Services"
},
{
"SessionId": "Common3",
"Time": "11:00 AM - 12:00 PM",
"Title": "PowerShell 6, Community Platform for Hybrid Cloud"
},
{
"SessionId": "Common4",
"Time": "12:00 PM - 01:00 PM",
"Title": "Lunch"
},
{
"SessionId": "MGT01",
"Time": "01:00 PM - 02:00 PM",
"Title": "Infrastructure as Code with Chef, Visual Studio Team Services and Azure",
"Speaker": {
"Name": "Stuart Preston",
"Description": "Stuart works at Chef focusing on the Microsoft ecosystem. Over a career spanning two decades he has helped enterprises of all shapes and sizes build scalable systems on the Microsoft platform. Stuart is a keen supporter of Chef and Microsoft Azure via his open-source contributions and he has also written a book 'Using Chef with Microsoft Azure.' He was awarded the Microsoft MVP (Azure) and Awesome Community Chef awards in 2016.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Stuart Preston.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/stuartpreston"
}
}
},
{
"SessionId": "MGT02",
"Time": "2:15 PM - 3:15 PM",
"Title": "Infrastructure validation using Pester",
"Speaker": {
"Name": "Irwin Strachan",
"Description": "Irwin Strachan have been in IT some 20 years now, give or take. My specialty is Microsoft infrastructure. I’m passionate about Active Directory (and yes, you guessed, in the scripting thereof) and all of the components that come to play. With Windows 2012 R2, it’s all about PowerShell! So, join me in spreading the gospel of PowerShell!",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/IrwinStrachan.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/IrwinStrachan"
}
}
},
{
"SessionId": "Common6",
"Time": "3:30 PM - 4:00 PM",
"Title": "Break"
},
{
"SessionId": "MGT03",
"Time": "4:00 PM - 5:00 PM",
"Title": "How to deploy, use and administrate a Kubernetes cluster on Azure",
"Speaker": {
"Name": "Fabien Dibot",
"Description": "Azure architect @ Orange Business Services, I'm the only Ops in a 40 peeps team. My goal is to provide the best infra on Azure and automate them in order to bring continuous delivery. I'm also a Cloud and Datacenter MVP and co-leader of French PowerShell User Group.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/fabien.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/fdibot"
}
}
},
{
"SessionId": "MGT04",
"Time": "5:15 PM - 6:15 PM",
"Title": "Hybrid Lab Automation with Automated Lab",
"Speaker": {
"Name": "Jan-Hendrik Peters",
"Description": "Having worked at an international grocery chain for 4 years where I automated the deployment of over 20.000 nodes, I quickly developed my love for PowerShell, Desired State Configuration and automation in general. As a Microsoft, Premier Field Engineer I now help my customers adopt a DevOps style. This includes introducing DSC into their environment, developing release pipelines and generally automating things.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/JanPeters.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/NyanHP"
}
}
},
{
"SessionId": "Common8",
"Time": "6:15 PM - 6:30 PM",
"Title": "Day Close-up"
},
{
"SessionId": "Common9",
"Time": "6:30 PM - 10:00 PM",
"Title": "Networking Event - FREE BEER!!"
}
]
},
{
"Day": "27 October 2017",
"Name": "General Track",
"Sessions": [
{
"SessionId": "Common1",
"Time": "8:30 AM - 9:30 AM",
"Title": "Keynote: Angel Calvo - IT Transformation, PowerShell State and Futures"
},
{
"SessionId": "Common2",
"Time": "9:45 AM - 10:45 AM",
"Title": "Automate & Configure at scale with Azure Management Services"
},
{
"SessionId": "Common3",
"Time": "11:00 AM - 12:00 PM",
"Title": "PowerShell 6, Community Platform for Hybrid Cloud"
},
{
"SessionId": "Common4",
"Time": "12:00 PM - 01:00 PM",
"Title": "Lunch"
},
{
"SessionId": "GEN01",
"Time": "01:00 PM - 02:00 PM",
"Title": "PowerShell classes?",
"Speaker": {
"Name": "David das Neves",
"Description": "David is a former software developer and works now at Microsoft Germany as Premier Field Engineer with the main specialties: PowerShell, Windows 10 and Client Security. He is also focused in client workshops and dev requests. Beside his work he writes his own blog, organizes the PowerShell UG Munich and speaks at User Groups and Conferences on PS/Dev topics.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/david.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/david_das_neves"
}
}
},
{
"SessionId": "GEN02",
"Time": "2:15 PM - 3:15 PM",
"Title": "Knock, knock, knock - Linux at your door",
"Speaker": {
"Name": "Bartosz Bielawski",
"Description": "Bartosz (Bartek) Bielawski is a busy Windows engineer for Optiver, an international company. He loves PowerShell and automation and that love earned him the honour of Microsoft MVP. Author of the first PowerShell book in Polish “PowerShell 5.0 Biblia”, and co-author of the “PowerShell Deep Dives” book.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Bartek.png?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/bielawb"
}
}
},
{
"SessionId": "Common6",
"Time": "3:30 PM - 4:00 PM",
"Title": "Break"
},
{
"SessionId": "GEN03",
"Time": "4:00 PM - 5:00 PM",
"Title": "Working Faster & Smarter with PowerShell",
"Speaker": {
"Name": "Desmond Lee",
"Description": "Desmond LEE specializes in end-to-end enterprise infrastructure and innovative cloud solutions built around proven business processes, effective project team management and people integration across all C*-levels and various industries worldwide. Based in Zürich (Switzerland), he is recognized as a Microsoft Most Valuable Professional (MVP Office Servers & Services*) for his dedicated passion and volunteer work in the IT community. Desmond holds a MSc. from University College London (UCL) and is a SVEB certified trainer, coach and founder of the Swiss IT Pro User Group (www.swissitpro.ch), an independent, non-profit organization for IT Pros by IT Pros championing Microsoft and related technologies. An established speaker at major international and regional events known for his real-world insights with over 2 decades of hands-on experience, Desmond contributes frequently to several highly rated publications and often engages in popular Microsoft public forums/newsgroups. You can follow his IT adventures at www.leedesmond.com.* formally MVP Skype for Business / Lync Server",
"ImageUrl": "",
"Social": {
"Twitter": "http://www.twitter.com/_leedesmond"
}
}
},
{
"SessionId": "GEN04",
"Time": "5:15 PM - 6:15 PM",
"Title": "Dependencies, how to make them evident",
"Speaker": {
"Name": "Irwin Strachan",
"Description": "Irwin Strachan have been in IT some 20 years now, give or take. My specialty is Microsoft infrastructure. I’m passionate about Active Directory (and yes, you guessed, in the scripting thereof) and all of the components that come to play. With Windows 2012 R2, it’s all about PowerShell! So, join me in spreading the gospel of PowerShell!",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/IrwinStrachan.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/IrwinStrachan"
}
}
},
{
"SessionId": "Common8",
"Time": "6:15 PM - 6:30 PM",
"Title": "Day Close-up"
},
{
"SessionId": "Common9",
"Time": "6:30 PM - 10:00 PM",
"Title": "Networking Event - FREE BEER!!"
}
]
}
],
"Tracks2": [
{
"Day": "28 October 2017",
"Name": "DevOps & Cloud Track",
"Sessions": [
{
"SessionId": "Common1",
"Time": "8:30 AM - 9:30 AM",
"Title": "Slow is Smooth, Smooth is Fast",
"Speaker":{
"Name": "Steven Murawski",
"Description": "Steven is a Cloud Developer Advocate at Microsoft. Steven focuses on DevOps scenarios with Azure (and founding member of the League of Extraordinary Cloud DevOps Advocates). Steven is an active member of the Chef and WinOps communities and a maintainer for several open source projects, including Chef, Habitat, and Test-Kitchen. Steven followed the traditional path to IT. For8 years he owned a garden center, flower shop, and landscape business. From there, Steven went back to school for Police Science, while working as a police clerk, dispatcher, and auxiliary officer. At the police department, Steven got into IT by helping to administer the domain and applications, as well as supporting investigations via forensically examining electronic media and providing technical support. Most recently, Steven was a Principal Engineer at Chef and worked on the Community Engineering team. He helped foster new contributions and contributors to open source projects in the Chef space, as well as contributing to those projects himself. Steven also worked with the community and customers, answering questions, offering architectural and process advice, and helping move people down the DevOps path. Steven was a Microsoft MVP in Cloud and Datacenter Management (previously PowerShell) from January 2012 through June 2017, when he started work at Microsoft as a Cloud Developer Advocate.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/stevenmurawski.jpg?raw=true",
"Social":{
"Twitter": "http://www.twitter.com/StevenMurawski"
}
}
},
{
"SessionId": "DEV01",
"Time": "9:45 AM - 10:45 AM",
"Title": "PowerShell on IoT",
"Speaker": {
"Name": "Rakesh Karthik Kethineedi",
"Description": "Rakesh has been automating things for almost a decade. He is a developer-cum-scripting guy who loves PowerShell, IoT and Automation on the Cloud. He has worked on various technologies and driven number of Automation projects spreading across domains like Server Administration and Software Testing. He believes in adding quality to people's lives through automation. He is a co-organiser of Singapore Veeam User Group.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Rakesh.jpeg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/rakeshkarthikk"
}
}
},
{
"SessionId": "DEV02",
"Time": "11:00 AM - 12:00 PM",
"Title": "Creating PowerShell cmdlets",
"Speaker": {
"Name": "Rakesh Karthik Kethineedi",
"Description": "Rakesh has been automating things for almost a decade. He is a developer-cum-scripting guy who loves PowerShell, IoT and Automation on the Cloud. He has worked on various technologies and driven number of Automation projects spreading across domains like Server Administration and Software Testing. He believes in adding quality to people's lives through automation. He is a co-organiser of Singapore Veeam User Group.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Rakesh.jpeg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/rakeshkarthikk"
}
}
},
{
"SessionId": "Common2",
"Time": "12:00 PM - 01:00 PM",
"Title": "Lunch"
},
{
"SessionId": "DEV03",
"Time": "01:00 PM - 02:00 PM",
"Title": "Core, Containers and Performance Graphics",
"Speaker":{
"Name": "Luc Dekens",
"Description": "Luc is a long-term vExpert and MVP. He has done sessions at VMworld (US & EMEA), at several PowerShell conferences (PowerShell & DevOps Summit, PSConfEU, Tuga IT) and at several European VMUGs. Luc is also the co-author of the PowerCLI Reference ed 1 & 2.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/LucDekens.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/LucD22"
}
}
},
{
"SessionId": "DEV04",
"Time": "2:15 PM - 3:15 PM",
"Title": "PowerShell with Azure iOT Hub",
"Speaker": {
"Name": "Senthamil Selvan",
"Description": "Microsoft Windows Dev MVP. Have experience in developing apps for windows platform. Developed several UWP apps and currently working on HoloLens apps.",
"ImageUrl": "~/images/sen.jpg",
"Social": {
"Twitter": "www.twitter.com/altfo"
}
}
},
{
"SessionId": "Common3",
"Time": "3:30 PM - 4:00 PM",
"Title": "Break"
},
{
"SessionId": "DEV05",
"Time": "4:00 PM - 5:00 PM",
"Title": "Build a continuous delivery platform for your PowerShell scripts and modules",
"Speaker": {
"Name": "Fabien Dibot",
"Description": "Azure architect @ Orange Business Services, I'm the only Ops in a 40 peeps team. My goal is to provide the best infra on Azure and automate them in order to bring continuous delivery. I'm also a Cloud and Datacenter MVP and co-leader of French PowerShell User Group",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/fabien.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/fdibot"
}
}
},
{
"SessionId": "Common4",
"Time": "5:15 PM - 6:15 PM",
"Title": "Closing Panel / Session / PowerShell Team?"
}
]
},
{
"Day": "28 October 2017",
"Name": "DevOps & Security Track",
"Sessions": [
{
"SessionId": "Common1",
"Time": "8:30 AM - 9:30 AM",
"Title": "Slow is Smooth, Smooth is Fast"
},
{
"SessionId": "SEC01",
"Time": "9:45 AM - 10:45 AM",
"Title": "PowerShell Security - All you need to know",
"Speaker":{
"Name": "David das Neves",
"Description": "David is a former software developer and works now at Microsoft Germany as Premier Field Engineer with the main specialties: PowerShell, Windows 10 and Client Security. He is also focused in client workshops and dev requests. Beside his work he writes his own blog, organizes the PowerShell UG Munich and speaks at User Groups and Conferences on PS/Dev topics.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/david.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/david_das_neves"
}
}
},
{
"SessionId": "SEC02",
"Time": "11:00 AM - 12:00 PM",
"Title": "Automated Offensive PowerShell APIness",
"Speaker": {
"Name": "Walter Legowski",
"Description": "BIO >> Walter Legowski (@SadProcessor) PowerShell Automation engineer by day Offensive PowerShell toolsmith by night French | Dutch wife | 3 kids Maker | Breaker | Trainer | n00b 4 ever Everything PowerShell...",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/WalterLegowski.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/SadProcessor"
}
}
},
{
"SessionId": "Common2",
"Time": "12:00 PM - 01:00 PM",
"Title": "Lunch"
},
{
"SessionId": "SEC03",
"Time": "01:00 PM - 02:00 PM",
"Title": "Automated DC Deployment at the BMW Group",
"Speaker": {
"Name": "Raimund Andrée",
"Description": "Microsoft Premier Field Engineer focusing mainly on PowerShell, DevOps and DSC",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/raimund.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/raimundandree"
}
}
},
{
"SessionId": "SEC04",
"Time": "2:15 PM - 3:15 PM",
"Title": "Meta PowerShell - Just A Layer of Convenience",
"Speaker": {
"Name": "Mathias R. Jessen",
"Description": "Amateur PowerShell Aficionado and a huge fan of type inference, working professionally as a Microsoft Systems Administrator with a focus on Active Directory and Security. Speaker at PSConfAsia 2016",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/mathias.jpeg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/iisresetme"
}
}
},
{
"SessionId": "Common3",
"Time": "3:30 PM - 4:00 PM",
"Title": "Break"
},
{
"SessionId": "SEC05",
"Time": "4:00 PM - 5:00 PM",
"Title": "Revoke-Obfuscation: PowerShell Obfuscation Detection using SCIENCE!",
"Speaker": {
"Name": "Lee Holmes",
"Description": "Lead Security Architect for Azure Management, Azure Stack. PowerShell developer, fanatical hobbyist, and author of the Windows PowerShell Cookbook",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/leeholmes.jpg?raw=true",
"Social": {
"Twitter": "https://twitter.com/Lee_Holmes"
}
}
},
{
"SessionId": "Common4",
"Time": "5:15 PM - 6:15 PM",
"Title": "Closing Panel / Session / PowerShell Team?"
}
]
},
{
"Day": "28 October 2017",
"Name": "Configuration Management",
"Sessions": [
{
"SessionId": "Common1",
"Time": "8:30 AM - 9:30 AM",
"Title": "Slow is Smooth, Smooth is Fast"
},
{
"SessionId": "MGT01",
"Time": "9:45 AM - 10:45 AM",
"Title": "vSphereDSC - resources for a foreign environment",
"Speaker": {
"Name": "Luc Dekens",
"Description": "Luc has been a speaker at multiple VMworlds (US and EMEA).He also presented at the PowerShell and DevOps Summit, the PSConfEU, Tuga IT and several VMUGs in Europe. Luc is a co-author of the PowerCLI Reference ed 1 & 2",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/LucDekens.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/LucD22"
}
}
},
{
"SessionId": "MGT02",
"Time": "11:00 AM - 12:00 PM",
"Title": "SQL Server Extended Events – What are you waiting for?",
"Speaker":{
"Name": "Jonathan Allen",
"Description": "Jonathan started working with SQL Server in the 20th Century and has worked as a DBA supporting all versions since version 7. He is now a SQL Server PFE working for Microsoft UK working with Premier customers on proactive and reactive cases. In his spare time Jonathan helps run the SQL South West user group (www.sqlsouthwest.co.uk), the Exeter SQL Saturday and the SQLBits (www.sqlbits.com) annual conferences.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/JonathanAllen.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/fatherjack"
}
}
},
{
"SessionId": "Common2",
"Time": "12:00 PM - 01:00 PM",
"Title": "Lunch"
},
{
"SessionId": "MGT03",
"Time": "01:00 PM - 02:00 PM",
"Title": "SQL Server Cross-platform with PowerShell (core) and Python",
"Speaker": {
"Name": "Maximo Trinidad",
"Description": "Maximo Trinidad (Florida Aka – Mr. PowerShell) is from Puerto Rico living in Florida, has been working with SAPIEN products since early releases of PrimalScript, through the current suite of SAPIEN products. He has been using, speaking, tweeting and blogging about Windows PowerShell since its initial release in 2006. He's Microsoft MVP in Cloud and Datacenter Management (PowerShell 9rs), SAPIEN Technologies MVP, and IDERA ACE(2017). He speaks in SQLSaturday, and .NET Camp events around the Florida’s State. Currently working with SAPIENS Technologies as their Technical Evangelist for their PowerShell and Scripting Tools line of products.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/MaximoTrinidad.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/MaxTrinidad"
}
}
},
{
"SessionId": "MGT04",
"Time": "2:15 PM - 3:15 PM",
"Title": "SQLServer Reporting Services administration new best friend - PowerShell",
"Speaker": {
"Name": "Cláudio Silva",
"Description": "Cláudio works as SQL Server DBA and he is an PowerShell MVP who loves to automate any process that needs to be done more than a couple of times. He is an active member on the PowerShell and SQL communities. He was the first major contributor on dbatools project (https://dbatools.io) and is always available to help. You can find him on slack and twitter platforms. Cláudio co-leads PASS Portuguese Virtual Group and he helps on some Portuguese in-person events such as SQLSaturday Lisbon and TugaIT. He is also a regular speaker on these and other events.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/ClaudioSilva.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/ClaudioESSilva"
}
}
},
{
"SessionId": "Common3",
"Time": "3:30 PM - 4:00 PM",
"Title": "Break"
},
{
"SessionId": "MGT05",
"Time": "4:00 PM - 5:00 PM",
"Title": "Mastering a complex DSC lab infrastructure – The story of the BMW Group DC deployment",
"Speaker": {
"Name": "Raimund Andrée",
"Description": "Microsoft Premier Field Engineer focusing mainly on PowerShell, DevOps and DSC",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/raimund.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/raimundandree"
}
}
},
{
"SessionId": "Common4",
"Time": "5:15 PM - 6:15 PM",
"Title": "Closing Panel / Session / PowerShell Team?"
}
]
},
{
"Day": "28 October 2017",
"Name": "General Track",
"Sessions": [
{
"SessionId": "Common1",
"Time": "8:30 AM - 9:30 AM",
"Title": "Slow is Smooth, Smooth is Fast"
},
{
"SessionId": "GEN01",
"Time": "9:45 AM - 10:45 AM",
"Title": "Supercharge Azure Functions with PowerShell",
"Speaker": {
"Name": "Ritesh Modi",
"Description": "Architect, Senior Evangelist, Cloud Architect, published author, Speaker and known leader for his contribution towards Data center, Azure, Powershell, Blockchain, Ethereum, Solidity, Bots, Cognitive Services, DevOps, Business intelligence and datacenter automation. Author of 'DevOps with Windows Server 2016' book available on Amazon and B&N. Co-authored book titled “Introducing Windows Server 2016 technical Preview” along with Windows Server team. Spoken at multiple conferences including TechEd and PowerShell Asia conference, conducts lots of internal training, meetups, sessions and published author for MSDN magazine. Having more than a decade of experience in building and deploying enterprise solutions for customers. Blogs @ https://automationnext.wordpress.com and tweets @ #automationnext",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Ritesh Modi.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/automationnext"
}
}
},
{
"SessionId": "GEN02",
"Time": "11:00 AM - 12:00 PM",
"Title": "Next step to your script...turn it into an Advanced Function",
"Speaker": {
"Name": "Cláudio Silva",
"Description": "Cláudio works as SQL Server DBA and he is an PowerShell MVP who loves to automate any process that needs to be done more than a couple of times. He is an active member on the PowerShell and SQL communities. He was the first major contributor on dbatools project (https://dbatools.io) and is always available to help. You can find him on slack and twitter platforms. Cláudio co-leads PASS Portuguese Virtual Group and he helps on some Portuguese in-person events such as SQLSaturday Lisbon and TugaIT. He is also a regular speaker on these and other events.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/ClaudioSilva.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/ClaudioESSilva"
}
}
},
{
"SessionId": "Common2",
"Time": "12:00 PM - 01:00 PM",
"Title": "Lunch"
},
{
"SessionId": "GEN03",
"Time": "01:00 PM - 02:00 PM",
"Title": "PowerShell Yin-Yang: the worst practices and tips & tricks",
"Speaker": {
"Name": "Bartosz Bielawski",
"Description": "Bartosz (Bartek) Bielawski is a busy Windows engineer for Optiver, an international company. He loves PowerShell and automation and that love earned him the honour of Microsoft MVP. Author of the first PowerShell book in Polish “PowerShell 5.0 Biblia”, and co-author of the “PowerShell Deep Dives” book.",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Bartek.png?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/bielawb"
}
}
},
{
"SessionId": "GEN04",
"Time": "2:15 PM - 3:15 PM",
"Title": "Yo Bro! Do you even Parameterize?",
"Speaker": {
"Name": "Walter Legowski",
"Description": "BIO >> Walter Legowski (@SadProcessor) PowerShell Automation engineer by day Offensive PowerShell toolsmith by night French | Dutch wife | 3 kids Maker | Breaker | Trainer | n00b 4 ever Everything PowerShell...",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/WalterLegowski.jpg?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/SadProcessor"
}
}
},
{
"SessionId": "Common3",
"Time": "3:30 PM - 4:00 PM",
"Title": "Break"
},
{
"SessionId": "GEN05",
"Time": "4:00 PM - 5:00 PM",
"Title": "SQL Server Loves PowerShell - dbatools",
"Speaker": {
"Name": "Rob Sewell",
"Description": "Rob is a SQL Server DBA with a passion for PowerShell, Azure, Automation, and SQL (PaaS geddit?). He is a Cloud and Datacenter MVP and an officer for the PASS PowerShell VG and has spoken at and volunteered at many events. He is a member of the committee that organises SQL Saturday Exeter, PSDay.uk and also the European PowerShell Conference. He is a proud supporter of the SQL and PowerShell communities. He relishes sharing and learning and can be found doing both via Twitter and his blog. He spends most of his time looking at a screen and loves to solve problems. He knows that looking at a screen so much is bad for him because his wife tells him so. Thus, you can find him on the cricket field in the summer and flying a drone in the winter. He has a fabulous beard",
"ImageUrl": "https://github.com/PowerShellAsia/2017Website/blob/master/picture/Rob Sewell.png?raw=true",
"Social": {
"Twitter": "http://www.twitter.com/sqldbawithbeard"
}
}
},
{
"SessionId": "Common4",
"Time": "5:15 PM - 6:15 PM",
"Title": "Closing Panel / Session / PowerShell Team?"
}
]
}
]
}