├── archive ├── DFW.json ├── Boston.json ├── GRPosh.json ├── MidMo.json ├── St_Louis.json ├── Louisville.json ├── Mississippi.json ├── Nashville.json ├── Twin_Cities.json ├── Philadelphia.json ├── MTUG_Script_Club.json ├── poshcode-virtual.json ├── Austin_Powershell.json ├── PowerShell_London_UK.json ├── NYC_PowerShell_User_Group.json ├── Dutch_PowerShell_User_Group.json ├── Manila_PowerShell_User_Group.json ├── Omaha_PowerShell_User_Group.json ├── PowerShell_SIG_of_the_NTPCUG.json ├── Yangon_PowerShell_User_Group.json ├── Arizona_PowerShell_User_Group.json ├── Atlanta_PowerShell_User_Group.json ├── Milwaukee_PowerShell_User_Group.json ├── Romania_PowerShell_User_Group.json ├── Singapore_PowerShell_User_Group.json ├── Cincinnati_PowerShell_User_Group.json ├── Kansas_City_PowerShell_User_Group.json ├── Manchester_PowerShell_User_Group.json ├── PowerShell_ES_Spanish_User_Group.json ├── San_Antonio_PowerShell_User_group.json ├── South_Coast_PowerShell_User_Group.json ├── Metro_Detroit_PowerShell_User_Group.json ├── Southwest_Missouri_PowerShell_User_Group.json ├── Glasgow_PowerShell_and_Devops__WinOps_User_group.json ├── Edinburgh_PowerShell_and_DevOps__WinOps_User_group.json ├── readme.md ├── Chattanooga_PowerShell_.json ├── Denver_PowerShellers.json ├── SoCal_PowerShell_User_Group.json ├── pull.md ├── Australia_and_New_Zealand_PowerShell_User_Group.json ├── Update-State.ps1 ├── export-markdown-to-json.ps1 ├── states.json ├── data.md └── usergroups.md ├── pdf ├── PowerShellUserGroups.pdf ├── PowerShellUserGroupList.pdf └── PowerShellGroupsbyLocation.pdf ├── Get-UTC.ps1 ├── Get-UGList.ps1 ├── data ├── Louisville.json ├── St._Louis.json ├── Nashville.json ├── Mississippi.json ├── Kansas_City_PowerShell_User_Group.json ├── San_Antonio_PowerShell_User_group.json ├── Virtual.json ├── Metro_Detroit_PowerShell_User_Group.json ├── Chattanooga_PowerShell_.json ├── MidMo.json ├── PowerShell_ES_Spanish_User_Group.json ├── Singapore_PowerShell_User_Group.json ├── Romania_PowerShell_User_Group.json ├── GRPosh.json ├── MTUG_Script_Club.json ├── Boston.json ├── DFW.json ├── Austin_Powershell.json ├── Glasgow_PowerShell_and_Devops__WinOps_User_group.json ├── PowerShell_SIG_of_the_NTPCUG.json ├── Atlanta_PowerShell_User_Group.json ├── Manchester_PowerShell_User_Group.json ├── Edinburgh_PowerShell_and_DevOps__WinOps_User_group.json ├── Philadelphia.json ├── Arizona_PowerShell_User_Group.json ├── Minnesota.json ├── PowerShell_Meetup_UY.json ├── Dutch_PowerShell_User_Group.json ├── South_Coast_PowerShell_User_Group.json ├── Yangon_PowerShell_User_Group.json ├── Montreal_PowerShell_User_Group.json ├── Manila_PowerShell_User_Group.json ├── Cincinnati_PowerShell_User_Group.json ├── Southwest_Missouri_PowerShell_User_Group.json ├── Omaha_PowerShell_User_Group.json ├── Milwaukee_PowerShell_User_Group.json ├── NYC_PowerShell_User_Group.json ├── Denver_PowerShellers.json ├── French_PowerShell_User_Group.json ├── Gainesville_PowerShell_User_Group.json ├── PowerShell_London_UK.json ├── SoCal_PowerShell_User_Group.json └── Australia_and_New_Zealand_PowerShell_User_Group.json ├── style ├── runnings.js ├── markdown-pdf.css ├── markdown-custom.css └── markdown.css ├── LICENSE ├── New-UserGroupMarkdown.ps1 ├── New-MarkdownList.ps1 ├── New-UserGroupEntry.ps1 ├── New-LocationMarkdown.ps1 ├── README.md ├── PowerShellUserGroups.md ├── PowerShellGroupsbyLocation.md └── PowerShellUserGroupList.md /archive/DFW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/DFW.json -------------------------------------------------------------------------------- /archive/Boston.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Boston.json -------------------------------------------------------------------------------- /archive/GRPosh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/GRPosh.json -------------------------------------------------------------------------------- /archive/MidMo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/MidMo.json -------------------------------------------------------------------------------- /archive/St_Louis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/St_Louis.json -------------------------------------------------------------------------------- /archive/Louisville.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Louisville.json -------------------------------------------------------------------------------- /archive/Mississippi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Mississippi.json -------------------------------------------------------------------------------- /archive/Nashville.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Nashville.json -------------------------------------------------------------------------------- /archive/Twin_Cities.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Twin_Cities.json -------------------------------------------------------------------------------- /archive/Philadelphia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Philadelphia.json -------------------------------------------------------------------------------- /archive/MTUG_Script_Club.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/MTUG_Script_Club.json -------------------------------------------------------------------------------- /archive/poshcode-virtual.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/poshcode-virtual.json -------------------------------------------------------------------------------- /pdf/PowerShellUserGroups.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/pdf/PowerShellUserGroups.pdf -------------------------------------------------------------------------------- /archive/Austin_Powershell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Austin_Powershell.json -------------------------------------------------------------------------------- /pdf/PowerShellUserGroupList.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/pdf/PowerShellUserGroupList.pdf -------------------------------------------------------------------------------- /archive/PowerShell_London_UK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/PowerShell_London_UK.json -------------------------------------------------------------------------------- /pdf/PowerShellGroupsbyLocation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/pdf/PowerShellGroupsbyLocation.pdf -------------------------------------------------------------------------------- /archive/NYC_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/NYC_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Dutch_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Dutch_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Manila_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Manila_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Omaha_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Omaha_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/PowerShell_SIG_of_the_NTPCUG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/PowerShell_SIG_of_the_NTPCUG.json -------------------------------------------------------------------------------- /archive/Yangon_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Yangon_PowerShell_User_Group.json -------------------------------------------------------------------------------- /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/Milwaukee_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Milwaukee_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Romania_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Romania_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Singapore_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Singapore_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/Cincinnati_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Cincinnati_PowerShell_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/Manchester_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Manchester_PowerShell_User_Group.json -------------------------------------------------------------------------------- /archive/PowerShell_ES_Spanish_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/PowerShell_ES_Spanish_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/South_Coast_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/South_Coast_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/Southwest_Missouri_PowerShell_User_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShellOrg/PowerShellUserGroups/HEAD/archive/Southwest_Missouri_PowerShell_User_Group.json -------------------------------------------------------------------------------- /Get-UTC.ps1: -------------------------------------------------------------------------------- 1 | #get the current date and time in a UTC format with a long date time 2 | #use this value when updating markdown documents 3 | 4 | "$((get-date).touniversaltime().datetime) UTC" -------------------------------------------------------------------------------- /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/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/readme.md: -------------------------------------------------------------------------------- 1 | # Archive 2 | 3 | The files in this folder are no longer actively used to maintain the list of PowerShell User Groups. Many of these files and scripts were used in the process of migrating the data from https://github.com/GamerLivingWill. -------------------------------------------------------------------------------- /archive/Chattanooga_PowerShell_.json: -------------------------------------------------------------------------------- 1 | { 2 | "Group Name": "Chattanooga PowerShell ", 3 | "Owner": "James Petty", 4 | "Location": "Chattanooga TN ", 5 | "WebsiteURL": "https://www.meetup.com/PowerShell_Chattanooga/", 6 | "Twitter": "@ChatPSUG", 7 | "Email": "chatpsug@outlook.com" 8 | } -------------------------------------------------------------------------------- /Get-UGList.ps1: -------------------------------------------------------------------------------- 1 | #requires -version 5.0 2 | 3 | <# 4 | This script will parse the underlying json data files 5 | #> 6 | [cmdletbinding()] 7 | Param( 8 | [string]$Path = ".\data" 9 | ) 10 | 11 | Get-Childitem -Path $Path\*.json | 12 | foreach-object { 13 | Get-Content $_.FullName | ConvertFrom-Json 14 | } -------------------------------------------------------------------------------- /data/Louisville.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Louisville", 3 | "Owner": "Joshua Taylor", 4 | "Location": "Louisville, KY", 5 | "WebsiteURL": "", 6 | "Twitter": "@louposh", 7 | "Email": "contact@louposh.org", 8 | "Country": "USA", 9 | "State": "KY", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/St._Louis.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "St. Louis", 3 | "Owner": "Michael Lombardi", 4 | "Location": "St. Louis, MO", 5 | "WebsiteURL": "https://www.meetup.com/stlpsug", 6 | "Twitter": "stl.psug@outlook.com", 7 | "Email": "", 8 | "Country": "USA", 9 | "State": "MO", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Nashville.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Nashville", 3 | "Owner": "Mick Pletcher", 4 | "Location": "Nashville, TN", 5 | "WebsiteURL": "https://www.meetup.com/Nashville-PowerShell-User-Group/", 6 | "Twitter": "@nashvillePUG", 7 | "Email": "", 8 | "Country": "USA", 9 | "State": "TN", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Mississippi.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Mississippi PowerShell User Group", 3 | "Owner": "Mike F Robbins", 4 | "Location": "Virtual , Online", 5 | "WebsiteURL": "http://mspsug.com/", 6 | "Twitter": "@MSPSUG", 7 | "Email": "mspsug@gmail.com", 8 | "Country": "USA", 9 | "State": "MS", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Kansas_City_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Kansas City PowerShell User Group", 3 | "Owner": "Robin Haberstroh", 4 | "Location": "Lenexa, KS", 5 | "WebsiteURL": "http://kcpsug.com", 6 | "Twitter": "@KCPSUG", 7 | "Email": "kcpsug@outlook.com", 8 | "Country": "USA", 9 | "State": "KS", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/San_Antonio_PowerShell_User_group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "San Antonio PowerShell User group", 3 | "Owner": "Jake Morrison", 4 | "Location": "San Antonio, TX, USA", 5 | "WebsiteURL": "http://sapsug.org", 6 | "Twitter": "N/A", 7 | "Email": "jake@sapsug.org", 8 | "Country": "USA", 9 | "State": "TX", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Virtual.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Virtual PowerShell User Group", 3 | "Owner": "Joel Bennett", 4 | "Location": "Virtual (Online - No Physical Location)", 5 | "WebsiteURL": "https://slack.poshcode.org", 6 | "Twitter": "", 7 | "Email": "Jaykul@HuddledMasses.org", 8 | "Country": "USA", 9 | "State": "", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Metro_Detroit_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Metro Detroit PowerShell User Group", 3 | "Owner": "Will Anderson", 4 | "Location": "Southfield, MI", 5 | "WebsiteURL": "https://www.facebook.com/groups/MetDetPSUG ", 6 | "Twitter": "N/A", 7 | "Email": "N/A", 8 | "Country": "USA", 9 | "State": "MI", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Chattanooga_PowerShell_.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Chattanooga PowerShell ", 3 | "Owner": "James Petty", 4 | "Location": "Chattanooga TN ", 5 | "WebsiteURL": "https://www.meetup.com/PowerShell_Chattanooga/", 6 | "Twitter": "@ChatPSUG", 7 | "Email": "chatpsug@outlook.com", 8 | "Country": "USA", 9 | "State": "TN", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/MidMo.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "MidMo", 3 | "Owner": "Josh Rickard", 4 | "Location": "Columbia, MO", 5 | "WebsiteURL": "https://www.eventbrite.com/e/midmo-powershell-user-group-tickets-22516367060#", 6 | "Twitter": "@MidMoPowerShell", 7 | "Email": "midmo-powershell@googlegroups.com", 8 | "Country": "USA", 9 | "State": "MO", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/PowerShell_ES_Spanish_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "PowerShell_ES Spanish User Group", 3 | "Owner": "Tomas Cribb", 4 | "Location": "Rosario, Argentina", 5 | "WebsiteURL": "https://http://blog.powershell-es.com/", 6 | "Twitter": "@PowerShell_ES", 7 | "Email": "tomascribb@gmail.com", 8 | "Country": "Argentina", 9 | "State": "", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Singapore_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Singapore PowerShell User Group", 3 | "Owner": "[Milton Goh](https://twitter.com/miltongoh)", 4 | "Location": "Singapore, Singapore", 5 | "WebsiteURL": "[Meetup](https://www.meetup.com/mssgug/)", 6 | "Twitter": "", 7 | "Email": "", 8 | "Country": "Singapore", 9 | "State": "", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Romania_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Romania PowerShell User Group", 3 | "Owner": "Sorin Pasa", 4 | "Location": "Bucharest, Romania", 5 | "WebsiteURL": "https://www.meetup.com/Romanian-PowerShell-User-Group/", 6 | "Twitter": "@ROMANIAPUG", 7 | "Email": "romaniapug@yahoo.com", 8 | "Country": "Romania", 9 | "State": "", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/GRPosh.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "GRPosh", 3 | "Owner": "[Thomas Malkewitz](https://dotps1.github.io)", 4 | "Location": "Grand Rapids, MI", 5 | "WebsiteURL": "https://grposh.github.io", 6 | "Twitter": "[@grposh](https://twitter.com/grposh)", 7 | "Email": "[grposh@outlook.com](mailto:grposh@outlook.com)", 8 | "Country": "USA", 9 | "State": "MI", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/MTUG_Script_Club.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "MTUG Script Club", 3 | "Owner": [ 4 | "Jan Egil Ring", 5 | "Øyvind Kallstad" 6 | ], 7 | "Location": "Oslo, Norway", 8 | "WebsiteURL": "http://script-club.mtug.no ", 9 | "Twitter": "N/A", 10 | "Email": "N/A", 11 | "Country": "Norway", 12 | "State": "", 13 | "Icon": "" 14 | } 15 | -------------------------------------------------------------------------------- /data/Boston.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Boston", 3 | "Owner": [ 4 | "Steve Parankewich", 5 | "Warren Frame" 6 | ], 7 | "Location": "Boston, MA", 8 | "WebsiteURL": "http://www.meetup.com/Boston-PowerShell-User-Group/", 9 | "Twitter": "@BosPSUG", 10 | "Email": "N/A", 11 | "Country": "USA", 12 | "State": "MA", 13 | "Icon": "" 14 | } 15 | -------------------------------------------------------------------------------- /data/DFW.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "DFW", 3 | "Owner": [ 4 | "Josh Miller", 5 | "Larry Weiss" 6 | ], 7 | "Location": "Dallas-Fort Worth, TX", 8 | "WebsiteURL": "http://sp.ntpcug.org/PowerShell/default.aspx", 9 | "Twitter": "", 10 | "Email": "DallasFtWorth@powershellgroup.org", 11 | "Country": "USA", 12 | "State": "TX", 13 | "Icon": "" 14 | } 15 | -------------------------------------------------------------------------------- /data/Austin_Powershell.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Austin PowerShell", 3 | "Owner": "[Ricc Babbitt](http://twitter.com/ScriptingPro)", 4 | "Location": "Austin, TX", 5 | "WebsiteURL": "https://www.meetup.com/Austin-PowerShell", 6 | "Twitter": "[@ATXPowerShell](http://twitter.com/ATXPowerShell)", 7 | "Email": "RiccBabbitt@outlook.com", 8 | "Country": "USA", 9 | "State": "TX", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Glasgow_PowerShell_and_Devops__WinOps_User_group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Glasgow PowerShell \u0026 Devops / WinOps User group", 3 | "Owner": "Paul Broadwith", 4 | "Location": "Glasgow", 5 | "WebsiteURL": "https://www.meetup.com/Scottish-PowerShell-User-Group/", 6 | "Twitter": "@ScotPSUG", 7 | "Email": "https://psdevopsug.scot", 8 | "Country": "Scotland", 9 | "State": "", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/PowerShell_SIG_of_the_NTPCUG.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "PowerShell SIG of the NTPCUG", 3 | "Owner": [ 4 | "Josh Miller", 5 | "Larry Weiss" 6 | ], 7 | "Location": "Dallas, TX", 8 | "WebsiteURL": "https://sites.google.com/site/powershellsig/ ", 9 | "Twitter": "N/A", 10 | "Email": "N/A", 11 | "Country": "USA", 12 | "State": "TX", 13 | "Icon": "" 14 | } 15 | -------------------------------------------------------------------------------- /data/Atlanta_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Atlanta PowerShell User Group", 3 | "Owner": [ 4 | "Mark Schill", 5 | "Stephen Owen" 6 | ], 7 | "Location": "Atlanta, GA", 8 | "WebsiteURL": "https://www.atlpug.org/", 9 | "Twitter": "@ATLPUG", 10 | "Email": "ATLPUG@Foxdeploy.com", 11 | "Country": "USA", 12 | "State": "GA", 13 | "Icon": "" 14 | } 15 | -------------------------------------------------------------------------------- /data/Manchester_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Manchester PowerShell User Group", 3 | "Owner": "[Ryan Yates](https://twitter.com/ryanyates1990)", 4 | "Location": "Manchester, UK", 5 | "WebsiteURL": "[Meetup](http://www.meetup.com/Get-PSUGUK/)", 6 | "Twitter": "[@getpsugukman](https://twitter.com/getpsugukman)", 7 | "Email": "", 8 | "Country": "England", 9 | "State": "", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Edinburgh_PowerShell_and_DevOps__WinOps_User_group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Edinburgh PowerShell \u0026 DevOps / WinOps User group", 3 | "Owner": "Paul Broadwith", 4 | "Location": "Edinburgh", 5 | "WebsiteURL": "https://www.meetup.com/Edinburgh-PowerShell-Devops-User-Group/", 6 | "Twitter": "@ScotPSUG", 7 | "Email": "https://psdevopsug.scot", 8 | "Country": "Scotland", 9 | "State": "", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Philadelphia.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "The Philadelphia PowerShell User Group", 3 | "Owner": [ 4 | "John Mello", 5 | "Lido Paglia" 6 | ], 7 | "Location": "Philadelphia, PA", 8 | "WebsiteURL": "http://phillyposh.org/", 9 | "Twitter": "https://twitter.com/phillyposh", 10 | "Email": "info@phillyposh.org", 11 | "Country": "USA", 12 | "State": "PA", 13 | "Icon": "" 14 | } 15 | -------------------------------------------------------------------------------- /data/Arizona_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Arizona PowerShell User Group", 3 | "Owner": "Thom Schumacher", 4 | "Location": "Phoenix, AZ", 5 | "WebsiteURL": "https://azpowershell.wordpress.com/ ", 6 | "Twitter": [ 7 | "@Azpowershell", 8 | "#azpowershell" 9 | ], 10 | "Email": "Azpug@outlook.com", 11 | "Country": "USA", 12 | "State": "AZ", 13 | "Icon": "" 14 | } 15 | -------------------------------------------------------------------------------- /data/Minnesota.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Minnesota PowerShell Automation Group", 3 | "Owner": [ 4 | "Joe Artz", 5 | "Tim Curwick", 6 | "Mike McAlpin" 7 | ], 8 | "Location": "Minneapolis, MN", 9 | "WebsiteURL": "http://www.meetup.com/Twin-Cities-PowerShell-User-Group/", 10 | "Twitter": "", 11 | "Email": "", 12 | "Country": "USA", 13 | "State": "MN", 14 | "Icon": "" 15 | } 16 | -------------------------------------------------------------------------------- /data/PowerShell_Meetup_UY.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "PowerShell Meetup UY", 3 | "Owner": [ 4 | "[Victor Silva](https://twitter.com/vmsilvamolina)" 5 | ], 6 | "Location": "Montevideo, Uruguay", 7 | "WebsiteURL": "https://www.meetup.com/es-ES/PowerShell-Meetup-UY/", 8 | "Twitter": "@PowerShellUY", 9 | "Email": "powershelluy@gmail.com", 10 | "Country": "Uruguay", 11 | "State": "Montevideo", 12 | "Icon": "" 13 | } 14 | -------------------------------------------------------------------------------- /data/Dutch_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Dutch PowerShell User Group", 3 | "Owner": [ 4 | "Richard Diphoorn", 5 | "Jeff Wouters", 6 | "Jaap Brasser" 7 | ], 8 | "Location": "Netherlands", 9 | "WebsiteURL": "http://www.dupsug.com", 10 | "Twitter": "@DUPSUG", 11 | "Email": "info@dupsug.com", 12 | "Country": "Netherlands", 13 | "State": "", 14 | "Icon": "" 15 | } 16 | -------------------------------------------------------------------------------- /data/South_Coast_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "South Coast PowerShell User Group", 3 | "Owner": "[Jonathan Medd](https://www.twitter.com/jonathanmedd)", 4 | "Location": "Southampton, UK", 5 | "WebsiteURL": "[Meetup](https://www.meetup.com/UK-South-Coast-PowerShell-User-Group/) ", 6 | "Twitter": "[@UKSthCoastPSUG](http://www.twitter.com/UKSthCoastPSUG)", 7 | "Email": "", 8 | "Country": "England", 9 | "State": "", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Yangon_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Yangon PowerShell User Group", 3 | "Owner": "[Sebastian Szumigalski](https://twitter.com/SzumigalskiS)", 4 | "Location": "Yangon, Myanmar", 5 | "WebsiteURL": "[Meetup](https://www.meetup.com/Yangon-PowerShell-Group/)", 6 | "Twitter": "[@psugygn](https://twitter.com/PSUGYGN)", 7 | "Email": "[psugygn@gmail.com](mailto:psugygn@gmail.com)", 8 | "Country": "Myanmar", 9 | "State": "", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /archive/Denver_PowerShellers.json: -------------------------------------------------------------------------------- 1 | { 2 | "Group Name": "Denver PowerShellers", 3 | "Owner": [ 4 | "Joey Piccola", 5 | "Mike O'Neill", 6 | "Jason Morgan" 7 | ], 8 | "Location": "Denver, CO, USA", 9 | "WebsiteURL": [ 10 | "https://www.meetup.com/Denver-PowerShellers", 11 | "https://github.com/DenverPowershellers" 12 | ], 13 | "Twitter": "[@DenverCO_PSUG]https://twitter.com/denverco_psug", 14 | "Email": "denverpowershellers@gmail.com" 15 | } -------------------------------------------------------------------------------- /data/Montreal_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Montreal PowerShell User Group", 3 | "Owner": [ 4 | "Francois-Xavier Cat" 5 | ], 6 | "Location": "Montreal", 7 | "WebsiteURL": [ 8 | "https://www.meetup.com/MontrealPowerShellUserGroup/" 9 | ], 10 | "Twitter": [ 11 | "MTLPowerShell" 12 | ], 13 | "Email": [ 14 | "fxcat@lazywinadmin.com" 15 | ], 16 | "Country": "Canada", 17 | "State": "Quebec", 18 | "Icon": "" 19 | } 20 | -------------------------------------------------------------------------------- /data/Manila_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Manila PowerShell User Group", 3 | "Owner": "[Sebastian Szumigalski](https://twitter.com/SzumigalskiS)", 4 | "Location": "Manila, Philippines", 5 | "WebsiteURL": "[Meetup](https://www.meetup.com/Manila-PowerShell-User-Group/)", 6 | "Twitter": "[@psugmnl](https://twitter.com/PSUGMNL)", 7 | "Email": "[psugmnl@gmail.com](mailto:psugmnl@gmail.com)", 8 | "Country": "Philippines", 9 | "State": "", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Cincinnati_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Cincinnati PowerShell User Group", 3 | "Owner": [ 4 | "Jay Ryan", 5 | "Chris Brucker" 6 | ], 7 | "Location": "Mason, OH", 8 | "WebsiteURL": "http://cincypowershell.org", 9 | "Twitter": "[@CincyPowerShell](https://twitter.com/cincypowershell)", 10 | "Email": "[info@cincypowershell.org](mailto:info@cincypowershell.org)", 11 | "Country": "USA", 12 | "State": "OH", 13 | "Icon": "" 14 | } 15 | -------------------------------------------------------------------------------- /data/Southwest_Missouri_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Southwest Missouri PowerShell User Group", 3 | "Owner": "[Mike Shepard](https://twitter.com/MikeShepard70)", 4 | "Location": "Springfield, MO", 5 | "WebsiteURL": "[Meetup](https://www.meetup.com/SWMO-PowerShell-User-Group/)", 6 | "Twitter": "[@MikeShepard70](https://twitter.com/MikeShepard70)", 7 | "Email": "[mshepard70@gmail.com](mailto:mshepard70@gmail.com)", 8 | "Country": "USA", 9 | "State": "MO", 10 | "Icon": "" 11 | } 12 | -------------------------------------------------------------------------------- /data/Omaha_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Omaha PowerShell User Group", 3 | "Owner": [ 4 | "Boe Prox", 5 | "Josh Duffney" 6 | ], 7 | "Location": "Omaha, NE", 8 | "WebsiteURL": "https://twitter.com/OmahaPSUG", 9 | "Twitter": "[@OmahaPSUG](https://twitter.com/OmahaPSUG)", 10 | "Email": "[omahapsug@gmail.com](mailto:omahapsug@gmail.com)", 11 | "Country": "USA", 12 | "State": "NE", 13 | "Icon": "https://pbs.twimg.com/profile_images/477061562859933696/3HhR5Upu_400x400.png" 14 | } 15 | -------------------------------------------------------------------------------- /data/Milwaukee_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Milwaukee PowerShell User Group", 3 | "Owner": [ 4 | "[Paul DeArment](https://twitter.com/pdearmen)", 5 | "Jacob Kratt", 6 | "Matthew Bley" 7 | ], 8 | "Location": "Milwaukee, Wi", 9 | "WebsiteURL": "[Meetup](https://www.meetup.com/Milwaukee-Powershell-Meetup/)", 10 | "Twitter": "[@PWSHMilwaukee](https://twitter.com/PWSHMilwaukee)", 11 | "Email": "none", 12 | "Country": "USA", 13 | "State": "WI", 14 | "Icon": "" 15 | } 16 | -------------------------------------------------------------------------------- /data/NYC_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "NYC PowerShell User Group", 3 | "Owner": [ 4 | "Doug Finke", 5 | "Sunny Chakraborty" 6 | ], 7 | "Location": "New York, NY", 8 | "WebsiteURL": "https://www.meetup.com/NycPowershellMeetup/", 9 | "Twitter": [ 10 | "@dfinke" 11 | ], 12 | "Email": [ 13 | "finked@hotmail.com", 14 | "sunnyc7@gmail.com" 15 | ], 16 | "Country": "USA", 17 | "State": "NY", 18 | "Icon": "" 19 | } 20 | -------------------------------------------------------------------------------- /archive/SoCal_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Group Name": "SoCal PowerShell User Group", 3 | "Owner": [ 4 | "[Kevin Marquette](http://kevinmarquette.github.io)", 5 | "[David Christian](https://overpoweredshell.com)" 6 | ], 7 | "Location": "Irvine, CA, USA", 8 | "WebsiteURL": [ 9 | "[Website](http://socalpowershell.org)", 10 | "[Meetup](https://www.meetup.com/SoCal-PowerShell-user-group)" 11 | ], 12 | "Twitter": [ 13 | "[@KevinMarquette](https://twitter.com/KevinMarquette)", 14 | "[@SoCalPowerShell](https://twitter.com/SoCalPowerShell)" 15 | ], 16 | "Email": ["kevmar@gmail.com"] 17 | } -------------------------------------------------------------------------------- /data/Denver_PowerShellers.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Denver PowerShellers", 3 | "Owner": [ 4 | "Joey Piccola", 5 | "Mike O\u0027Neill", 6 | "Jason Morgan" 7 | ], 8 | "Location": "Denver, CO", 9 | "WebsiteURL": [ 10 | "https://www.meetup.com/Denver-PowerShellers", 11 | "https://github.com/DenverPowershellers" 12 | ], 13 | "Twitter": "[@DenverCO_PSUG]https://twitter.com/denverco_psug", 14 | "Email": "denverpowershellers@gmail.com", 15 | "Country": "USA", 16 | "State": "CO", 17 | "Icon": "" 18 | } 19 | -------------------------------------------------------------------------------- /data/French_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "French PowerShell User Group", 3 | "Owner": [ 4 | "[Francois-Xavier Cat](https://lazywinadmin.com)", 5 | "[Stephane Van Gulick](http://Powershelldistrict.com)", 6 | "[Olivier Miossec](http://omiossec.github.io)", 7 | "[Laurent Lienhard](http://howiautomatedthis.com)", 8 | ], 9 | "Location": "Virtual", 10 | "WebsiteURL": [ 11 | "https://www.meetup.com/FrenchPSUG/" 12 | ], 13 | "Twitter": [ 14 | "FrPSUG" 15 | ], 16 | "Email": [ 17 | "frpsug@gmail.com" 18 | ], 19 | "Country": "France", 20 | "State": "", 21 | "Icon": "" 22 | } 23 | -------------------------------------------------------------------------------- /data/Gainesville_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Gainesville PowerShell User Group", 3 | "Owner": [ 4 | "[Andrew Pla](https://twitter.com/AndrewPlaTech)", 5 | "[Andrew Carey](https://twitter.com/agcareyUF)" 6 | ], 7 | "Location": "Gainesville, FL", 8 | "WebsiteURL": [ 9 | "[gnvpsug.github.io](https://gnvpsug.github.io)", 10 | "[Meetup](https://www.meetup.com/Gainesville-PowerShell-User-Group)" 11 | ], 12 | "Twitter": "[@gnvpsug](https://twitter.com/gnvpsug)", 13 | "Email": "[gnvpsug@gmail.com](mailto:omahapsug@gmail.com)", 14 | "Country": "USA", 15 | "State": "FL", 16 | "Icon": "" 17 | } 18 | -------------------------------------------------------------------------------- /archive/pull.md: -------------------------------------------------------------------------------- 1 | |Group Name|Owner|Location|WebsiteURL|Twitter|Email| 2 | |Milwaukee PowerShell User Group|[Paul DeArment](https://twitter.com/pdearmen), Jacob Kratt, and Matthew Bley|Milwaukee, Wi| [Meetup](https://www.meetup.com/Milwaukee-Powershell-Meetup/)|[@PWSHMilwaukee](https://twitter.com/PWSHMilwaukee)|N/A currently| 3 | |Southwest Missouri PowerShell User Group|[Mike Shepard](https://twitter.com/MikeShepard70)|Springfield,Missouri,USA|[Meetup](https://www.meetup.com/SWMO-PowerShell-User-Group/)|[@MikeShepard70](https://twitter.com/MikeShepard70)|[mshepard70@gmail.com](mailto:mshepard70@gmail.com)| 4 | |GigCity PowerShell |James Petty |Chattanooga TN |https://www.meetup.com/PowerShell_Chattanooga/|@ChatPSUG -------------------------------------------------------------------------------- /archive/Australia_and_New_Zealand_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Group Name": "Australia and New Zealand PowerShell User Group", 3 | "Owner": [ 4 | "[Adam Murray](https://twitter.com/muzzar78)", 5 | "[Charbel Aghnatios](https://twitter.com/Charbs_Security)", 6 | "[Josh King](https://twitter.com/WindosNZ)" 7 | ], 8 | "Location": "Oceania (Australia and New Zealand)", 9 | "WebsiteURL": [ 10 | "[anzpsug.github.io](https://anzpsug.github.io)", 11 | "[Meetup](https://www.meetup.com/ANZ-PowerShell-UserGroup)" 12 | ], 13 | "Twitter": [ 14 | "[@ANZPSUG](https://twitter.com/ANZPSUG)" 15 | ], 16 | "Email": [ 17 | "[ANZPSUG@tikabu.com.au](mailto:ANZPSUG@tikabu.com.au)" 18 | ] 19 | } -------------------------------------------------------------------------------- /data/PowerShell_London_UK.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "PowerShell London UK", 3 | "Owner": [ 4 | "[Ebru Cucen](https://www.twitter.com/ebrucucen)", 5 | "[Gael Colas](https://www.twitter.com/gaelcolas)", 6 | "[Coray Burke](https://www.twitter.com/cburke007)", 7 | "[Iain Brighton](https://www.twitter.com/iainbrighton)" 8 | ], 9 | "Location": "London, UK", 10 | "WebsiteURL": [ 11 | "[Website](http://www.powershell.org.uk)", 12 | "[Meetup](http://www.meetup.com/powershell-london-uk)" 13 | ], 14 | "Twitter": "[@lonpsug](https://www.twitter.com/)", 15 | "Email": "", 16 | "Country": "England", 17 | "State": "", 18 | "Icon": "" 19 | } 20 | -------------------------------------------------------------------------------- /data/SoCal_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "SoCal PowerShell User Group", 3 | "Owner": [ 4 | "[Kevin Marquette](http://kevinmarquette.github.io)", 5 | "[David Christian](https://overpoweredshell.com)" 6 | ], 7 | "Location": "Irvine, CA, USA", 8 | "WebsiteURL": [ 9 | "[Website](http://socalpowershell.org)", 10 | "[Meetup](https://www.meetup.com/SoCal-PowerShell-user-group)" 11 | ], 12 | "Twitter": [ 13 | "[@KevinMarquette](https://twitter.com/KevinMarquette)", 14 | "[@SoCalPowerShell](https://twitter.com/SoCalPowerShell)" 15 | ], 16 | "Email": [ 17 | "kevmar@gmail.com" 18 | ], 19 | "Country": "USA", 20 | "State": "CA", 21 | "Icon": "" 22 | } 23 | -------------------------------------------------------------------------------- /data/Australia_and_New_Zealand_PowerShell_User_Group.json: -------------------------------------------------------------------------------- 1 | { 2 | "Name": "Australia and New Zealand PowerShell User Group", 3 | "Owner": [ 4 | "[Adam Murray](https://twitter.com/muzzar78)", 5 | "[Charbel Aghnatios](https://twitter.com/Charbs_Security)", 6 | "[Josh King](https://twitter.com/WindosNZ)" 7 | ], 8 | "Location": "Oceania (Australia and New Zealand)", 9 | "WebsiteURL": [ 10 | "[anzpsug.github.io](https://anzpsug.github.io)", 11 | "[Meetup](https://www.meetup.com/ANZ-PowerShell-UserGroup)" 12 | ], 13 | "Twitter": [ 14 | "[@ANZPSUG](https://twitter.com/ANZPSUG)" 15 | ], 16 | "Email": [ 17 | "[ANZPSUG@tikabu.com.au](mailto:ANZPSUG@tikabu.com.au)" 18 | ], 19 | "Country": [ 20 | "Australia", "New Zealand" 21 | ], 22 | "State": "", 23 | "Icon": "https://cdn.rawgit.com/ANZPSUG/anzpsug.github.io/c96c3bb0/img/ANZPSUG.png" 24 | } -------------------------------------------------------------------------------- /style/runnings.js: -------------------------------------------------------------------------------- 1 | 2 | /* this header doesn't do anything */ 3 | 4 | exports.header = { 5 | height: "1cm", 6 | contents: function() { 7 | return "

