├── README.md └── sessions ├── Evgenij Smirnov ├── Beyond Lab │ ├── 00-01-Write-File.ps1 │ ├── 00-02-Read-File.ps1 │ ├── 01-01-Get-ADUser.ps1 │ ├── 01-02-LDAPSerach-Parallel.ps1 │ ├── 01-03-LDAPSerach-ParallelRemote.ps1 │ ├── 02-01-Measure-Files-PS.ps1 │ ├── 02-02-Measure-Files-Native.ps1 │ ├── 02-03-Search-IPAddress.ps1 │ ├── 02-04-Search-IPAddressOptimized.ps1 │ ├── 02-05-Search-IPAddressSmart.ps1 │ ├── 02-06-Gauge-Select.ps1 │ └── EvgenijSmirnov_BeyondLab.pptx └── Going Native │ ├── 01-01-LikeADog.ps1 │ ├── 01-02-PetsGalore.ps1 │ ├── 01-03-AddFunction.ps1 │ ├── 02-01-Add-DLL.ps1 │ ├── 02-02-Load-DLL.ps1 │ ├── 03-01-ByRef-PS.ps1 │ ├── 03-02-ByRef-NET.ps1 │ ├── 04-01-Errors-PS.ps1 │ ├── 04-02-Errors-NET.ps1 │ ├── EvgenijSmirnov_GoingNative.pptx │ ├── Start-Demo.ps1 │ ├── System.Data.SQLite.dll │ └── offreg-x64.dll ├── Graziella Iezzi ├── Don't Be Scared of Calling APIs!.zip └── Graziella Iezzi_Don't be scared of calling APIs!.pptx ├── Jan Egil Ring └── Azure Functions in a hybrid world │ ├── Demos.zip │ └── Jan Egil Ring_Azure Functions in a hybrid world.pdf ├── Thorsten Butz └── Querying Wikidata with a glimpse of SPARQL │ ├── ThorstenButz_QueryingWikidataWithAGlimpseOfSPARQL.pdf │ ├── ThorstenButz_QueryingWikidataWithAGlimpseOfSPARQL.pptx │ ├── ThorstenButz_QueryingWikidataWithAGlimpseOfSPARQL.zip │ └── readme.md ├── file.md ├── mateusz.czerniawski └── Captain Kusto │ └── Captain Kusto.zip └── opening ├── 1 rogue.ps1 ├── 2 pipeline.ps1 ├── 3 pipeline2.ps1 ├── 4 pipeline3.ps1 ├── 5 portscan1.ps1 ├── 6 portscan2.ps1 ├── 7 portscan3.ps1 ├── 8 cdxml.ps1 ├── 9a validation.ps1 ├── 9b transformation.ps1 ├── 9c customattribs.ps1 └── readme.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/README.md -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/00-01-Write-File.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/00-01-Write-File.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/00-02-Read-File.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/00-02-Read-File.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/01-01-Get-ADUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/01-01-Get-ADUser.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/01-02-LDAPSerach-Parallel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/01-02-LDAPSerach-Parallel.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/01-03-LDAPSerach-ParallelRemote.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/01-03-LDAPSerach-ParallelRemote.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/02-01-Measure-Files-PS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/02-01-Measure-Files-PS.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/02-02-Measure-Files-Native.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/02-02-Measure-Files-Native.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/02-03-Search-IPAddress.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/02-03-Search-IPAddress.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/02-04-Search-IPAddressOptimized.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/02-04-Search-IPAddressOptimized.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/02-05-Search-IPAddressSmart.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/02-05-Search-IPAddressSmart.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/02-06-Gauge-Select.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/02-06-Gauge-Select.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Beyond Lab/EvgenijSmirnov_BeyondLab.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Beyond Lab/EvgenijSmirnov_BeyondLab.pptx -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/01-01-LikeADog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/01-01-LikeADog.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/01-02-PetsGalore.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/01-02-PetsGalore.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/01-03-AddFunction.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/01-03-AddFunction.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/02-01-Add-DLL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/02-01-Add-DLL.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/02-02-Load-DLL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/02-02-Load-DLL.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/03-01-ByRef-PS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/03-01-ByRef-PS.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/03-02-ByRef-NET.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/03-02-ByRef-NET.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/04-01-Errors-PS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/04-01-Errors-PS.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/04-02-Errors-NET.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/04-02-Errors-NET.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/EvgenijSmirnov_GoingNative.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/EvgenijSmirnov_GoingNative.pptx -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/Start-Demo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/Start-Demo.ps1 -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/System.Data.SQLite.dll -------------------------------------------------------------------------------- /sessions/Evgenij Smirnov/Going Native/offreg-x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Evgenij Smirnov/Going Native/offreg-x64.dll -------------------------------------------------------------------------------- /sessions/Graziella Iezzi/Don't Be Scared of Calling APIs!.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Graziella Iezzi/Don't Be Scared of Calling APIs!.zip -------------------------------------------------------------------------------- /sessions/Graziella Iezzi/Graziella Iezzi_Don't be scared of calling APIs!.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Graziella Iezzi/Graziella Iezzi_Don't be scared of calling APIs!.pptx -------------------------------------------------------------------------------- /sessions/Jan Egil Ring/Azure Functions in a hybrid world/Demos.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Jan Egil Ring/Azure Functions in a hybrid world/Demos.zip -------------------------------------------------------------------------------- /sessions/Jan Egil Ring/Azure Functions in a hybrid world/Jan Egil Ring_Azure Functions in a hybrid world.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Jan Egil Ring/Azure Functions in a hybrid world/Jan Egil Ring_Azure Functions in a hybrid world.pdf -------------------------------------------------------------------------------- /sessions/Thorsten Butz/Querying Wikidata with a glimpse of SPARQL/ThorstenButz_QueryingWikidataWithAGlimpseOfSPARQL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Thorsten Butz/Querying Wikidata with a glimpse of SPARQL/ThorstenButz_QueryingWikidataWithAGlimpseOfSPARQL.pdf -------------------------------------------------------------------------------- /sessions/Thorsten Butz/Querying Wikidata with a glimpse of SPARQL/ThorstenButz_QueryingWikidataWithAGlimpseOfSPARQL.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Thorsten Butz/Querying Wikidata with a glimpse of SPARQL/ThorstenButz_QueryingWikidataWithAGlimpseOfSPARQL.pptx -------------------------------------------------------------------------------- /sessions/Thorsten Butz/Querying Wikidata with a glimpse of SPARQL/ThorstenButz_QueryingWikidataWithAGlimpseOfSPARQL.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Thorsten Butz/Querying Wikidata with a glimpse of SPARQL/ThorstenButz_QueryingWikidataWithAGlimpseOfSPARQL.zip -------------------------------------------------------------------------------- /sessions/Thorsten Butz/Querying Wikidata with a glimpse of SPARQL/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/Thorsten Butz/Querying Wikidata with a glimpse of SPARQL/readme.md -------------------------------------------------------------------------------- /sessions/file.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sessions/mateusz.czerniawski/Captain Kusto/Captain Kusto.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/mateusz.czerniawski/Captain Kusto/Captain Kusto.zip -------------------------------------------------------------------------------- /sessions/opening/1 rogue.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/1 rogue.ps1 -------------------------------------------------------------------------------- /sessions/opening/2 pipeline.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/2 pipeline.ps1 -------------------------------------------------------------------------------- /sessions/opening/3 pipeline2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/3 pipeline2.ps1 -------------------------------------------------------------------------------- /sessions/opening/4 pipeline3.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/4 pipeline3.ps1 -------------------------------------------------------------------------------- /sessions/opening/5 portscan1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/5 portscan1.ps1 -------------------------------------------------------------------------------- /sessions/opening/6 portscan2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/6 portscan2.ps1 -------------------------------------------------------------------------------- /sessions/opening/7 portscan3.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/7 portscan3.ps1 -------------------------------------------------------------------------------- /sessions/opening/8 cdxml.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/8 cdxml.ps1 -------------------------------------------------------------------------------- /sessions/opening/9a validation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/9a validation.ps1 -------------------------------------------------------------------------------- /sessions/opening/9b transformation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/9b transformation.ps1 -------------------------------------------------------------------------------- /sessions/opening/9c customattribs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/9c customattribs.ps1 -------------------------------------------------------------------------------- /sessions/opening/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psconfeu/2020/HEAD/sessions/opening/readme.md --------------------------------------------------------------------------------