Skip to content
View JohnnyR030T's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Ashville, NC
  • 07:22 (UTC -05:00)

Block or report JohnnyR030T

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 Loading

  1. Check registry and write to host whe... Check registry and write to host whether user is Local or Microsoft joined account.
    1
    
                  
    2
    
                  
    3
    # Get the RegisteredOwner from the registry
    4
    try {
    5
        $keyPath = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion"
  2. PowerShell script that takes an ip a... PowerShell script that takes an ip address and compares the device's mac address for changes every 10 seconds (Or whatever user assigns). If the mac changes, the program notifies the console that there is a possible duplicate ip conflict.
    1
    using namespace System.Net.NetworkInformation
    2
    
                  
    3
    Write-Debug "Testing Output 123"
    4
    
                  
    5
    ##############################################
  3. RebootPrinterTool RebootPrinterTool Public

    PowerShell

  4. Docker-MSSQLSERVER_RestoreDb-OR-CreateDb Docker-MSSQLSERVER_RestoreDb-OR-CreateDb Public

    Restore .BAK file and/or create a new database in a Docker container.

    TSQL