" 8 | 9 | } 10 | } 11 | 12 | exports.footer = { 13 | height: "1cm", 14 | contents: function(pageNum, numPages) { 15 | return "
page " + pageNum + " of " + numPages + "
" 16 | /*return "
"*/ 17 | 18 | } 19 | } 20 | 21 | 22 | /** 23 | * header and footer might be of format specified in http://phantomjs.org/api/webpage/property/paper-size.html 24 | * 25 | * Example: 26 | * { 27 | * height: "1cm", 28 | * contents: function(pageNum, numPages) { 29 | * return "

Header " + pageNum + " / " + numPages + "

" 30 | * } 31 | * } 32 | */ -------------------------------------------------------------------------------- /style/markdown-pdf.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Markdown PDF CSS 3 | */ 4 | 5 | body { 6 | font-family: "Meiryo", "Segoe WPC", "Segoe UI", "SFUIText-Light", "HelveticaNeue-Light", sans-serif, "Droid Sans Fallback"; 7 | } 8 | 9 | pre { 10 | background-color: #f8f8f8; 11 | border: 1px solid #cccccc; 12 | border-radius: 3px; 13 | overflow-x: auto; 14 | white-space: pre-wrap; 15 | overflow-wrap: break-word; 16 | } 17 | 18 | pre:not(.hljs) { 19 | padding: 23px; 20 | line-height: 19px; 21 | } 22 | 23 | blockquote { 24 | background: rgba(127, 127, 127, 0.1); 25 | border-color: rgba(0, 122, 204, 0.5); 26 | } 27 | 28 | .emoji { 29 | height: 1.4em; 30 | } 31 | 32 | /* for inline code */ 33 | :not(pre):not(.hljs) > code { 34 | color: #C9AE75; /* Change the old color so it seems less like an error */ 35 | font-size: inherit; 36 | } 37 | 38 | /* Page Break : use
to insert page break 39 | -------------------------------------------------------- */ 40 | .page { 41 | page-break-after: always; 42 | } 43 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018-2019 The DevOps Collective Inc. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /New-UserGroupMarkdown.ps1: -------------------------------------------------------------------------------- 1 | #requires -version 5.0 2 | 3 | <# 4 | This script will create a markdown version of PowerShell user groups 5 | based on the json entries in the Data folder. 6 | #> 7 | 8 | [cmdletbinding(SupportsShouldProcess)] 9 | Param( 10 | [ValidateNotNullOrEmpty()] 11 | [ValidatePattern("\.md$")] 12 | [string]$OutputFile = "PowerShellUserGroups.md", 13 | #the path to the folder with json data files 14 | [string]$Path = ".\data", 15 | [switch]$Passthru 16 | ) 17 | 18 | $md = @" 19 | # PowerShell User Groups 20 | 21 | |Name|Owner|Location|WebsiteURL|Twitter|Email| 22 | |----|-----|--------|----------|-------|-----| 23 | 24 | "@ 25 | 26 | &$PSScriptRoot\get-uglist.ps1 -Path $path | 27 | Sort-Object -property Name | 28 | foreach-object { 29 | $md += "|{0}|{1}|{2}|{3}|{4}|{5}|`n" -f $_.Name, $($_.Owner -join ","), $_.location, ($_.WebSiteURL -join ","), $($_.Twitter -join ","), $($_.Email -join ",") 30 | } 31 | 32 | $md += 33 | "`nList generated _$((Get-Date).toUniversaltime().DateTime) UTC_" 34 | 35 | $md | Out-file -FilePath "$psscriptroot\$OutputFile" -Encoding utf8 -Width 80 36 | 37 | if ($Passthru) { 38 | Get-Item -Path "$psscriptroot\$OutputFile" 39 | } -------------------------------------------------------------------------------- /archive/Update-State.ps1: -------------------------------------------------------------------------------- 1 | #requires -version 5.0 2 | 3 | #replace US state names with abbreviations 4 | 5 | [cmdletbinding(SupportsShouldprocess)] 6 | Param( 7 | #the path to the json data folder 8 | [string]$Path = ".\data" 9 | ) 10 | 11 | #build hashtable of state abbreviations 12 | $in = Get-Content .\states.json | ConvertFrom-Json 13 | $in | 14 | foreach-object -Begin {$stateHash = @{} } -process { 15 | $statehash.Add($_.Name,$_.'alpha-2') 16 | } 17 | 18 | &$PSScriptRoot\get-uglist.ps1 | 19 | ForEach-Object { 20 | $group = $_ 21 | $group.Location = $group.location.replace(", ",",") 22 | #write-host "testing $($group.location)" -fore cyan 23 | $test = $stateHash.GetEnumerator() | 24 | where {$group.location -match "(?<=,)($($_.name))"} 25 | 26 | if ($test) { 27 | [regex]$rx = "(?<=,)($($test.name))" 28 | #write-host $rx.ToString() -ForegroundColor Green 29 | $group.location = $rx.Replace($group.location,$test.value) 30 | write-host "Updating $($group.'Group Name')" -ForegroundColor cyan 31 | $g=($_."Group Name").Replace(" ","_").replace("/","").replace("&","and"); 32 | 33 | $json = Join-path -Path (Convert-path $path) -ChildPath "$g.json" 34 | $group | Convertto-json | Out-file -FilePath $json -Encoding unicode 35 | } 36 | 37 | } -------------------------------------------------------------------------------- /New-MarkdownList.ps1: -------------------------------------------------------------------------------- 1 | #requires -version 5.0 2 | #generate a version of the user groups as a list in Markdown 3 | 4 | <# 5 | This script will create a markdown version of PowerShell user groups 6 | based on the json entries in the Data folder. 7 | #> 8 | 9 | [cmdletbinding(SupportsShouldProcess)] 10 | Param( 11 | [ValidateNotNullOrEmpty()] 12 | [ValidatePattern("\.md$")] 13 | [string]$OutputFile = "PowerShellUserGroupList.md", 14 | #the path to the folder with json data files 15 | [string]$Path = ".\data", 16 | [switch]$Passthru 17 | ) 18 | 19 | $md = @" 20 | # PowerShell User Groups 21 | 22 | "@ 23 | 24 | &$PSScriptRoot\get-uglist.ps1 -path $path| Sort-object -Property Name | 25 | foreach-object { 26 | $md += "`n## $($_.Name.trim())`n" 27 | #define a variable for the processed group to make it easier to track 28 | $group = $_ 29 | #test each property to see if the value is an array 30 | #and if so update the object with a comma separated string 31 | $group.psobject.properties.name | foreach-object { if ($group.$_ -is [array]) {$group.$_ = $group.$_ -join ","}} 32 | $details = ($group | select-object -property * -exclude Name | out-string).trim() -split "`n" 33 | foreach ($detail in $details) { 34 | 35 | $md += "`n$($detail.trim()) " 36 | } 37 | $md += "`n" 38 | } 39 | 40 | $utc = &$PSScriptRoot\get-utc.ps1 41 | $md += "`n_Generated $($utc)_" 42 | 43 | $md | Out-File "$PSScriptRoot\$OutputFile" -Encoding utf8 -Width 80 44 | 45 | if ($Passthru) { 46 | Get-Item -Path "$psscriptroot\$OutputFile" 47 | } -------------------------------------------------------------------------------- /archive/export-markdown-to-json.ps1: -------------------------------------------------------------------------------- 1 | #requires -version 5.0 2 | 3 | <# 4 | This script was designed to do the initial conversion of the original 5 | markdown document into json entries. It should no longer be needed but 6 | is maintained for historical purposes. 7 | #> 8 | 9 | [cmdletbinding(SupportsShouldProcess)] 10 | Param( 11 | [Validatescript({Test-Path $_})] 12 | [string]$Path = "data.md", 13 | [ValidateNotNullorEmpty()] 14 | [string]$Delimiter = "|", 15 | [string]$OutputPath = ".\data" 16 | ) 17 | 18 | Get-Content -Path $path | 19 | Where-Object {$_ -notmatch "---"} | 20 | foreach-object { 21 | #trim leading and trailing | characters 22 | $_.Substring(1,$_.length-1) 23 | } | ConvertFrom-CSV -Delimiter $Delimiter | 24 | foreach-object { 25 | #clean up group names 26 | $g=($_."Group Name").Replace(" ","_").replace("/","").replace("&","and"); 27 | 28 | #convert multiple entries into arrays 29 | 30 | if ($_.Owner -notmatch "http" -AND $_.owner -match "/") { 31 | $_.owner = $_.owner -split "/" | foreach {$_.trim()} 32 | } 33 | $_.owner = $_.owner -split "&" | foreach {$_.trim()} 34 | $_.owner = $_.owner -split "," | foreach {$_.trim()} 35 | $_.twitter = $_.twitter -split "," | foreach {$_.trim()} 36 | $_.twitter = $_.twitter -split "&" | foreach {$_.trim()} 37 | $_.email = $_.email -split "," | foreach {$_.trim()} 38 | $_.email = $_.email -split "&" | foreach {$_.trim()} 39 | 40 | $json = Join-Path -Path $OutputPath -ChildPath "$g.json" 41 | $_ | convertto-json | out-file -FilePath $json -Encoding unicode 42 | 43 | } 44 | 45 | Write-Host "You will need to manually review and edit the json entries." -ForegroundColor Yellow -------------------------------------------------------------------------------- /archive/states.json: -------------------------------------------------------------------------------- 1 | [ 2 | {"name":"Alabama","alpha-2":"AL"}, 3 | {"name":"Alaska","alpha-2":"AK"}, 4 | {"name":"Arizona","alpha-2":"AZ"}, 5 | {"name":"Arkansas","alpha-2":"AR"}, 6 | {"name":"California","alpha-2":"CA"}, 7 | {"name":"Colorado","alpha-2":"CO"}, 8 | {"name":"Connecticut","alpha-2":"CT"}, 9 | {"name":"Delaware","alpha-2":"DE"}, 10 | {"name":"District of Columbia","alpha-2":"DC"}, 11 | {"name":"Florida","alpha-2":"FL"}, 12 | {"name":"Georgia","alpha-2":"GA"}, 13 | {"name":"Hawaii","alpha-2":"HI"}, 14 | {"name":"Idaho","alpha-2":"ID"}, 15 | {"name":"Illinois","alpha-2":"IL"}, 16 | {"name":"Indiana","alpha-2":"IN"}, 17 | {"name":"Iowa","alpha-2":"IA"}, 18 | {"name":"Kansas","alpha-2":"KS"}, 19 | {"name":"Kentucky","alpha-2":"KY"}, 20 | {"name":"Lousiana","alpha-2":"LA"}, 21 | {"name":"Maine","alpha-2":"ME"}, 22 | {"name":"Maryland","alpha-2":"MD"}, 23 | {"name":"Massachusetts","alpha-2":"MA"}, 24 | {"name":"Michigan","alpha-2":"MI"}, 25 | {"name":"Minnesota","alpha-2":"MN"}, 26 | {"name":"Mississippi","alpha-2":"MS"}, 27 | {"name":"Missouri","alpha-2":"MO"}, 28 | {"name":"Montana","alpha-2":"MT"}, 29 | {"name":"Nebraska","alpha-2":"NE"}, 30 | {"name":"Nevada","alpha-2":"NV"}, 31 | {"name":"New Hampshire","alpha-2":"NH"}, 32 | {"name":"New Jersey","alpha-2":"NJ"}, 33 | {"name":"New Mexico","alpha-2":"NM"}, 34 | {"name":"New York","alpha-2":"NY"}, 35 | {"name":"North Carolina","alpha-2":"NC"}, 36 | {"name":"North Dakota","alpha-2":"ND"}, 37 | {"name":"Ohio","alpha-2":"OH"}, 38 | {"name":"Oklahoma","alpha-2":"OK"}, 39 | {"name":"Oregon","alpha-2":"OR"}, 40 | {"name":"Pennsylvania","alpha-2":"PA"}, 41 | {"name":"Rhode Island","alpha-2":"RI"}, 42 | {"name":"South Carolina","alpha-2":"SC"}, 43 | {"name":"South Dakota","alpha-2":"SD"}, 44 | {"name":"Tennessee","alpha-2":"TN"}, 45 | {"name":"Texas","alpha-2":"TX"}, 46 | {"name":"Utah","alpha-2":"UT"}, 47 | {"name":"Vermont","alpha-2":"VT"}, 48 | {"name":"Virginia","alpha-2":"VA"}, 49 | {"name":"Washington","alpha-2":"WA"}, 50 | {"name":"West Virginia","alpha-2":"WV"}, 51 | {"name":"Wisconsin","alpha-2":"WI"}, 52 | {"name":"Wyoming","alpha-2":"WY"} 53 | ] -------------------------------------------------------------------------------- /New-UserGroupEntry.ps1: -------------------------------------------------------------------------------- 1 | #requires -version 5.0 2 | 3 | <# 4 | Create a new JSON entry for a PowerShell User Group 5 | You can pipe this command to Out-File or Set-Content to create the 6 | json file. 7 | #> 8 | 9 | [cmdletbinding()] 10 | Param( 11 | [Parameter(Mandatory, HelpMessage = "Enter the name of the user group", ValueFromPipelineByPropertyName)] 12 | [ValidateNotNullOrEmpty()] 13 | [alias("Group Name")] 14 | [String]$Name, 15 | [Parameter(Mandatory, HelpMessage = "Enter the location of the user group", ValueFromPipelineByPropertyName)] 16 | [ValidateNotNullOrEmpty()] 17 | [String]$Location, 18 | [Parameter(Mandatory, HelpMessage = "Enter the owner(s) of the user group. Markdown is allowed.", ValueFromPipelineByPropertyName)] 19 | [ValidateNotNullOrEmpty()] 20 | [String[]]$Owner, 21 | [Parameter(HelpMessage = "Enter the email address(s) for the user group. Markdown is allowed", ValueFromPipelineByPropertyName)] 22 | [string[]]$Email, 23 | [Parameter(HelpMessage = "Enter the URL(s) for the user group. Markdown is allowed", ValueFromPipelineByPropertyName)] 24 | [alias("websiteURL")] 25 | [string[]]$URL, 26 | [Parameter(HelpMessage = "Enter the Twitter account(s) for the user group. Markdown is allowed", ValueFromPipelineByPropertyName)] 27 | [string[]]$Twitter, 28 | [Parameter(HelpMessage = "Enter the Country for the user group.", ValueFromPipelineByPropertyName)] 29 | [string]$Country = "USA", 30 | [Parameter(HelpMessage = "Enter the postal code abbreviation for your state if in the USA.", ValueFromPipelineByPropertyName)] 31 | [string]$State = "", 32 | [Parameter(HelpMessage = "Enter url to an icon file or graphic for your group. It may be resized.", ValueFromPipelineByPropertyName)] 33 | [string]$IconUrl = "" 34 | 35 | 36 | ) 37 | 38 | Process { 39 | [pscustomobject]@{ 40 | Name = $Name 41 | Owner = $owner 42 | Location = $Location 43 | WebsiteURL = $Url 44 | Twitter = $Twitter 45 | Email = $email 46 | Country = $Country 47 | State = $state 48 | Icon = $IconUrl 49 | } | Convertto-Json 50 | } 51 | 52 | 53 | -------------------------------------------------------------------------------- /New-LocationMarkdown.ps1: -------------------------------------------------------------------------------- 1 | #requires -version 5.0 2 | # generate a version of the user groups as a list in Markdown 3 | # grouped by country and state 4 | 5 | <# 6 | This script will create a markdown version of PowerShell user groups 7 | based on the json entries in the Data folder. 8 | #> 9 | 10 | [cmdletbinding(SupportsShouldProcess)] 11 | Param( 12 | [ValidateNotNullOrEmpty()] 13 | [ValidatePattern("\.md$")] 14 | [string]$OutputFile = "PowerShellGroupsbyLocation.md", 15 | #the path to the folder with json data files 16 | [string]$Path = ".\data", 17 | [switch]$Passthru 18 | ) 19 | 20 | $grouped = &$PSScriptRoot\get-uglist.ps1 -Path $path | 21 | Sort-Object -property Country, State, Name | 22 | Group-object -Property Country 23 | 24 | $md = @" 25 | # PowerShell Groups by Location 26 | 27 | "@ 28 | 29 | foreach ($item in $Grouped) { 30 | #strip off {} for country values with multiple entries like Australia,New Zealand 31 | $name = $item.name -replace "{|}", "" 32 | Write-Verbose "Processing $name" 33 | $md += "`n## $name`n" 34 | 35 | #group each user group by state 36 | $states = $item.group | Group-Object -Property State 37 | 38 | foreach ($state in $states) { 39 | 40 | if ($state.name -match "\w+") { 41 | write-Verbose "Adding $($state.name)" 42 | $md += "`n### $($state.name)`n" 43 | } 44 | foreach ($group in $state.group) { 45 | write-Verbose $group.name 46 | 47 | $group.psobject.properties.name | 48 | foreach-object { 49 | if ($group.$_ -is [array]) { 50 | $group.$_ = $group.$_ -join "," 51 | } 52 | } 53 | $details = ($group | Select-Object -property Name, Owner, Location, WebSiteURL, Twitter, Email | Out-String).trim() -split "`n" 54 | foreach ($detail in $details) { 55 | 56 | $md += "`n$($detail.trim()) " 57 | } 58 | $md += "`n" 59 | } #foreach state group 60 | } #foreach group 61 | } 62 | 63 | $utc = &$PSScriptRoot\get-utc.ps1 64 | $md += "`n_Generated $($utc)_" 65 | 66 | $md | Out-File "$PSScriptRoot\$OutputFile" -Encoding utf8 -Width 80 67 | 68 | if ($Passthru) { 69 | Get-Item -Path "$psscriptroot\$OutputFile" 70 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PowerShell User Groups 2 | 3 | This GitHub repository is intended to serve as a community-maintained, single-source list of PowerShell user groups worldwide. The content of this repository was originally stored at https://github.com/GamerLivingWill. 4 | 5 | ## Purpose 6 | 7 | This list is a central repository of PowerShell user groups that can be updated by the community and used as a source file for other lists and websites. Information for each user group will be maintained in a json data file. 8 | 9 | A markdown document, [PowerShellUserGroupList](./PowerShellUserGroupList.md) will be updated as group entries are added or revised. There is also a version [sorted by country and state](./PowerShellGroupsbyLocation.md). We encourage people to link, rather than copy, to these files in order to keep the data fresh and accurate. External sites can link to this page without seeking permission. Everyone wins. 10 | 11 | There are long term plans to surface the group information via a REST API or other methods. 12 | 13 | ## Guidance and Governance 14 | 15 | We're still working on the standards surrounding what information to offer and how governance will be administered. We want to keep this conversation open. If you want to raise a suggestion, concern, or ways to improve what we're doing, feel free to raise an issue on this repository and we can all talk about it together! 16 | 17 | Please use the pull request process to submit new or modified entries. We prefer that you only modify your own entries. If you feel there is something we should know about a given entry, please post an issue. 18 | 19 | _Your entry may be edited for clarity and consistency._ 20 | 21 | ## Sample Layout 22 | 23 | Each user group is defined by a json file that should look like this: 24 | 25 | ```json 26 | { 27 | "Name": "Omaha PowerShell User Group", 28 | "Owner": [ 29 | "Boe Prox", 30 | "Josh Duffney" 31 | ], 32 | "Location": "Omaha, NE", 33 | "WebsiteURL": "https://twitter.com/OmahaPSUG", 34 | "Twitter": "[@OmahaPSUG](https://twitter.com/OmahaPSUG)", 35 | "Email": "[omahapsug@gmail.com](mailto:omahapsug@gmail.com)", 36 | "Country": "USA", 37 | "State": "NE", 38 | "Icon": "https://pbs.twimg.com/profile_images/477061562859933696/3HhR5Upu_400x400.png" 39 | } 40 | ``` 41 | 42 | We strongly recommend that you include either an active Twitter or email account so that you can be contacted about your group. 43 | 44 | Markdown is permitted, but it is not required. A PowerShell script, `New-UserGroupEntry.ps1` is available in this repository to make it easier to create an entry for your group. Currently, we are using a file name that includes your group name with space replaced with `_` characters. Try to avoid using special characters like `&` and slashes. 45 | 46 | The Icon property is currently not being used in any markdown or PDF output. But this can point to a thumbnail size graphic or icon for your group. Expect that this will be resized when eventually used. 47 | 48 | **You do not need to update any markdown files as they are generated fresh after each update. The json file is the only item that needs to be updated. If you prefer, you can email your group information to jeffh@powershell.org or open an Issue.** 49 | 50 | *last updated Friday, August 24, 2018 4:24:09 PM UTC* 51 | -------------------------------------------------------------------------------- /style/markdown-custom.css: -------------------------------------------------------------------------------- 1 | /*--------------------------------------------------------------------------------------------- 2 | * Copyright (c) Microsoft Corporation. All rights reserved. 3 | * Licensed under the MIT License. See License.txt in the project root for license information. 4 | *--------------------------------------------------------------------------------------------*/ 5 | 6 | body { 7 | font-family: "Segoe WPC", "Segoe UI", "SFUIText-Light", "HelveticaNeue-Light", sans-serif, "Droid Sans Fallback"; 8 | font-size: 14px; 9 | padding: 0 12px; 10 | line-height: 22px; 11 | word-wrap: break-word; 12 | } 13 | 14 | #code-csp-warning { 15 | position: fixed; 16 | top: 0; 17 | right: 0; 18 | color: white; 19 | margin: 16px; 20 | text-align: center; 21 | font-size: 12px; 22 | font-family: sans-serif; 23 | background-color:#444444; 24 | cursor: pointer; 25 | padding: 6px; 26 | box-shadow: 1px 1px 1px rgba(0,0,0,.25); 27 | } 28 | 29 | #code-csp-warning:hover { 30 | text-decoration: none; 31 | background-color:#007acc; 32 | box-shadow: 2px 2px 2px rgba(0,0,0,.25); 33 | } 34 | 35 | 36 | body.scrollBeyondLastLine { 37 | margin-bottom: calc(100vh - 22px); 38 | } 39 | 40 | body.showEditorSelection .code-line { 41 | position: relative; 42 | } 43 | 44 | body.showEditorSelection .code-active-line:before, 45 | body.showEditorSelection .code-line:hover:before { 46 | content: ""; 47 | display: block; 48 | position: absolute; 49 | top: 0; 50 | left: -12px; 51 | height: 100%; 52 | } 53 | 54 | body.showEditorSelection li.code-active-line:before, 55 | body.showEditorSelection li.code-line:hover:before { 56 | left: -30px; 57 | } 58 | 59 | 60 | img { 61 | max-width: 64px; 62 | /* max-height: 100%; */ 63 | } 64 | 65 | a { 66 | color: #4080D0; 67 | text-decoration: none; 68 | } 69 | 70 | a:focus, 71 | input:focus, 72 | select:focus, 73 | textarea:focus { 74 | outline: 1px solid -webkit-focus-ring-color; 75 | outline-offset: -1px; 76 | } 77 | 78 | hr { 79 | border: 0; 80 | height: 2px; 81 | border-bottom: 2px solid; 82 | } 83 | 84 | h1 { 85 | padding-bottom: 0.3em; 86 | line-height: 1.2; 87 | border-bottom-width: 1px; 88 | border-bottom-style: solid; 89 | } 90 | 91 | h1, h2, h3 { 92 | font-weight: normal; 93 | } 94 | 95 | h1 code, 96 | h2 code, 97 | h3 code, 98 | h4 code, 99 | h5 code, 100 | h6 code { 101 | font-size: inherit; 102 | line-height: auto; 103 | } 104 | 105 | a:hover { 106 | color: #4080D0; 107 | text-decoration: underline; 108 | } 109 | 110 | table { 111 | border-collapse: collapse; 112 | } 113 | 114 | table > thead > tr > th { 115 | text-align: left; 116 | border-bottom: 1px solid; 117 | } 118 | 119 | table > thead > tr > th, 120 | table > thead > tr > td, 121 | table > tbody > tr > th, 122 | table > tbody > tr > td { 123 | padding: 5px 10px; 124 | } 125 | 126 | table > tbody > tr + tr > td { 127 | border-top: 1px solid; 128 | } 129 | 130 | blockquote { 131 | margin: 0 7px 0 5px; 132 | padding: 0 16px 0 10px; 133 | border-left: 5px solid; 134 | } 135 | 136 | code { 137 | font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback"; 138 | font-size: 14px; 139 | line-height: 19px; 140 | } 141 | 142 | body.wordWrap pre { 143 | white-space: pre-wrap; 144 | } 145 | 146 | .mac code { 147 | font-size: 12px; 148 | line-height: 18px; 149 | } 150 | 151 | pre:not(.hljs), 152 | pre.hljs code > div { 153 | padding: 16px; 154 | border-radius: 3px; 155 | overflow: auto; 156 | } 157 | 158 | .emoji { 159 | height: 1.4em; 160 | } 161 | 162 | /* for inline code */ 163 | :not(pre):not(.hljs) > code { 164 | color: #C9AE75; /* Change the old color so it seems less like an error */ 165 | font-size: inherit; 166 | } 167 | 168 | /* Page Break : use
to insert page break 169 | -------------------------------------------------------- */ 170 | .page { 171 | page-break-after: always; 172 | } 173 | 174 | -------------------------------------------------------------------------------- /archive/data.md: -------------------------------------------------------------------------------- 1 | |Group Name|Owner|Location|WebsiteURL|Twitter|Email| 2 | |Metro Detroit PowerShell User Group|Will Anderson|Southfield, Michigan, USA|https://www.facebook.com/groups/MetDetPSUG | N/A | N/A | 3 | |Arizona PowerShell User Group|Thom Schumacher|Phoenix, Arizona, USA| https://azpowershell.wordpress.com/ | @Azpowershell, #azpowershell | Azpug@outlook.com | 4 | |Boston|Steve Parankewich/Warren Frame|Boston, MA, USA|http://www.meetup.com/Boston-PowerShell-User-Group/|@BosPSUG| N/A | 5 | |MTUG Script Club|Jan Egil Ring/Øyvind Kallstad|Oslo, Norway| http://script-club.mtug.no | N/A | N/A | 6 | |Cincinnati PowerShell User Group|Jay Ryan / Chris Brucker|Mason, OH|http://cincypowershell.org|[@CincyPowerShell](https://twitter.com/cincypowershell)|[info@cincypowershell.org](mailto:info@cincypowershell.org) 7 | |Romania PowerShell User Group|Sorin Pasa|Bucharest,Romania|https://www.meetup.com/Romanian-PowerShell-User-Group/|@ROMANIAPUG|romaniapug@yahoo.com| 8 | |PowerShell SIG of the NTPCUG|Josh Miller / Larry Weiss|Dallas, Texas, USA| https://sites.google.com/site/powershellsig/ | N/A | N/A | 9 | |Atlanta PowerShell User Group|Mark Schill/Stephen Owen|Atlanta, Georgia|https://www.atlpug.org/|@ATLPUG|ATLPUG@Foxdeploy.com| 10 | |Twin Cities|Tim Curwick|"Minneapolis, Minnesota, USA"|http://www.meetup.com/Twin-Cities-PowerShell-User-Group/||| 11 | |Mississippi|Mike F Robbins|Virtual , Online|http://mspsug.com/|@MSPSUG|mspsug@gmail.com| 12 | |Philadelphia|John Mello/Lido Paglia|Philadelphia, Pennysylvania, USA|http://phillyposh.org/|https://twitter.com/phillyposh|info@phillyposh.org| 13 | |DFW|Josh Miller/Larry Weiss|Dallas-Fort Worth, Texas, USA|http://sp.ntpcug.org/PowerShell/default.aspx||DallasFtWorth@powershellgroup.org| 14 | |Louisville|Joshua Taylor|Louisville, Kentucky, USA||@louposh|contact@louposh.org| 15 | |Virtual|Joel Bennett|Virtual (Online - No Physical Location)|https://slack.poshcode.org||Jaykul@HuddledMasses.org| 16 | |Romania|Sorin Pasa|"Bucharest, Romania"|https://www.meetup.com/Romanian-PowerShell-User-Group/|@ROMANIAPUG|romaniapug@yahoo.com| 17 | |Glasgow PowerShell & Devops / WinOps User group|Paul Broadwith|Scotland|https://www.meetup.com/Scottish-PowerShell-User-Group/|@ScotPSUG|https://psdevopsug.scot 18 | |Edinburgh PowerShell & DevOps / WinOps User group|Paul Broadwith|Scotland|https://www.meetup.com/Edinburgh-PowerShell-Devops-User-Group/|@ScotPSUG|https://psdevopsug.scot 19 | |Austin Powershell|[Ricc Babbitt](http://twitter.com/ScriptingPro)|Austin, TX|https://www.meetup.com/Austin-PowerShell|[@ATXPowerShell](http://twitter.com/ATXPowerShell)|RiccBabbitt@outlook.com| 20 | |Romania|Sorin Pasa|Bucharest, Romania|https://www.meetup.com/Romanian-PowerShell-User-Group/|@ROMANIAPUG|romaniapug@yahoo.com| 21 | |PowerShell_ES Spanish User Group|Tomas Cribb|"Rosario, Argentina"|https://http://blog.powershell-es.com/|@PowerShell_ES|tomascribb@gmail.com| 22 | |St. Louis|Michael Lombardi|"St. Louis, Missouri, USA"|https://www.meetup.com/stlpsug|stl.psug@outlook.com| 23 | |Kansas City PowerShell User Group|Robin Haberstroh|Lenexa, KS, USA|http://kcpsug.com|@KCPSUG|kcpsug@outlook.com| 24 | |Dutch PowerShell User Group|Richard Diphoorn/Jeff Wouters/Jaap Brasser|Netherlands|https://www.dupsug.com|@DUPSUG|info@dupsug.com 25 | |Nashville|Mick Pletcher|"Nashville, Tennessee, USA"|https://www.meetup.com/Nashville-PowerShell-User-Group/|@nashvillePUG|| 26 | |NYC PowerShell User Group|Doug Finke & Sunny Chakraborty|New York, New York|https://www.meetup.com/NycPowershellMeetup/|@dfinke & "Sunny Chakraborty" |finked@hotmail.com sunnyc7@gmail.com| 27 | |Omaha PowerShell User Group|Boe Prox / Josh Duffney|Omaha, NE, USA|https://twitter.com/OmahaPSUG|[@OmahaPSUG](https://twitter.com/OmahaPSUG)|[omahapsug@gmail.com](mailto:omahapsug@gmail.com)| 28 | |GRPosh|[Thomas Malkewitz](https://dotps1.github.io)|Grand Rapids, Michigan, USA|https://grposh.github.io|[@grposh](https://twitter.com/grposh)|[grposh@outlook.com](mailto:grposh@outlook.com)| 29 | |MidMo|Josh Rickard|"Columbia, Missouri, USA"|https://www.eventbrite.com/e/midmo-powershell-user-group-tickets-22516367060#|@MidMoPowerShell|midmo-powershell@googlegroups.com| 30 | |San Antonio PowerShell User group|Jake Morrison|San Antonio, TX, USA|http://sapsug.org|N/A|jake@sapsug.org| 31 | |PowerShell London UK|[Ebru Cucen](https://www.twitter.com/ebrucucen) [Gael Colas](https://www.twitter.com/gaelcolas) [Coray Burke](https://www.twitter.com/cburke007) [Iain Brighton](https://www.twitter.com/iainbrighton)| London,UK|[Website](http://www.powershell.org.uk) [Meetup](http://www.meetup.com/powershell-london-uk)|[@lonpsug](https://www.twitter.com/)|| 32 | |South Coast PowerShell User Group|[Jonathan Medd](https://www.twitter.com/jonathanmedd) | Southampton, UK|[Meetup](https://www.meetup.com/UK-South-Coast-PowerShell-User-Group/) |[@UKSthCoastPSUG](http://www.twitter.com/UKSthCoastPSUG)| 33 | |Manchester PowerShell User Group|[Ryan Yates](https://twitter.com/ryanyates1990)|Manchester, UK| [Meetup](http://www.meetup.com/Get-PSUGUK/)|[@getpsugukman](https://twitter.com/getpsugukman)|| 34 | |Singapore PowerShell User Group|[Milton Goh](https://twitter.com/miltongoh)|Singapore, Singapore| [Meetup](https://www.meetup.com/mssgug/)||| 35 | |Yangon PowerShell User Group|[Sebastian Szumigalski](https://twitter.com/SzumigalskiS)|Yangon, Myanmar| [Meetup](https://www.meetup.com/Yangon-PowerShell-Group/)|[@psugygn](https://twitter.com/PSUGYGN)|[psugygn@gmail.com](mailto:psugygn@gmail.com)| 36 | |Manila PowerShell User Group|[Sebastian Szumigalski](https://twitter.com/SzumigalskiS)|Manila, Philipines| [Meetup](https://www.meetup.com/Manila-PowerShell-User-Group/)|[@psugmnl](https://twitter.com/PSUGMNL)|[psugmnl@gmail.com](mailto:psugmnl@gmail.com)| 37 | -------------------------------------------------------------------------------- /archive/usergroups.md: -------------------------------------------------------------------------------- 1 | |Group Name|Owner|Location|WebsiteURL|Twitter|Email| 2 | |----------|-----|--------|----------|-------|-----| 3 | |Metro Detroit PowerShell User Group|Will Anderson|Southfield, Michigan, USA|https://www.facebook.com/groups/MetDetPSUG | N/A | N/A | 4 | |Arizona PowerShell User Group|Thom Schumacher|Phoenix, Arizona, USA| https://azpowershell.wordpress.com/ | @Azpowershell, #azpowershell | Azpug@outlook.com | 5 | |Boston|Steve Parankewich/Warren Frame|Boston, MA, USA|http://www.meetup.com/Boston-PowerShell-User-Group/|@BosPSUG| N/A | 6 | |MTUG Script Club|Jan Egil Ring/Øyvind Kallstad|Oslo, Norway| http://script-club.mtug.no | N/A | N/A | 7 | |Cincinnati PowerShell User Group|Jay Ryan / Chris Brucker|Mason, OH|http://cincypowershell.org|[@CincyPowerShell](https://twitter.com/cincypowershell)|[info@cincypowershell.org](mailto:info@cincypowershell.org) 8 | |Romania PowerShell User Group|Sorin Pasa|Bucharest,Romania|https://www.meetup.com/Romanian-PowerShell-User-Group/|@ROMANIAPUG|romaniapug@yahoo.com| 9 | |PowerShell SIG of the NTPCUG|Josh Miller / Larry Weiss|Dallas, Texas, USA| https://sites.google.com/site/powershellsig/ | N/A | N/A | 10 | |Atlanta PowerShell User Group|Mark Schill/Stephen Owen|Atlanta, Georgia|https://www.atlpug.org/|@ATLPUG|ATLPUG@Foxdeploy.com| 11 | |Twin Cities|Tim Curwick|"Minneapolis, Minnesota, USA"|http://www.meetup.com/Twin-Cities-PowerShell-User-Group/||| 12 | |Mississippi|Mike F Robbins|Virtual , Online|http://mspsug.com/|@MSPSUG|mspsug@gmail.com| 13 | |Philadelphia|John Mello/Lido Paglia|Philadelphia, Pennysylvania, USA|http://phillyposh.org/|https://twitter.com/phillyposh|info@phillyposh.org| 14 | |DFW|Josh Miller/Larry Weiss|Dallas-Fort Worth, Texas, USA|http://sp.ntpcug.org/PowerShell/default.aspx||DallasFtWorth@powershellgroup.org| 15 | |Louisville|Joshua Taylor|Louisville, Kentucky, USA||@louposh|contact@louposh.org| 16 | |Virtual|Joel Bennett|Virtual (Online - No Physical Location)|https://slack.poshcode.org||Jaykul@HuddledMasses.org| 17 | |Romania|Sorin Pasa|"Bucharest, Romania"|https://www.meetup.com/Romanian-PowerShell-User-Group/|@ROMANIAPUG|romaniapug@yahoo.com| 18 | |Glasgow PowerShell & Devops / WinOps User group|Paul Broadwith|Scotland|https://www.meetup.com/Scottish-PowerShell-User-Group/|@ScotPSUG|https://psdevopsug.scot 19 | |Edinburgh PowerShell & DevOps / WinOps User group|Paul Broadwith|Scotland|https://www.meetup.com/Edinburgh-PowerShell-Devops-User-Group/|@ScotPSUG|https://psdevopsug.scot 20 | |Austin Powershell|[Ricc Babbitt](http://twitter.com/ScriptingPro)|Austin, TX|https://www.meetup.com/Austin-PowerShell|[@ATXPowerShell](http://twitter.com/ATXPowerShell)|RiccBabbitt@outlook.com| 21 | |Romania|Sorin Pasa|Bucharest, Romania|https://www.meetup.com/Romanian-PowerShell-User-Group/|@ROMANIAPUG|romaniapug@yahoo.com| 22 | |PowerShell_ES Spanish User Group|Tomas Cribb|"Rosario, Argentina"|https://http://blog.powershell-es.com/|@PowerShell_ES|tomascribb@gmail.com| 23 | |St. Louis|Michael Lombardi|"St. Louis, Missouri, USA"|https://www.meetup.com/stlpsug|stl.psug@outlook.com| 24 | |Kansas City PowerShell User Group|Robin Haberstroh|Lenexa, KS, USA|http://kcpsug.com|@KCPSUG|kcpsug@outlook.com| 25 | |Dutch PowerShell User Group|Richard Diphoorn/Jeff Wouters/Jaap Brasser|Netherlands|https://www.dupsug.com|@DUPSUG|info@dupsug.com 26 | |Nashville|Mick Pletcher|"Nashville, Tennessee, USA"|https://www.meetup.com/Nashville-PowerShell-User-Group/|@nashvillePUG|| 27 | |NYC PowerShell User Group|Doug Finke & Sunny Chakraborty|New York, New York|https://www.meetup.com/NycPowershellMeetup/|@dfinke & "Sunny Chakraborty" |finked@hotmail.com sunnyc7@gmail.com| 28 | |Omaha PowerShell User Group|Boe Prox / Josh Duffney|Omaha, NE, USA|https://twitter.com/OmahaPSUG|[@OmahaPSUG](https://twitter.com/OmahaPSUG)|[omahapsug@gmail.com](mailto:omahapsug@gmail.com)| 29 | |GRPosh|[Thomas Malkewitz](https://dotps1.github.io)|Grand Rapids, Michigan, USA|https://grposh.github.io|[@grposh](https://twitter.com/grposh)|[grposh@outlook.com](mailto:grposh@outlook.com)| 30 | |MidMo|Josh Rickard|"Columbia, Missouri, USA"|https://www.eventbrite.com/e/midmo-powershell-user-group-tickets-22516367060#|@MidMoPowerShell|midmo-powershell@googlegroups.com| 31 | |San Antonio PowerShell User group|Jake Morrison|San Antonio, TX, USA|http://sapsug.org|N/A|jake@sapsug.org| 32 | |PowerShell London UK|[Ebru Cucen](https://www.twitter.com/ebrucucen) [Gael Colas](https://www.twitter.com/gaelcolas) [Coray Burke](https://www.twitter.com/cburke007) [Iain Brighton](https://www.twitter.com/iainbrighton)| London,UK|[Website](http://www.powershell.org.uk) [Meetup](http://www.meetup.com/powershell-london-uk)|[@lonpsug](https://www.twitter.com/)|| 33 | |South Coast PowerShell User Group|[Jonathan Medd](https://www.twitter.com/jonathanmedd) | Southampton, UK|[Meetup](https://www.meetup.com/UK-South-Coast-PowerShell-User-Group/) |[@UKSthCoastPSUG](http://www.twitter.com/UKSthCoastPSUG)| 34 | |Manchester PowerShell User Group|[Ryan Yates](https://twitter.com/ryanyates1990)|Manchester, UK| [Meetup](http://www.meetup.com/Get-PSUGUK/)|[@getpsugukman](https://twitter.com/getpsugukman)|| 35 | |Singapore PowerShell User Group|[Milton Goh](https://twitter.com/miltongoh)|Singapore, Singapore| [Meetup](https://www.meetup.com/mssgug/)||| 36 | |Yangon PowerShell User Group|[Sebastian Szumigalski](https://twitter.com/SzumigalskiS)|Yangon, Myanmar| [Meetup](https://www.meetup.com/Yangon-PowerShell-Group/)|[@psugygn](https://twitter.com/PSUGYGN)|[psugygn@gmail.com](mailto:psugygn@gmail.com)| 37 | |Manila PowerShell User Group|[Sebastian Szumigalski](https://twitter.com/SzumigalskiS)|Manila, Philipines| [Meetup](https://www.meetup.com/Manila-PowerShell-User-Group/)|[@psugmnl](https://twitter.com/PSUGMNL)|[psugmnl@gmail.com](mailto:psugmnl@gmail.com)| 38 | -------------------------------------------------------------------------------- /style/markdown.css: -------------------------------------------------------------------------------- 1 | /*--------------------------------------------------------------------------------------------- 2 | * Copyright (c) Microsoft Corporation. All rights reserved. 3 | * Licensed under the MIT License. See License.txt in the project root for license information. 4 | *--------------------------------------------------------------------------------------------*/ 5 | 6 | body { 7 | font-family: "Segoe WPC", "Segoe UI", "SFUIText-Light", "HelveticaNeue-Light", sans-serif, "Droid Sans Fallback"; 8 | font-size: 14px; 9 | padding: 0 12px; 10 | line-height: 22px; 11 | word-wrap: break-word; 12 | } 13 | 14 | #code-csp-warning { 15 | position: fixed; 16 | top: 0; 17 | right: 0; 18 | color: white; 19 | margin: 16px; 20 | text-align: center; 21 | font-size: 12px; 22 | font-family: sans-serif; 23 | background-color:#444444; 24 | cursor: pointer; 25 | padding: 6px; 26 | box-shadow: 1px 1px 1px rgba(0,0,0,.25); 27 | } 28 | 29 | #code-csp-warning:hover { 30 | text-decoration: none; 31 | background-color:#007acc; 32 | box-shadow: 2px 2px 2px rgba(0,0,0,.25); 33 | } 34 | 35 | 36 | body.scrollBeyondLastLine { 37 | margin-bottom: calc(100vh - 22px); 38 | } 39 | 40 | body.showEditorSelection .code-line { 41 | position: relative; 42 | } 43 | 44 | body.showEditorSelection .code-active-line:before, 45 | body.showEditorSelection .code-line:hover:before { 46 | content: ""; 47 | display: block; 48 | position: absolute; 49 | top: 0; 50 | left: -12px; 51 | height: 100%; 52 | } 53 | 54 | body.showEditorSelection li.code-active-line:before, 55 | body.showEditorSelection li.code-line:hover:before { 56 | left: -30px; 57 | } 58 | 59 | .vscode-light.showEditorSelection .code-active-line:before { 60 | border-left: 3px solid rgba(0, 0, 0, 0.15); 61 | } 62 | 63 | .vscode-light.showEditorSelection .code-line:hover:before { 64 | border-left: 3px solid rgba(0, 0, 0, 0.40); 65 | } 66 | 67 | .vscode-dark.showEditorSelection .code-active-line:before { 68 | border-left: 3px solid rgba(255, 255, 255, 0.4); 69 | } 70 | 71 | .vscode-dark.showEditorSelection .code-line:hover:before { 72 | border-left: 3px solid rgba(255, 255, 255, 0.60); 73 | } 74 | 75 | .vscode-high-contrast.showEditorSelection .code-active-line:before { 76 | border-left: 3px solid rgba(255, 160, 0, 0.7); 77 | } 78 | 79 | .vscode-high-contrast.showEditorSelection .code-line:hover:before { 80 | border-left: 3px solid rgba(255, 160, 0, 1); 81 | } 82 | 83 | img { 84 | max-width: 100%; 85 | max-height: 100%; 86 | } 87 | 88 | a { 89 | color: #4080D0; 90 | text-decoration: none; 91 | } 92 | 93 | a:focus, 94 | input:focus, 95 | select:focus, 96 | textarea:focus { 97 | outline: 1px solid -webkit-focus-ring-color; 98 | outline-offset: -1px; 99 | } 100 | 101 | hr { 102 | border: 0; 103 | height: 2px; 104 | border-bottom: 2px solid; 105 | } 106 | 107 | h1 { 108 | padding-bottom: 0.3em; 109 | line-height: 1.2; 110 | border-bottom-width: 1px; 111 | border-bottom-style: solid; 112 | } 113 | 114 | h1, h2, h3 { 115 | font-weight: normal; 116 | } 117 | 118 | h1 code, 119 | h2 code, 120 | h3 code, 121 | h4 code, 122 | h5 code, 123 | h6 code { 124 | font-size: inherit; 125 | line-height: auto; 126 | } 127 | 128 | a:hover { 129 | color: #4080D0; 130 | text-decoration: underline; 131 | } 132 | 133 | table { 134 | border-collapse: collapse; 135 | } 136 | 137 | table > thead > tr > th { 138 | text-align: left; 139 | border-bottom: 1px solid; 140 | } 141 | 142 | table > thead > tr > th, 143 | table > thead > tr > td, 144 | table > tbody > tr > th, 145 | table > tbody > tr > td { 146 | padding: 5px 10px; 147 | } 148 | 149 | table > tbody > tr + tr > td { 150 | border-top: 1px solid; 151 | } 152 | 153 | blockquote { 154 | margin: 0 7px 0 5px; 155 | padding: 0 16px 0 10px; 156 | border-left: 5px solid; 157 | } 158 | 159 | code { 160 | font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback"; 161 | font-size: 14px; 162 | line-height: 19px; 163 | } 164 | 165 | body.wordWrap pre { 166 | white-space: pre-wrap; 167 | } 168 | 169 | .mac code { 170 | font-size: 12px; 171 | line-height: 18px; 172 | } 173 | 174 | pre:not(.hljs), 175 | pre.hljs code > div { 176 | padding: 16px; 177 | border-radius: 3px; 178 | overflow: auto; 179 | } 180 | 181 | /** Theming */ 182 | 183 | .vscode-light, 184 | .vscode-light pre code { 185 | color: rgb(30, 30, 30); 186 | } 187 | 188 | .vscode-dark, 189 | .vscode-dark pre code { 190 | color: #DDD; 191 | } 192 | 193 | .vscode-high-contrast, 194 | .vscode-high-contrast pre code { 195 | color: white; 196 | } 197 | 198 | .vscode-light code { 199 | color: #A31515; 200 | } 201 | 202 | .vscode-dark code { 203 | color: #D7BA7D; 204 | } 205 | 206 | .vscode-light pre:not(.hljs), 207 | .vscode-light code > div { 208 | background-color: rgba(220, 220, 220, 0.4); 209 | } 210 | 211 | .vscode-dark pre:not(.hljs), 212 | .vscode-dark code > div { 213 | background-color: rgba(10, 10, 10, 0.4); 214 | } 215 | 216 | .vscode-high-contrast pre:not(.hljs), 217 | .vscode-high-contrast code > div { 218 | background-color: rgb(0, 0, 0); 219 | } 220 | 221 | .vscode-high-contrast h1 { 222 | border-color: rgb(0, 0, 0); 223 | } 224 | 225 | .vscode-light table > thead > tr > th { 226 | border-color: rgba(0, 0, 0, 0.69); 227 | } 228 | 229 | .vscode-dark table > thead > tr > th { 230 | border-color: rgba(255, 255, 255, 0.69); 231 | } 232 | 233 | .vscode-light h1, 234 | .vscode-light hr, 235 | .vscode-light table > tbody > tr + tr > td { 236 | border-color: rgba(0, 0, 0, 0.18); 237 | } 238 | 239 | .vscode-dark h1, 240 | .vscode-dark hr, 241 | .vscode-dark table > tbody > tr + tr > td { 242 | border-color: rgba(255, 255, 255, 0.18); 243 | } 244 | 245 | .vscode-light blockquote, 246 | .vscode-dark blockquote { 247 | background: rgba(127, 127, 127, 0.1); 248 | border-color: rgba(0, 122, 204, 0.5); 249 | } 250 | 251 | .vscode-high-contrast blockquote { 252 | background: transparent; 253 | border-color: #fff; 254 | } -------------------------------------------------------------------------------- /PowerShellUserGroups.md: -------------------------------------------------------------------------------- 1 | # PowerShell User Groups 2 | 3 | |Name|Owner|Location|WebsiteURL|Twitter|Email| 4 | |----|-----|--------|----------|-------|-----| 5 | |Arizona PowerShell User Group|Thom Schumacher|Phoenix, AZ|https://azpowershell.wordpress.com/ |@Azpowershell,#azpowershell|Azpug@outlook.com| 6 | |Atlanta PowerShell User Group|Mark Schill,Stephen Owen|Atlanta, GA|https://www.atlpug.org/|@ATLPUG|ATLPUG@Foxdeploy.com| 7 | |Austin PowerShell|[Ricc Babbitt](http://twitter.com/ScriptingPro)|Austin, TX|https://www.meetup.com/Austin-PowerShell|[@ATXPowerShell](http://twitter.com/ATXPowerShell)|RiccBabbitt@outlook.com| 8 | |Australia and New Zealand PowerShell User Group|[Adam Murray](https://twitter.com/muzzar78),[Charbel Aghnatios](https://twitter.com/Charbs_Security),[Josh King](https://twitter.com/WindosNZ)|Oceania (Australia and New Zealand)|[anzpsug.github.io](https://anzpsug.github.io),[Meetup](https://www.meetup.com/ANZ-PowerShell-UserGroup)|[@ANZPSUG](https://twitter.com/ANZPSUG)|[ANZPSUG@tikabu.com.au](mailto:ANZPSUG@tikabu.com.au)| 9 | |Boston|Steve Parankewich,Warren Frame|Boston, MA|http://www.meetup.com/Boston-PowerShell-User-Group/|@BosPSUG|N/A| 10 | |Chattanooga PowerShell |James Petty|Chattanooga TN |https://www.meetup.com/PowerShell_Chattanooga/|@ChatPSUG|chatpsug@outlook.com| 11 | |Cincinnati PowerShell User Group|Jay Ryan,Chris Brucker|Mason, OH|http://cincypowershell.org|[@CincyPowerShell](https://twitter.com/cincypowershell)|[info@cincypowershell.org](mailto:info@cincypowershell.org)| 12 | |Denver PowerShellers|Joey Piccola,Mike O'Neill,Jason Morgan|Denver, CO|https://www.meetup.com/Denver-PowerShellers,https://github.com/DenverPowershellers|[@DenverCO_PSUG]https://twitter.com/denverco_psug|denverpowershellers@gmail.com| 13 | |DFW|Josh Miller,Larry Weiss|Dallas-Fort Worth, TX|http://sp.ntpcug.org/PowerShell/default.aspx||DallasFtWorth@powershellgroup.org| 14 | |Dutch PowerShell User Group|Richard Diphoorn,Jeff Wouters,Jaap Brasser|Netherlands|http://www.dupsug.com|@DUPSUG|info@dupsug.com| 15 | |Edinburgh PowerShell & DevOps / WinOps User group|Paul Broadwith|Edinburgh|https://www.meetup.com/Edinburgh-PowerShell-Devops-User-Group/|@ScotPSUG|https://psdevopsug.scot| 16 | |French PowerShell User Group|[Francois-Xavier Cat](https://lazywinadmin.com),[Stephane Van Gulick](http://Powershelldistrict.com),[Olivier Miossec](http://omiossec.github.io),[Laurent Lienhard](http://howiautomatedthis.com)|Virtual|https://www.meetup.com/FrenchPSUG/|FrPSUG|frpsug@gmail.com| 17 | |Gainesville PowerShell User Group|[Andrew Pla](https://twitter.com/AndrewPlaTech),[Andrew Carey](https://twitter.com/agcareyUF)|Gainesville, FL|[gnvpsug.github.io](https://gnvpsug.github.io),[Meetup](https://www.meetup.com/Gainesville-PowerShell-User-Group)|[@gnvpsug](https://twitter.com/gnvpsug)|[gnvpsug@gmail.com](mailto:omahapsug@gmail.com)| 18 | |Glasgow PowerShell & Devops / WinOps User group|Paul Broadwith|Glasgow|https://www.meetup.com/Scottish-PowerShell-User-Group/|@ScotPSUG|https://psdevopsug.scot| 19 | |GRPosh|[Thomas Malkewitz](https://dotps1.github.io)|Grand Rapids, MI|https://grposh.github.io|[@grposh](https://twitter.com/grposh)|[grposh@outlook.com](mailto:grposh@outlook.com)| 20 | |Kansas City PowerShell User Group|Robin Haberstroh|Lenexa, KS|http://kcpsug.com|@KCPSUG|kcpsug@outlook.com| 21 | |Louisville|Joshua Taylor|Louisville, KY||@louposh|contact@louposh.org| 22 | |Manchester PowerShell User Group|[Ryan Yates](https://twitter.com/ryanyates1990)|Manchester, UK|[Meetup](http://www.meetup.com/Get-PSUGUK/)|[@getpsugukman](https://twitter.com/getpsugukman)|| 23 | |Manila PowerShell User Group|[Sebastian Szumigalski](https://twitter.com/SzumigalskiS)|Manila, Philippines|[Meetup](https://www.meetup.com/Manila-PowerShell-User-Group/)|[@psugmnl](https://twitter.com/PSUGMNL)|[psugmnl@gmail.com](mailto:psugmnl@gmail.com)| 24 | |Metro Detroit PowerShell User Group|Will Anderson|Southfield, MI|https://www.facebook.com/groups/MetDetPSUG |N/A|N/A| 25 | |MidMo|Josh Rickard|Columbia, MO|https://www.eventbrite.com/e/midmo-powershell-user-group-tickets-22516367060#|@MidMoPowerShell|midmo-powershell@googlegroups.com| 26 | |Milwaukee PowerShell User Group|[Paul DeArment](https://twitter.com/pdearmen),Jacob Kratt,Matthew Bley|Milwaukee, Wi|[Meetup](https://www.meetup.com/Milwaukee-Powershell-Meetup/)|[@PWSHMilwaukee](https://twitter.com/PWSHMilwaukee)|none| 27 | |Minnesota PowerShell Automation Group|Joe Artz,Tim Curwick,Mike McAlpin|Minneapolis, MN|http://www.meetup.com/Twin-Cities-PowerShell-User-Group/||| 28 | |Mississippi PowerShell User Group|Mike F Robbins|Virtual , Online|http://mspsug.com/|@MSPSUG|mspsug@gmail.com| 29 | |Montreal PowerShell User Group|Francois-Xavier Cat|Montreal|https://www.meetup.com/MontrealPowerShellUserGroup/|MTLPowerShell|fxcat@lazywinadmin.com| 30 | |MTUG Script Club|Jan Egil Ring,Øyvind Kallstad|Oslo, Norway|http://script-club.mtug.no |N/A|N/A| 31 | |Nashville|Mick Pletcher|Nashville, TN|https://www.meetup.com/Nashville-PowerShell-User-Group/|@nashvillePUG|| 32 | |NYC PowerShell User Group|Doug Finke,Sunny Chakraborty|New York, NY|https://www.meetup.com/NycPowershellMeetup/|@dfinke|finked@hotmail.com,sunnyc7@gmail.com| 33 | |Omaha PowerShell User Group|Boe Prox,Josh Duffney|Omaha, NE|https://twitter.com/OmahaPSUG|[@OmahaPSUG](https://twitter.com/OmahaPSUG)|[omahapsug@gmail.com](mailto:omahapsug@gmail.com)| 34 | |PowerShell London UK|[Ebru Cucen](https://www.twitter.com/ebrucucen),[Gael Colas](https://www.twitter.com/gaelcolas),[Coray Burke](https://www.twitter.com/cburke007),[Iain Brighton](https://www.twitter.com/iainbrighton)|London, UK|[Website](http://www.powershell.org.uk),[Meetup](http://www.meetup.com/powershell-london-uk)|[@lonpsug](https://www.twitter.com/)|| 35 | |PowerShell Meetup UY|[Victor Silva](https://twitter.com/vmsilvamolina)|Montevideo, Uruguay|https://www.meetup.com/es-ES/PowerShell-Meetup-UY/|@PowerShellUY|powershelluy@gmail.com| 36 | |PowerShell SIG of the NTPCUG|Josh Miller,Larry Weiss|Dallas, TX|https://sites.google.com/site/powershellsig/ |N/A|N/A| 37 | |PowerShell_ES Spanish User Group|Tomas Cribb|Rosario, Argentina|https://http://blog.powershell-es.com/|@PowerShell_ES|tomascribb@gmail.com| 38 | |Romania PowerShell User Group|Sorin Pasa|Bucharest, Romania|https://www.meetup.com/Romanian-PowerShell-User-Group/|@ROMANIAPUG|romaniapug@yahoo.com| 39 | |San Antonio PowerShell User group|Jake Morrison|San Antonio, TX, USA|http://sapsug.org|N/A|jake@sapsug.org| 40 | |Singapore PowerShell User Group|[Milton Goh](https://twitter.com/miltongoh)|Singapore, Singapore|[Meetup](https://www.meetup.com/mssgug/)||| 41 | |SoCal PowerShell User Group|[Kevin Marquette](http://kevinmarquette.github.io),[David Christian](https://overpoweredshell.com)|Irvine, CA, USA|[Website](http://socalpowershell.org),[Meetup](https://www.meetup.com/SoCal-PowerShell-user-group)|[@KevinMarquette](https://twitter.com/KevinMarquette),[@SoCalPowerShell](https://twitter.com/SoCalPowerShell)|kevmar@gmail.com| 42 | |South Coast PowerShell User Group|[Jonathan Medd](https://www.twitter.com/jonathanmedd)|Southampton, UK|[Meetup](https://www.meetup.com/UK-South-Coast-PowerShell-User-Group/) |[@UKSthCoastPSUG](http://www.twitter.com/UKSthCoastPSUG)|| 43 | |Southwest Missouri PowerShell User Group|[Mike Shepard](https://twitter.com/MikeShepard70)|Springfield, MO|[Meetup](https://www.meetup.com/SWMO-PowerShell-User-Group/)|[@MikeShepard70](https://twitter.com/MikeShepard70)|[mshepard70@gmail.com](mailto:mshepard70@gmail.com)| 44 | |St. Louis|Michael Lombardi|St. Louis, MO|https://www.meetup.com/stlpsug|stl.psug@outlook.com|| 45 | |The Philadelphia PowerShell User Group|John Mello,Lido Paglia|Philadelphia, PA|http://phillyposh.org/|https://twitter.com/phillyposh|info@phillyposh.org| 46 | |Virtual PowerShell User Group|Joel Bennett|Virtual (Online - No Physical Location)|https://slack.poshcode.org||Jaykul@HuddledMasses.org| 47 | |Yangon PowerShell User Group|[Sebastian Szumigalski](https://twitter.com/SzumigalskiS)|Yangon, Myanmar|[Meetup](https://www.meetup.com/Yangon-PowerShell-Group/)|[@psugygn](https://twitter.com/PSUGYGN)|[psugygn@gmail.com](mailto:psugygn@gmail.com)| 48 | 49 | List generated _Tuesday, August 13, 2019 2:49:01 PM UTC_ 50 | -------------------------------------------------------------------------------- /PowerShellGroupsbyLocation.md: -------------------------------------------------------------------------------- 1 | # PowerShell Groups by Location 2 | 3 | ## Argentina 4 | 5 | Name : PowerShell_ES Spanish User Group 6 | Owner : Tomas Cribb 7 | Location : Rosario, Argentina 8 | WebsiteURL : https://http://blog.powershell-es.com/ 9 | Twitter : @PowerShell_ES 10 | Email : tomascribb@gmail.com 11 | 12 | ## Australia, New Zealand 13 | 14 | Name : Australia and New Zealand PowerShell User Group 15 | Owner : [Adam Murray](https://twitter.com/muzzar78),[Charbel Aghnatios](https://twitter.com/Charbs_Security),[Josh King](https://twitter.com/WindosNZ) 16 | Location : Oceania (Australia and New Zealand) 17 | WebsiteURL : [anzpsug.github.io](https://anzpsug.github.io),[Meetup](https://www.meetup.com/ANZ-PowerShell-UserGroup) 18 | Twitter : [@ANZPSUG](https://twitter.com/ANZPSUG) 19 | Email : [ANZPSUG@tikabu.com.au](mailto:ANZPSUG@tikabu.com.au) 20 | 21 | ## Canada 22 | 23 | ### Quebec 24 | 25 | Name : Montreal PowerShell User Group 26 | Owner : Francois-Xavier Cat 27 | Location : Montreal 28 | WebsiteURL : https://www.meetup.com/MontrealPowerShellUserGroup/ 29 | Twitter : MTLPowerShell 30 | Email : fxcat@lazywinadmin.com 31 | 32 | ## England 33 | 34 | Name : Manchester PowerShell User Group 35 | Owner : [Ryan Yates](https://twitter.com/ryanyates1990) 36 | Location : Manchester, UK 37 | WebsiteURL : [Meetup](http://www.meetup.com/Get-PSUGUK/) 38 | Twitter : [@getpsugukman](https://twitter.com/getpsugukman) 39 | Email : 40 | 41 | Name : PowerShell London UK 42 | Owner : [Ebru Cucen](https://www.twitter.com/ebrucucen),[Gael Colas](https://www.twitter.com/gaelcolas),[Coray Burke](https://www.twitter.com/cburke007),[Iain Brighton](https://www.twitter.com/iainbrighton) 43 | Location : London, UK 44 | WebsiteURL : [Website](http://www.powershell.org.uk),[Meetup](http://www.meetup.com/powershell-london-uk) 45 | Twitter : [@lonpsug](https://www.twitter.com/) 46 | Email : 47 | 48 | Name : South Coast PowerShell User Group 49 | Owner : [Jonathan Medd](https://www.twitter.com/jonathanmedd) 50 | Location : Southampton, UK 51 | WebsiteURL : [Meetup](https://www.meetup.com/UK-South-Coast-PowerShell-User-Group/) 52 | Twitter : [@UKSthCoastPSUG](http://www.twitter.com/UKSthCoastPSUG) 53 | Email : 54 | 55 | ## France 56 | 57 | Name : French PowerShell User Group 58 | Owner : [Francois-Xavier Cat](https://lazywinadmin.com),[Stephane Van Gulick](http://Powershelldistrict.com),[Olivier Miossec](http://omiossec.github.io),[Laurent Lienhard](http://howiautomatedthis.com) 59 | Location : Virtual 60 | WebsiteURL : https://www.meetup.com/FrenchPSUG/ 61 | Twitter : FrPSUG 62 | Email : frpsug@gmail.com 63 | 64 | ## Myanmar 65 | 66 | Name : Yangon PowerShell User Group 67 | Owner : [Sebastian Szumigalski](https://twitter.com/SzumigalskiS) 68 | Location : Yangon, Myanmar 69 | WebsiteURL : [Meetup](https://www.meetup.com/Yangon-PowerShell-Group/) 70 | Twitter : [@psugygn](https://twitter.com/PSUGYGN) 71 | Email : [psugygn@gmail.com](mailto:psugygn@gmail.com) 72 | 73 | ## Netherlands 74 | 75 | Name : Dutch PowerShell User Group 76 | Owner : Richard Diphoorn,Jeff Wouters,Jaap Brasser 77 | Location : Netherlands 78 | WebsiteURL : http://www.dupsug.com 79 | Twitter : @DUPSUG 80 | Email : info@dupsug.com 81 | 82 | ## Norway 83 | 84 | Name : MTUG Script Club 85 | Owner : Jan Egil Ring,Øyvind Kallstad 86 | Location : Oslo, Norway 87 | WebsiteURL : http://script-club.mtug.no 88 | Twitter : N/A 89 | Email : N/A 90 | 91 | ## Philippines 92 | 93 | Name : Manila PowerShell User Group 94 | Owner : [Sebastian Szumigalski](https://twitter.com/SzumigalskiS) 95 | Location : Manila, Philippines 96 | WebsiteURL : [Meetup](https://www.meetup.com/Manila-PowerShell-User-Group/) 97 | Twitter : [@psugmnl](https://twitter.com/PSUGMNL) 98 | Email : [psugmnl@gmail.com](mailto:psugmnl@gmail.com) 99 | 100 | ## Romania 101 | 102 | Name : Romania PowerShell User Group 103 | Owner : Sorin Pasa 104 | Location : Bucharest, Romania 105 | WebsiteURL : https://www.meetup.com/Romanian-PowerShell-User-Group/ 106 | Twitter : @ROMANIAPUG 107 | Email : romaniapug@yahoo.com 108 | 109 | ## Scotland 110 | 111 | Name : Edinburgh PowerShell & DevOps / WinOps User group 112 | Owner : Paul Broadwith 113 | Location : Edinburgh 114 | WebsiteURL : https://www.meetup.com/Edinburgh-PowerShell-Devops-User-Group/ 115 | Twitter : @ScotPSUG 116 | Email : https://psdevopsug.scot 117 | 118 | Name : Glasgow PowerShell & Devops / WinOps User group 119 | Owner : Paul Broadwith 120 | Location : Glasgow 121 | WebsiteURL : https://www.meetup.com/Scottish-PowerShell-User-Group/ 122 | Twitter : @ScotPSUG 123 | Email : https://psdevopsug.scot 124 | 125 | ## Singapore 126 | 127 | Name : Singapore PowerShell User Group 128 | Owner : [Milton Goh](https://twitter.com/miltongoh) 129 | Location : Singapore, Singapore 130 | WebsiteURL : [Meetup](https://www.meetup.com/mssgug/) 131 | Twitter : 132 | Email : 133 | 134 | ## Uruguay 135 | 136 | ### Montevideo 137 | 138 | Name : PowerShell Meetup UY 139 | Owner : [Victor Silva](https://twitter.com/vmsilvamolina) 140 | Location : Montevideo, Uruguay 141 | WebsiteURL : https://www.meetup.com/es-ES/PowerShell-Meetup-UY/ 142 | Twitter : @PowerShellUY 143 | Email : powershelluy@gmail.com 144 | 145 | ## USA 146 | 147 | Name : Virtual PowerShell User Group 148 | Owner : Joel Bennett 149 | Location : Virtual (Online - No Physical Location) 150 | WebsiteURL : https://slack.poshcode.org 151 | Twitter : 152 | Email : Jaykul@HuddledMasses.org 153 | 154 | ### AZ 155 | 156 | Name : Arizona PowerShell User Group 157 | Owner : Thom Schumacher 158 | Location : Phoenix, AZ 159 | WebsiteURL : https://azpowershell.wordpress.com/ 160 | Twitter : @Azpowershell,#azpowershell 161 | Email : Azpug@outlook.com 162 | 163 | ### CA 164 | 165 | Name : SoCal PowerShell User Group 166 | Owner : [Kevin Marquette](http://kevinmarquette.github.io),[David Christian](https://overpoweredshell.com) 167 | Location : Irvine, CA, USA 168 | WebsiteURL : [Website](http://socalpowershell.org),[Meetup](https://www.meetup.com/SoCal-PowerShell-user-group) 169 | Twitter : [@KevinMarquette](https://twitter.com/KevinMarquette),[@SoCalPowerShell](https://twitter.com/SoCalPowerShell) 170 | Email : kevmar@gmail.com 171 | 172 | ### CO 173 | 174 | Name : Denver PowerShellers 175 | Owner : Joey Piccola,Mike O'Neill,Jason Morgan 176 | Location : Denver, CO 177 | WebsiteURL : https://www.meetup.com/Denver-PowerShellers,https://github.com/DenverPowershellers 178 | Twitter : [@DenverCO_PSUG]https://twitter.com/denverco_psug 179 | Email : denverpowershellers@gmail.com 180 | 181 | ### FL 182 | 183 | Name : Gainesville PowerShell User Group 184 | Owner : [Andrew Pla](https://twitter.com/AndrewPlaTech),[Andrew Carey](https://twitter.com/agcareyUF) 185 | Location : Gainesville, FL 186 | WebsiteURL : [gnvpsug.github.io](https://gnvpsug.github.io),[Meetup](https://www.meetup.com/Gainesville-PowerShell-User-Group) 187 | Twitter : [@gnvpsug](https://twitter.com/gnvpsug) 188 | Email : [gnvpsug@gmail.com](mailto:omahapsug@gmail.com) 189 | 190 | ### GA 191 | 192 | Name : Atlanta PowerShell User Group 193 | Owner : Mark Schill,Stephen Owen 194 | Location : Atlanta, GA 195 | WebsiteURL : https://www.atlpug.org/ 196 | Twitter : @ATLPUG 197 | Email : ATLPUG@Foxdeploy.com 198 | 199 | ### KS 200 | 201 | Name : Kansas City PowerShell User Group 202 | Owner : Robin Haberstroh 203 | Location : Lenexa, KS 204 | WebsiteURL : http://kcpsug.com 205 | Twitter : @KCPSUG 206 | Email : kcpsug@outlook.com 207 | 208 | ### KY 209 | 210 | Name : Louisville 211 | Owner : Joshua Taylor 212 | Location : Louisville, KY 213 | WebsiteURL : 214 | Twitter : @louposh 215 | Email : contact@louposh.org 216 | 217 | ### MA 218 | 219 | Name : Boston 220 | Owner : Steve Parankewich,Warren Frame 221 | Location : Boston, MA 222 | WebsiteURL : http://www.meetup.com/Boston-PowerShell-User-Group/ 223 | Twitter : @BosPSUG 224 | Email : N/A 225 | 226 | ### MI 227 | 228 | Name : GRPosh 229 | Owner : [Thomas Malkewitz](https://dotps1.github.io) 230 | Location : Grand Rapids, MI 231 | WebsiteURL : https://grposh.github.io 232 | Twitter : [@grposh](https://twitter.com/grposh) 233 | Email : [grposh@outlook.com](mailto:grposh@outlook.com) 234 | 235 | Name : Metro Detroit PowerShell User Group 236 | Owner : Will Anderson 237 | Location : Southfield, MI 238 | WebsiteURL : https://www.facebook.com/groups/MetDetPSUG 239 | Twitter : N/A 240 | Email : N/A 241 | 242 | ### MN 243 | 244 | Name : Minnesota PowerShell Automation Group 245 | Owner : Joe Artz,Tim Curwick,Mike McAlpin 246 | Location : Minneapolis, MN 247 | WebsiteURL : http://www.meetup.com/Twin-Cities-PowerShell-User-Group/ 248 | Twitter : 249 | Email : 250 | 251 | ### MO 252 | 253 | Name : MidMo 254 | Owner : Josh Rickard 255 | Location : Columbia, MO 256 | WebsiteURL : https://www.eventbrite.com/e/midmo-powershell-user-group-tickets-22516367060# 257 | Twitter : @MidMoPowerShell 258 | Email : midmo-powershell@googlegroups.com 259 | 260 | Name : Southwest Missouri PowerShell User Group 261 | Owner : [Mike Shepard](https://twitter.com/MikeShepard70) 262 | Location : Springfield, MO 263 | WebsiteURL : [Meetup](https://www.meetup.com/SWMO-PowerShell-User-Group/) 264 | Twitter : [@MikeShepard70](https://twitter.com/MikeShepard70) 265 | Email : [mshepard70@gmail.com](mailto:mshepard70@gmail.com) 266 | 267 | Name : St. Louis 268 | Owner : Michael Lombardi 269 | Location : St. Louis, MO 270 | WebsiteURL : https://www.meetup.com/stlpsug 271 | Twitter : stl.psug@outlook.com 272 | Email : 273 | 274 | ### MS 275 | 276 | Name : Mississippi PowerShell User Group 277 | Owner : Mike F Robbins 278 | Location : Virtual , Online 279 | WebsiteURL : http://mspsug.com/ 280 | Twitter : @MSPSUG 281 | Email : mspsug@gmail.com 282 | 283 | ### NE 284 | 285 | Name : Omaha PowerShell User Group 286 | Owner : Boe Prox,Josh Duffney 287 | Location : Omaha, NE 288 | WebsiteURL : https://twitter.com/OmahaPSUG 289 | Twitter : [@OmahaPSUG](https://twitter.com/OmahaPSUG) 290 | Email : [omahapsug@gmail.com](mailto:omahapsug@gmail.com) 291 | 292 | ### NY 293 | 294 | Name : NYC PowerShell User Group 295 | Owner : Doug Finke,Sunny Chakraborty 296 | Location : New York, NY 297 | WebsiteURL : https://www.meetup.com/NycPowershellMeetup/ 298 | Twitter : @dfinke 299 | Email : finked@hotmail.com,sunnyc7@gmail.com 300 | 301 | ### OH 302 | 303 | Name : Cincinnati PowerShell User Group 304 | Owner : Jay Ryan,Chris Brucker 305 | Location : Mason, OH 306 | WebsiteURL : http://cincypowershell.org 307 | Twitter : [@CincyPowerShell](https://twitter.com/cincypowershell) 308 | Email : [info@cincypowershell.org](mailto:info@cincypowershell.org) 309 | 310 | ### PA 311 | 312 | Name : The Philadelphia PowerShell User Group 313 | Owner : John Mello,Lido Paglia 314 | Location : Philadelphia, PA 315 | WebsiteURL : http://phillyposh.org/ 316 | Twitter : https://twitter.com/phillyposh 317 | Email : info@phillyposh.org 318 | 319 | ### TN 320 | 321 | Name : Chattanooga PowerShell 322 | Owner : James Petty 323 | Location : Chattanooga TN 324 | WebsiteURL : https://www.meetup.com/PowerShell_Chattanooga/ 325 | Twitter : @ChatPSUG 326 | Email : chatpsug@outlook.com 327 | 328 | Name : Nashville 329 | Owner : Mick Pletcher 330 | Location : Nashville, TN 331 | WebsiteURL : https://www.meetup.com/Nashville-PowerShell-User-Group/ 332 | Twitter : @nashvillePUG 333 | Email : 334 | 335 | ### TX 336 | 337 | Name : Austin PowerShell 338 | Owner : [Ricc Babbitt](http://twitter.com/ScriptingPro) 339 | Location : Austin, TX 340 | WebsiteURL : https://www.meetup.com/Austin-PowerShell 341 | Twitter : [@ATXPowerShell](http://twitter.com/ATXPowerShell) 342 | Email : RiccBabbitt@outlook.com 343 | 344 | Name : DFW 345 | Owner : Josh Miller,Larry Weiss 346 | Location : Dallas-Fort Worth, TX 347 | WebsiteURL : http://sp.ntpcug.org/PowerShell/default.aspx 348 | Twitter : 349 | Email : DallasFtWorth@powershellgroup.org 350 | 351 | Name : PowerShell SIG of the NTPCUG 352 | Owner : Josh Miller,Larry Weiss 353 | Location : Dallas, TX 354 | WebsiteURL : https://sites.google.com/site/powershellsig/ 355 | Twitter : N/A 356 | Email : N/A 357 | 358 | Name : San Antonio PowerShell User group 359 | Owner : Jake Morrison 360 | Location : San Antonio, TX, USA 361 | WebsiteURL : http://sapsug.org 362 | Twitter : N/A 363 | Email : jake@sapsug.org 364 | 365 | ### WI 366 | 367 | Name : Milwaukee PowerShell User Group 368 | Owner : [Paul DeArment](https://twitter.com/pdearmen),Jacob Kratt,Matthew Bley 369 | Location : Milwaukee, Wi 370 | WebsiteURL : [Meetup](https://www.meetup.com/Milwaukee-Powershell-Meetup/) 371 | Twitter : [@PWSHMilwaukee](https://twitter.com/PWSHMilwaukee) 372 | Email : none 373 | 374 | _Generated Tuesday, August 13, 2019 2:49:01 PM UTC_ 375 | -------------------------------------------------------------------------------- /PowerShellUserGroupList.md: -------------------------------------------------------------------------------- 1 | # PowerShell User Groups 2 | 3 | ## Arizona PowerShell User Group 4 | 5 | Owner : Thom Schumacher 6 | Location : Phoenix, AZ 7 | WebsiteURL : https://azpowershell.wordpress.com/ 8 | Twitter : @Azpowershell,#azpowershell 9 | Email : Azpug@outlook.com 10 | Country : USA 11 | State : AZ 12 | Icon : 13 | 14 | ## Atlanta PowerShell User Group 15 | 16 | Owner : Mark Schill,Stephen Owen 17 | Location : Atlanta, GA 18 | WebsiteURL : https://www.atlpug.org/ 19 | Twitter : @ATLPUG 20 | Email : ATLPUG@Foxdeploy.com 21 | Country : USA 22 | State : GA 23 | Icon : 24 | 25 | ## Austin PowerShell 26 | 27 | Owner : [Ricc Babbitt](http://twitter.com/ScriptingPro) 28 | Location : Austin, TX 29 | WebsiteURL : https://www.meetup.com/Austin-PowerShell 30 | Twitter : [@ATXPowerShell](http://twitter.com/ATXPowerShell) 31 | Email : RiccBabbitt@outlook.com 32 | Country : USA 33 | State : TX 34 | Icon : 35 | 36 | ## Australia and New Zealand PowerShell User Group 37 | 38 | Owner : [Adam Murray](https://twitter.com/muzzar78),[Charbel Aghnatios](https://twitter.com/Charbs_Security),[Josh King](https://twitter.com/WindosNZ) 39 | Location : Oceania (Australia and New Zealand) 40 | WebsiteURL : [anzpsug.github.io](https://anzpsug.github.io),[Meetup](https://www.meetup.com/ANZ-PowerShell-UserGroup) 41 | Twitter : [@ANZPSUG](https://twitter.com/ANZPSUG) 42 | Email : [ANZPSUG@tikabu.com.au](mailto:ANZPSUG@tikabu.com.au) 43 | Country : Australia,New Zealand 44 | State : 45 | Icon : https://cdn.rawgit.com/ANZPSUG/anzpsug.github.io/c96c3bb0/img/ANZPSUG.png 46 | 47 | ## Boston 48 | 49 | Owner : Steve Parankewich,Warren Frame 50 | Location : Boston, MA 51 | WebsiteURL : http://www.meetup.com/Boston-PowerShell-User-Group/ 52 | Twitter : @BosPSUG 53 | Email : N/A 54 | Country : USA 55 | State : MA 56 | Icon : 57 | 58 | ## Chattanooga PowerShell 59 | 60 | Owner : James Petty 61 | Location : Chattanooga TN 62 | WebsiteURL : https://www.meetup.com/PowerShell_Chattanooga/ 63 | Twitter : @ChatPSUG 64 | Email : chatpsug@outlook.com 65 | Country : USA 66 | State : TN 67 | Icon : 68 | 69 | ## Cincinnati PowerShell User Group 70 | 71 | Owner : Jay Ryan,Chris Brucker 72 | Location : Mason, OH 73 | WebsiteURL : http://cincypowershell.org 74 | Twitter : [@CincyPowerShell](https://twitter.com/cincypowershell) 75 | Email : [info@cincypowershell.org](mailto:info@cincypowershell.org) 76 | Country : USA 77 | State : OH 78 | Icon : 79 | 80 | ## Denver PowerShellers 81 | 82 | Owner : Joey Piccola,Mike O'Neill,Jason Morgan 83 | Location : Denver, CO 84 | WebsiteURL : https://www.meetup.com/Denver-PowerShellers,https://github.com/DenverPowershellers 85 | Twitter : [@DenverCO_PSUG]https://twitter.com/denverco_psug 86 | Email : denverpowershellers@gmail.com 87 | Country : USA 88 | State : CO 89 | Icon : 90 | 91 | ## DFW 92 | 93 | Owner : Josh Miller,Larry Weiss 94 | Location : Dallas-Fort Worth, TX 95 | WebsiteURL : http://sp.ntpcug.org/PowerShell/default.aspx 96 | Twitter : 97 | Email : DallasFtWorth@powershellgroup.org 98 | Country : USA 99 | State : TX 100 | Icon : 101 | 102 | ## Dutch PowerShell User Group 103 | 104 | Owner : Richard Diphoorn,Jeff Wouters,Jaap Brasser 105 | Location : Netherlands 106 | WebsiteURL : http://www.dupsug.com 107 | Twitter : @DUPSUG 108 | Email : info@dupsug.com 109 | Country : Netherlands 110 | State : 111 | Icon : 112 | 113 | ## Edinburgh PowerShell & DevOps / WinOps User group 114 | 115 | Owner : Paul Broadwith 116 | Location : Edinburgh 117 | WebsiteURL : https://www.meetup.com/Edinburgh-PowerShell-Devops-User-Group/ 118 | Twitter : @ScotPSUG 119 | Email : https://psdevopsug.scot 120 | Country : Scotland 121 | State : 122 | Icon : 123 | 124 | ## French PowerShell User Group 125 | 126 | Owner : [Francois-Xavier Cat](https://lazywinadmin.com),[Stephane Van Gulick](http://Powershelldistrict.com),[Olivier Miossec](http://omiossec.github.io),[Laurent Lienhard](http://howiautomatedthis.com) 127 | Location : Virtual 128 | WebsiteURL : https://www.meetup.com/FrenchPSUG/ 129 | Twitter : FrPSUG 130 | Email : frpsug@gmail.com 131 | Country : France 132 | State : 133 | Icon : 134 | 135 | ## Gainesville PowerShell User Group 136 | 137 | Owner : [Andrew Pla](https://twitter.com/AndrewPlaTech),[Andrew Carey](https://twitter.com/agcareyUF) 138 | Location : Gainesville, FL 139 | WebsiteURL : [gnvpsug.github.io](https://gnvpsug.github.io),[Meetup](https://www.meetup.com/Gainesville-PowerShell-User-Group) 140 | Twitter : [@gnvpsug](https://twitter.com/gnvpsug) 141 | Email : [gnvpsug@gmail.com](mailto:omahapsug@gmail.com) 142 | Country : USA 143 | State : FL 144 | Icon : 145 | 146 | ## Glasgow PowerShell & Devops / WinOps User group 147 | 148 | Owner : Paul Broadwith 149 | Location : Glasgow 150 | WebsiteURL : https://www.meetup.com/Scottish-PowerShell-User-Group/ 151 | Twitter : @ScotPSUG 152 | Email : https://psdevopsug.scot 153 | Country : Scotland 154 | State : 155 | Icon : 156 | 157 | ## GRPosh 158 | 159 | Owner : [Thomas Malkewitz](https://dotps1.github.io) 160 | Location : Grand Rapids, MI 161 | WebsiteURL : https://grposh.github.io 162 | Twitter : [@grposh](https://twitter.com/grposh) 163 | Email : [grposh@outlook.com](mailto:grposh@outlook.com) 164 | Country : USA 165 | State : MI 166 | Icon : 167 | 168 | ## Kansas City PowerShell User Group 169 | 170 | Owner : Robin Haberstroh 171 | Location : Lenexa, KS 172 | WebsiteURL : http://kcpsug.com 173 | Twitter : @KCPSUG 174 | Email : kcpsug@outlook.com 175 | Country : USA 176 | State : KS 177 | Icon : 178 | 179 | ## Louisville 180 | 181 | Owner : Joshua Taylor 182 | Location : Louisville, KY 183 | WebsiteURL : 184 | Twitter : @louposh 185 | Email : contact@louposh.org 186 | Country : USA 187 | State : KY 188 | Icon : 189 | 190 | ## Manchester PowerShell User Group 191 | 192 | Owner : [Ryan Yates](https://twitter.com/ryanyates1990) 193 | Location : Manchester, UK 194 | WebsiteURL : [Meetup](http://www.meetup.com/Get-PSUGUK/) 195 | Twitter : [@getpsugukman](https://twitter.com/getpsugukman) 196 | Email : 197 | Country : England 198 | State : 199 | Icon : 200 | 201 | ## Manila PowerShell User Group 202 | 203 | Owner : [Sebastian Szumigalski](https://twitter.com/SzumigalskiS) 204 | Location : Manila, Philippines 205 | WebsiteURL : [Meetup](https://www.meetup.com/Manila-PowerShell-User-Group/) 206 | Twitter : [@psugmnl](https://twitter.com/PSUGMNL) 207 | Email : [psugmnl@gmail.com](mailto:psugmnl@gmail.com) 208 | Country : Philippines 209 | State : 210 | Icon : 211 | 212 | ## Metro Detroit PowerShell User Group 213 | 214 | Owner : Will Anderson 215 | Location : Southfield, MI 216 | WebsiteURL : https://www.facebook.com/groups/MetDetPSUG 217 | Twitter : N/A 218 | Email : N/A 219 | Country : USA 220 | State : MI 221 | Icon : 222 | 223 | ## MidMo 224 | 225 | Owner : Josh Rickard 226 | Location : Columbia, MO 227 | WebsiteURL : https://www.eventbrite.com/e/midmo-powershell-user-group-tickets-22516367060# 228 | Twitter : @MidMoPowerShell 229 | Email : midmo-powershell@googlegroups.com 230 | Country : USA 231 | State : MO 232 | Icon : 233 | 234 | ## Milwaukee PowerShell User Group 235 | 236 | Owner : [Paul DeArment](https://twitter.com/pdearmen),Jacob Kratt,Matthew Bley 237 | Location : Milwaukee, Wi 238 | WebsiteURL : [Meetup](https://www.meetup.com/Milwaukee-Powershell-Meetup/) 239 | Twitter : [@PWSHMilwaukee](https://twitter.com/PWSHMilwaukee) 240 | Email : none 241 | Country : USA 242 | State : WI 243 | Icon : 244 | 245 | ## Minnesota PowerShell Automation Group 246 | 247 | Owner : Joe Artz,Tim Curwick,Mike McAlpin 248 | Location : Minneapolis, MN 249 | WebsiteURL : http://www.meetup.com/Twin-Cities-PowerShell-User-Group/ 250 | Twitter : 251 | Email : 252 | Country : USA 253 | State : MN 254 | Icon : 255 | 256 | ## Mississippi PowerShell User Group 257 | 258 | Owner : Mike F Robbins 259 | Location : Virtual , Online 260 | WebsiteURL : http://mspsug.com/ 261 | Twitter : @MSPSUG 262 | Email : mspsug@gmail.com 263 | Country : USA 264 | State : MS 265 | Icon : 266 | 267 | ## Montreal PowerShell User Group 268 | 269 | Owner : Francois-Xavier Cat 270 | Location : Montreal 271 | WebsiteURL : https://www.meetup.com/MontrealPowerShellUserGroup/ 272 | Twitter : MTLPowerShell 273 | Email : fxcat@lazywinadmin.com 274 | Country : Canada 275 | State : Quebec 276 | Icon : 277 | 278 | ## MTUG Script Club 279 | 280 | Owner : Jan Egil Ring,Øyvind Kallstad 281 | Location : Oslo, Norway 282 | WebsiteURL : http://script-club.mtug.no 283 | Twitter : N/A 284 | Email : N/A 285 | Country : Norway 286 | State : 287 | Icon : 288 | 289 | ## Nashville 290 | 291 | Owner : Mick Pletcher 292 | Location : Nashville, TN 293 | WebsiteURL : https://www.meetup.com/Nashville-PowerShell-User-Group/ 294 | Twitter : @nashvillePUG 295 | Email : 296 | Country : USA 297 | State : TN 298 | Icon : 299 | 300 | ## NYC PowerShell User Group 301 | 302 | Owner : Doug Finke,Sunny Chakraborty 303 | Location : New York, NY 304 | WebsiteURL : https://www.meetup.com/NycPowershellMeetup/ 305 | Twitter : @dfinke 306 | Email : finked@hotmail.com,sunnyc7@gmail.com 307 | Country : USA 308 | State : NY 309 | Icon : 310 | 311 | ## Omaha PowerShell User Group 312 | 313 | Owner : Boe Prox,Josh Duffney 314 | Location : Omaha, NE 315 | WebsiteURL : https://twitter.com/OmahaPSUG 316 | Twitter : [@OmahaPSUG](https://twitter.com/OmahaPSUG) 317 | Email : [omahapsug@gmail.com](mailto:omahapsug@gmail.com) 318 | Country : USA 319 | State : NE 320 | Icon : https://pbs.twimg.com/profile_images/477061562859933696/3HhR5Upu_400x400.png 321 | 322 | ## PowerShell London UK 323 | 324 | Owner : [Ebru Cucen](https://www.twitter.com/ebrucucen),[Gael Colas](https://www.twitter.com/gaelcolas),[Coray Burke](https://www.twitter.com/cburke007),[Iain Brighton](https://www.twitter.com/iainbrighton) 325 | Location : London, UK 326 | WebsiteURL : [Website](http://www.powershell.org.uk),[Meetup](http://www.meetup.com/powershell-london-uk) 327 | Twitter : [@lonpsug](https://www.twitter.com/) 328 | Email : 329 | Country : England 330 | State : 331 | Icon : 332 | 333 | ## PowerShell Meetup UY 334 | 335 | Owner : [Victor Silva](https://twitter.com/vmsilvamolina) 336 | Location : Montevideo, Uruguay 337 | WebsiteURL : https://www.meetup.com/es-ES/PowerShell-Meetup-UY/ 338 | Twitter : @PowerShellUY 339 | Email : powershelluy@gmail.com 340 | Country : Uruguay 341 | State : Montevideo 342 | Icon : 343 | 344 | ## PowerShell SIG of the NTPCUG 345 | 346 | Owner : Josh Miller,Larry Weiss 347 | Location : Dallas, TX 348 | WebsiteURL : https://sites.google.com/site/powershellsig/ 349 | Twitter : N/A 350 | Email : N/A 351 | Country : USA 352 | State : TX 353 | Icon : 354 | 355 | ## PowerShell_ES Spanish User Group 356 | 357 | Owner : Tomas Cribb 358 | Location : Rosario, Argentina 359 | WebsiteURL : https://http://blog.powershell-es.com/ 360 | Twitter : @PowerShell_ES 361 | Email : tomascribb@gmail.com 362 | Country : Argentina 363 | State : 364 | Icon : 365 | 366 | ## Romania PowerShell User Group 367 | 368 | Owner : Sorin Pasa 369 | Location : Bucharest, Romania 370 | WebsiteURL : https://www.meetup.com/Romanian-PowerShell-User-Group/ 371 | Twitter : @ROMANIAPUG 372 | Email : romaniapug@yahoo.com 373 | Country : Romania 374 | State : 375 | Icon : 376 | 377 | ## San Antonio PowerShell User group 378 | 379 | Owner : Jake Morrison 380 | Location : San Antonio, TX, USA 381 | WebsiteURL : http://sapsug.org 382 | Twitter : N/A 383 | Email : jake@sapsug.org 384 | Country : USA 385 | State : TX 386 | Icon : 387 | 388 | ## Singapore PowerShell User Group 389 | 390 | Owner : [Milton Goh](https://twitter.com/miltongoh) 391 | Location : Singapore, Singapore 392 | WebsiteURL : [Meetup](https://www.meetup.com/mssgug/) 393 | Twitter : 394 | Email : 395 | Country : Singapore 396 | State : 397 | Icon : 398 | 399 | ## SoCal PowerShell User Group 400 | 401 | Owner : [Kevin Marquette](http://kevinmarquette.github.io),[David Christian](https://overpoweredshell.com) 402 | Location : Irvine, CA, USA 403 | WebsiteURL : [Website](http://socalpowershell.org),[Meetup](https://www.meetup.com/SoCal-PowerShell-user-group) 404 | Twitter : [@KevinMarquette](https://twitter.com/KevinMarquette),[@SoCalPowerShell](https://twitter.com/SoCalPowerShell) 405 | Email : kevmar@gmail.com 406 | Country : USA 407 | State : CA 408 | Icon : 409 | 410 | ## South Coast PowerShell User Group 411 | 412 | Owner : [Jonathan Medd](https://www.twitter.com/jonathanmedd) 413 | Location : Southampton, UK 414 | WebsiteURL : [Meetup](https://www.meetup.com/UK-South-Coast-PowerShell-User-Group/) 415 | Twitter : [@UKSthCoastPSUG](http://www.twitter.com/UKSthCoastPSUG) 416 | Email : 417 | Country : England 418 | State : 419 | Icon : 420 | 421 | ## Southwest Missouri PowerShell User Group 422 | 423 | Owner : [Mike Shepard](https://twitter.com/MikeShepard70) 424 | Location : Springfield, MO 425 | WebsiteURL : [Meetup](https://www.meetup.com/SWMO-PowerShell-User-Group/) 426 | Twitter : [@MikeShepard70](https://twitter.com/MikeShepard70) 427 | Email : [mshepard70@gmail.com](mailto:mshepard70@gmail.com) 428 | Country : USA 429 | State : MO 430 | Icon : 431 | 432 | ## St. Louis 433 | 434 | Owner : Michael Lombardi 435 | Location : St. Louis, MO 436 | WebsiteURL : https://www.meetup.com/stlpsug 437 | Twitter : stl.psug@outlook.com 438 | Email : 439 | Country : USA 440 | State : MO 441 | Icon : 442 | 443 | ## The Philadelphia PowerShell User Group 444 | 445 | Owner : John Mello,Lido Paglia 446 | Location : Philadelphia, PA 447 | WebsiteURL : http://phillyposh.org/ 448 | Twitter : https://twitter.com/phillyposh 449 | Email : info@phillyposh.org 450 | Country : USA 451 | State : PA 452 | Icon : 453 | 454 | ## Virtual PowerShell User Group 455 | 456 | Owner : Joel Bennett 457 | Location : Virtual (Online - No Physical Location) 458 | WebsiteURL : https://slack.poshcode.org 459 | Twitter : 460 | Email : Jaykul@HuddledMasses.org 461 | Country : USA 462 | State : 463 | Icon : 464 | 465 | ## Yangon PowerShell User Group 466 | 467 | Owner : [Sebastian Szumigalski](https://twitter.com/SzumigalskiS) 468 | Location : Yangon, Myanmar 469 | WebsiteURL : [Meetup](https://www.meetup.com/Yangon-PowerShell-Group/) 470 | Twitter : [@psugygn](https://twitter.com/PSUGYGN) 471 | Email : [psugygn@gmail.com](mailto:psugygn@gmail.com) 472 | Country : Myanmar 473 | State : 474 | Icon : 475 | 476 | _Generated Tuesday, August 13, 2019 2:49:01 PM UTC_ 477 | --------------------------------------------------------------------------------