Skip to content
View DeusMaximus's full-sized avatar
  • qld.au

Block or report DeusMaximus

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. Romanitho/Winget-Install Romanitho/Winget-Install Public

    Powershell scripts for Winget with SCCM/Intune

    PowerShell 285 45

  2. microsoft/winget-pkgs microsoft/winget-pkgs Public

    The Microsoft community Windows Package Manager manifest repository

    PowerShell 9.9k 5.7k

  3. grokability/snipe-it grokability/snipe-it Public

    A free open source IT asset/license management system

    PHP 13.1k 3.7k

  4. MSEndpointMgr/IntuneWin32App MSEndpointMgr/IntuneWin32App Public

    Provides a set of functions to manage all aspects of Win32 apps in Microsoft Intune.

    PowerShell 440 109

  5. sc-troubleshooting sc-troubleshooting Public

    Star Citizen Troubleshooting Script

    PowerShell 2

  6. System Info - Reports system model, ... System Info - Reports system model, GPU, total RAM and type, and how many memory modules installed vs total.
    1
    #GPU Information
    2
    [array]$adapterMemory = (Get-ItemProperty -Path "HKLM:\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0*" -Name "HardwareInformation.AdapterString", "HardwareInformation.qwMemorySize" -Exclude PSPath -ErrorAction SilentlyContinue)
    3
    $ascii0 = [char]0
    4
    $GPUInfo = foreach ($adapter in $adapterMemory) {
    5
        $valueKind = $adapter."HardwareInformation.AdapterString".GetType().Name