Skip to content
View mavericksevmont's full-sized avatar
🐢
🐢
Block or Report

Block or report mavericksevmont

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. PSCircuit PSCircuit Public

    Unify's Circuit PowerShell SDK + ChatBot

    PowerShell

  2. PoshScripts PoshScripts Public

    Collection of PowerShell Scripts for SysAdmins

    PowerShell 2

  3. PowerShell GUI test PowerShell GUI test
    1
    # Form details
    2
    
                  
    3
    [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Drawing") 
    4
    [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
    5
    [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Wind") 
  4. Blog Response: Using PowerShell To G... Blog Response: Using PowerShell To Get Physical Disk Info On A Dell Server
    1
    # This script is derived from:
    2
    # https://tech.mavericksevmont.com/blog/blog-response-using-powershell-to-get-physical-disk-info-on-a-dell-server
    3
    # Name: Posh-OMRemote.ps1
    4
    # Created by: Erick Sevilla (Maverick Sevmont)
    5
    # https://tech.mavericksevmont.com/blog/
  5. ConvertFrom-DBF.ps1 ConvertFrom-DBF.ps1
    1
    <# PowerShell Script to convert dbf file to csv (or almost anything else, really) without Excel.
    2
    Requires dBASE.NET.dll assembly: https://github.com/henck/dBASE.NET
    3
    This is a draft
    4
    #>
    5
    
                  
  6. WmiExec WmiExec Public

    Forked from OneScripter/WmiExec

    Execute Windows commands remotely and capture output using only WMI and PowerShell (not remoting).

    PowerShell