├── Get-UGList.ps1 ├── Get-UTC.ps1 ├── LICENSE ├── New-LocationMarkdown.ps1 ├── New-MarkdownList.ps1 ├── New-UserGroupEntry.ps1 ├── New-UserGroupMarkdown.ps1 ├── PowerShellGroupsbyLocation.md ├── PowerShellUserGroupList.md ├── PowerShellUserGroups.md ├── README.md ├── archive ├── Arizona_PowerShell_User_Group.json ├── Atlanta_PowerShell_User_Group.json ├── Austin_Powershell.json ├── Australia_and_New_Zealand_PowerShell_User_Group.json ├── Boston.json ├── Chattanooga_PowerShell_.json ├── Cincinnati_PowerShell_User_Group.json ├── DFW.json ├── Denver_PowerShellers.json ├── Dutch_PowerShell_User_Group.json ├── Edinburgh_PowerShell_and_DevOps__WinOps_User_group.json ├── GRPosh.json ├── Glasgow_PowerShell_and_Devops__WinOps_User_group.json ├── Kansas_City_PowerShell_User_Group.json ├── Louisville.json ├── MTUG_Script_Club.json ├── Manchester_PowerShell_User_Group.json ├── Manila_PowerShell_User_Group.json ├── Metro_Detroit_PowerShell_User_Group.json ├── MidMo.json ├── Milwaukee_PowerShell_User_Group.json ├── Mississippi.json ├── NYC_PowerShell_User_Group.json ├── Nashville.json ├── Omaha_PowerShell_User_Group.json ├── Philadelphia.json ├── PowerShell_ES_Spanish_User_Group.json ├── PowerShell_London_UK.json ├── PowerShell_SIG_of_the_NTPCUG.json ├── Romania_PowerShell_User_Group.json ├── San_Antonio_PowerShell_User_group.json ├── Singapore_PowerShell_User_Group.json ├── SoCal_PowerShell_User_Group.json ├── South_Coast_PowerShell_User_Group.json ├── Southwest_Missouri_PowerShell_User_Group.json ├── St_Louis.json ├── Twin_Cities.json ├── Update-State.ps1 ├── Yangon_PowerShell_User_Group.json ├── data.md ├── export-markdown-to-json.ps1 ├── poshcode-virtual.json ├── pull.md ├── readme.md ├── states.json └── usergroups.md ├── data ├── Arizona_PowerShell_User_Group.json ├── Atlanta_PowerShell_User_Group.json ├── Austin_Powershell.json ├── Australia_and_New_Zealand_PowerShell_User_Group.json ├── Boston.json ├── Chattanooga_PowerShell_.json ├── Cincinnati_PowerShell_User_Group.json ├── DFW.json ├── Denver_PowerShellers.json ├── Dutch_PowerShell_User_Group.json ├── Edinburgh_PowerShell_and_DevOps__WinOps_User_group.json ├── French_PowerShell_User_Group.json ├── GRPosh.json ├── Gainesville_PowerShell_User_Group.json ├── Glasgow_PowerShell_and_Devops__WinOps_User_group.json ├── Kansas_City_PowerShell_User_Group.json ├── Louisville.json ├── MTUG_Script_Club.json ├── Manchester_PowerShell_User_Group.json ├── Manila_PowerShell_User_Group.json ├── Metro_Detroit_PowerShell_User_Group.json ├── MidMo.json ├── Milwaukee_PowerShell_User_Group.json ├── Minnesota.json ├── Mississippi.json ├── Montreal_PowerShell_User_Group.json ├── NYC_PowerShell_User_Group.json ├── Nashville.json ├── Omaha_PowerShell_User_Group.json ├── Philadelphia.json ├── PowerShell_ES_Spanish_User_Group.json ├── PowerShell_London_UK.json ├── PowerShell_Meetup_UY.json ├── PowerShell_SIG_of_the_NTPCUG.json ├── Romania_PowerShell_User_Group.json ├── San_Antonio_PowerShell_User_group.json ├── Singapore_PowerShell_User_Group.json ├── SoCal_PowerShell_User_Group.json ├── South_Coast_PowerShell_User_Group.json ├── Southwest_Missouri_PowerShell_User_Group.json ├── St._Louis.json ├── Virtual.json └── Yangon_PowerShell_User_Group.json ├── pdf ├── PowerShellGroupsbyLocation.pdf ├── PowerShellUserGroupList.pdf └── PowerShellUserGroups.pdf └── style ├── markdown-custom.css ├── markdown-pdf.css ├── markdown.css └── runnings.js /Get-UGList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/Get-UGList.ps1 -------------------------------------------------------------------------------- /Get-UTC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/Get-UTC.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/LICENSE -------------------------------------------------------------------------------- /New-LocationMarkdown.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/New-LocationMarkdown.ps1 -------------------------------------------------------------------------------- /New-MarkdownList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/New-MarkdownList.ps1 -------------------------------------------------------------------------------- /New-UserGroupEntry.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/New-UserGroupEntry.ps1 -------------------------------------------------------------------------------- /New-UserGroupMarkdown.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/New-UserGroupMarkdown.ps1 -------------------------------------------------------------------------------- /PowerShellGroupsbyLocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/PowerShellGroupsbyLocation.md -------------------------------------------------------------------------------- /PowerShellUserGroupList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/PowerShellUserGroupList.md -------------------------------------------------------------------------------- /PowerShellUserGroups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/PowerShellUserGroups.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/README.md -------------------------------------------------------------------------------- /archive/Arizona_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Arizona_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Atlanta_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Atlanta_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Austin_Powershell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Austin_Powershell.json -------------------------------------------------------------------------------- /archive/Australia_and_New_Zealand_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Australia_and_New_Zealand_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Boston.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Boston.json -------------------------------------------------------------------------------- /archive/Chattanooga_PowerShell_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Chattanooga_PowerShell_.json -------------------------------------------------------------------------------- /archive/Cincinnati_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Cincinnati_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/DFW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/DFW.json -------------------------------------------------------------------------------- /archive/Denver_PowerShellers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Denver_PowerShellers.json -------------------------------------------------------------------------------- /archive/Dutch_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Dutch_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Edinburgh_PowerShell_and_DevOps__WinOps_User_group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Edinburgh_PowerShell_and_DevOps__WinOps_User_group.json -------------------------------------------------------------------------------- /archive/GRPosh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/GRPosh.json -------------------------------------------------------------------------------- /archive/Glasgow_PowerShell_and_Devops__WinOps_User_group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Glasgow_PowerShell_and_Devops__WinOps_User_group.json -------------------------------------------------------------------------------- /archive/Kansas_City_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Kansas_City_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Louisville.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Louisville.json -------------------------------------------------------------------------------- /archive/MTUG_Script_Club.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/MTUG_Script_Club.json -------------------------------------------------------------------------------- /archive/Manchester_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Manchester_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Manila_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Manila_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Metro_Detroit_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Metro_Detroit_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/MidMo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/MidMo.json -------------------------------------------------------------------------------- /archive/Milwaukee_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Milwaukee_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Mississippi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Mississippi.json -------------------------------------------------------------------------------- /archive/NYC_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/NYC_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Nashville.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Nashville.json -------------------------------------------------------------------------------- /archive/Omaha_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Omaha_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Philadelphia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Philadelphia.json -------------------------------------------------------------------------------- /archive/PowerShell_ES_Spanish_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/PowerShell_ES_Spanish_User_Group.json -------------------------------------------------------------------------------- /archive/PowerShell_London_UK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/PowerShell_London_UK.json -------------------------------------------------------------------------------- /archive/PowerShell_SIG_of_the_NTPCUG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/PowerShell_SIG_of_the_NTPCUG.json -------------------------------------------------------------------------------- /archive/Romania_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Romania_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/San_Antonio_PowerShell_User_group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/San_Antonio_PowerShell_User_group.json -------------------------------------------------------------------------------- /archive/Singapore_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Singapore_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/SoCal_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/SoCal_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/South_Coast_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/South_Coast_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Southwest_Missouri_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Southwest_Missouri_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/St_Louis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/St_Louis.json -------------------------------------------------------------------------------- /archive/Twin_Cities.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Twin_Cities.json -------------------------------------------------------------------------------- /archive/Update-State.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Update-State.ps1 -------------------------------------------------------------------------------- /archive/Yangon_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Yangon_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/data.md -------------------------------------------------------------------------------- /archive/export-markdown-to-json.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/export-markdown-to-json.ps1 -------------------------------------------------------------------------------- /archive/poshcode-virtual.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/poshcode-virtual.json -------------------------------------------------------------------------------- /archive/pull.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/pull.md -------------------------------------------------------------------------------- /archive/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/readme.md -------------------------------------------------------------------------------- /archive/states.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/states.json -------------------------------------------------------------------------------- /archive/usergroups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/usergroups.md -------------------------------------------------------------------------------- /data/Arizona_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Arizona_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Atlanta_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Atlanta_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Austin_Powershell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Austin_Powershell.json -------------------------------------------------------------------------------- /data/Australia_and_New_Zealand_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Australia_and_New_Zealand_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Boston.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Boston.json -------------------------------------------------------------------------------- /data/Chattanooga_PowerShell_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Chattanooga_PowerShell_.json -------------------------------------------------------------------------------- /data/Cincinnati_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Cincinnati_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/DFW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/DFW.json -------------------------------------------------------------------------------- /data/Denver_PowerShellers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Denver_PowerShellers.json -------------------------------------------------------------------------------- /data/Dutch_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Dutch_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Edinburgh_PowerShell_and_DevOps__WinOps_User_group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Edinburgh_PowerShell_and_DevOps__WinOps_User_group.json -------------------------------------------------------------------------------- /data/French_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/French_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/GRPosh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/GRPosh.json -------------------------------------------------------------------------------- /data/Gainesville_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Gainesville_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Glasgow_PowerShell_and_Devops__WinOps_User_group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Glasgow_PowerShell_and_Devops__WinOps_User_group.json -------------------------------------------------------------------------------- /data/Kansas_City_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Kansas_City_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Louisville.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Louisville.json -------------------------------------------------------------------------------- /data/MTUG_Script_Club.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/MTUG_Script_Club.json -------------------------------------------------------------------------------- /data/Manchester_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Manchester_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Manila_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Manila_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Metro_Detroit_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Metro_Detroit_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/MidMo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/MidMo.json -------------------------------------------------------------------------------- /data/Milwaukee_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Milwaukee_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Minnesota.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Minnesota.json -------------------------------------------------------------------------------- /data/Mississippi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Mississippi.json -------------------------------------------------------------------------------- /data/Montreal_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Montreal_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/NYC_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/NYC_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Nashville.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Nashville.json -------------------------------------------------------------------------------- /data/Omaha_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Omaha_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Philadelphia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Philadelphia.json -------------------------------------------------------------------------------- /data/PowerShell_ES_Spanish_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/PowerShell_ES_Spanish_User_Group.json -------------------------------------------------------------------------------- /data/PowerShell_London_UK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/PowerShell_London_UK.json -------------------------------------------------------------------------------- /data/PowerShell_Meetup_UY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/PowerShell_Meetup_UY.json -------------------------------------------------------------------------------- /data/PowerShell_SIG_of_the_NTPCUG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/PowerShell_SIG_of_the_NTPCUG.json -------------------------------------------------------------------------------- /data/Romania_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Romania_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/San_Antonio_PowerShell_User_group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/San_Antonio_PowerShell_User_group.json -------------------------------------------------------------------------------- /data/Singapore_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Singapore_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/SoCal_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/SoCal_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/South_Coast_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/South_Coast_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/Southwest_Missouri_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Southwest_Missouri_PowerShell_User_Group.json -------------------------------------------------------------------------------- /data/St._Louis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/St._Louis.json -------------------------------------------------------------------------------- /data/Virtual.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Virtual.json -------------------------------------------------------------------------------- /data/Yangon_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/data/Yangon_PowerShell_User_Group.json -------------------------------------------------------------------------------- /pdf/PowerShellGroupsbyLocation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/pdf/PowerShellGroupsbyLocation.pdf -------------------------------------------------------------------------------- /pdf/PowerShellUserGroupList.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/pdf/PowerShellUserGroupList.pdf -------------------------------------------------------------------------------- /pdf/PowerShellUserGroups.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/pdf/PowerShellUserGroups.pdf -------------------------------------------------------------------------------- /style/markdown-custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/style/markdown-custom.css -------------------------------------------------------------------------------- /style/markdown-pdf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/style/markdown-pdf.css -------------------------------------------------------------------------------- /style/markdown.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/style/markdown.css -------------------------------------------------------------------------------- /style/runnings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/style/runnings.js --------------------------------------------------------------------------------