Navigation Menu

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

Organizations

@Azure
Block or Report

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

✨ My GitHub profile ✨ Profile views

Sean's GitHub stats

PowerShell-Docs
Issues GitHub pull requests
PowerShell-Docs-DSC
Issues GitHub pull requests
PowerShell-Docs-Modules
Issues GitHub pull requests
PowerShell-Docs-Modules
Issues GitHub pull requests
Community-Blog
Issues GitHub pull requests

My badges @sdwheeler's Holopin board

Pinned

  1. AD_snippets.ps1 AD_snippets.ps1
    1
     #region AD Functions
    2
    #-------------------------------------------------------
    3
    function get-servers {
    4
      param([string[]]$names,
    5
        [string[]]$props = @('DNSHostName','OperatingSystem')
  2. Get-FileEncoding.ps1 Get-FileEncoding.ps1
    1
    function Get-FileEncoding {
    2
      ## Get-FileEncoding   http://poshcode.org/2153
    3
      <#
    4
    5
          .SYNOPSIS
  3. DevOpsWorkItems.ps1 DevOpsWorkItems.ps1
    1
    function New-DevOpsWorkItem {
    2
        param(
    3
          [Parameter(Mandatory=$true)]
    4
          [string]$title,
    5