Skip to content
View dpo007's full-sized avatar
  • Ontario, Canada
Block or Report

Block or report dpo007

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

Pinned

  1. HVReplicaReport HVReplicaReport Public

    This repository contains a PowerShell script that generates a report of all replicas in a given Hyper-V environment and saves it as an HTML file.

    PowerShell

  2. SMDRReceiverService SMDRReceiverService Public

    Multi-threaded Windows service that listens for SMDR clients and logs call records to MS SQL server (and/or CSV).

    C# 1 2

  3. WinSendMailMS365 WinSendMailMS365 Public

    Basic Sendmail replacement for Windows that uses MS365 to send email. Written in C#/Visual Studio.

    C#

  4. PowerShell :: Get-ADUserNestedMember... PowerShell :: Get-ADUserNestedMemberships
    1
    function Get-ADUserNestedMemberships {
    2
        param (
    3
            [string]$SAMAccountName = $env:USERNAME
    4
        )
    5
    
                  
  5. PowerShell :: Script to trigger a Wi... PowerShell :: Script to trigger a Windows update from WSUS (based on existing approvals) or optionally, everything from MS Update.
    1
    <#
    2
    - May 22, 2018 - V1.0 - DPO
    3
    + Initial release.
    4
    - May 23, 2018 - V1.1 - DPO
    5
    + Added check for packages/modules before force-installing them.
  6. dataplat/dbatools dataplat/dbatools Public

    🚀 SQL Server automation and instance migrations have never been safer, faster or freer

    PowerShell 2.3k 786