Skip to content
View joegasper's full-sized avatar

Highlights

  • Pro

Block or report joegasper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joegasper/README.md
  • 👋 Hi, I’m @joegasper (work profile @gasperj)
  • 🔗 Connect with me on LinkedIn
  • 👀 I’m interested in PowerShell, Terraform, static website generators
  • 🌱 I’m a Microsoft MVP for M365 Apps and Services
  • ✅ Check out my gists

Pinned Loading

  1. teams-bulk-guests teams-bulk-guests Public

    Bulk adds guests to Microsoft Teams.

    PowerShell

  2. HiEdCon HiEdCon Public

    Forked from shiftshow/HiEdCon

    Shared material for the Microsoft in Higher Education Conference

    PowerShell

  3. Talks Talks Public

    Talk resources

    Jupyter Notebook

  4. Get-PingSweep - super fast (~500ms) ... Get-PingSweep - super fast (~500ms) subnet ping sweep with option to resolve IP address
    1
    # Inspiration from https://twitter.com/mrhvid/status/929717169130176512 @mrhvid @Lee_Holmes
    2
    
    
    3
    function ResolveIp($IpAddress) {
    4
        try {
    5
            (Resolve-DnsName $IpAddress -QuickTimeout -ErrorAction SilentlyContinue).NameHost
  5. dice-passphrase dice-passphrase Public

    Dice-generated Passphrases

    PowerShell