Skip to content
View mhunsber's full-sized avatar

Block or report mhunsber

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. How to run Group Policy Logon/Logoff... How to run Group Policy Logon/Logoff/Startup/Shutdown scripts at will
    1
    # GPScript - Run Windows Group Policy scripts at will
    2
    
                  
    3
    If you have Logon/Logoff or Startup/Shutdown scripts configured through Group Policy, you can
    4
    execute them ad-hoc using the built-in `gpscript.exe` Windows utility.
    5
    
                  
  2. Powershell_ExecuteLocalFunctionsRemo... Powershell_ExecuteLocalFunctionsRemotely.md
    1
    # Local Function
    2
    
                  
    3
    This is a function defined locally, which will run on the remote host (`$ARemoteHost`).
    4
    The parameter sets are intentionally complicated to help exemplify some strengths/weaknesses of the different methods
    5
    for using a locally-defined function on a remote host.
  3. wimau wimau Public

    The Windows Image Automatic Updater (wimau) PowerShell Module extends the DISM and UpdateServices modules to help service offline images.

    PowerShell 1

  4. logstash-filter-ldap logstash-filter-ldap Public

    Logstash filter to add attributes from ldap entries

    Ruby

  5. poshservice.template poshservice.template Public

    A chocolatey template for creating powershell scripts as windows services

    PowerShell