Skip to content
View sdwheeler's full-sized avatar
🖥️
Marking down
🖥️
Marking down

Organizations

@Azure

Block or report sdwheeler

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
sdwheeler/README.md

✨ About me ✨ Profile views Reddit User Karma Sessionize LinkedIn Bluesky

Lead Documentarian for PowerShell at Microsoft. Teacher. Technical Communicator. PowerShell champ.

As a documentarian, I ensure that users have the content they need. I also support and encourage the PowerShell Community to add value via open-source contributions to the documentation.

I have spent my career helping customers successfully design, deploy, and optimize IT solutions using Microsoft tools and technologies. I also taught classes on TCP/IP protocol analysis, scripting languages, debugging and crash analysis, and performance tuning.

These days, I am focused on PowerShell, technical writing, and speaking at conferences and user groups. Here are some of the things I have written:


Sean's GitHub stats

Badges

@sdwheeler's Holopin board

Pinned Loading

  1. DevOpsWorkItems.ps1 DevOpsWorkItems.ps1
    1
    function New-DevOpsWorkItem {
    2
        param(
    3
          [Parameter(Mandatory=$true)]
    4
          [string]$title,
    5