Skip to content
View Proxx's full-sized avatar

Block or report Proxx

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

    PowerShell Module 'Proxx'

    PowerShell 2

  2. Select-Properties.ps1 Select-Properties.ps1
    1
    Function Select-Properties {
    2
        Param(
    3
        [Parameter(ValueFromPipeline)]
    4
            $InputObject, 
    5
            [Switch] $AsPSObject,
  3. Boxstarter flavors Boxstarter flavors
    1
    ### Boxstarter Flavors by Proxx
    2
    
                  
    3
    TODO.
  4. Configure WinRM for Vagrant Configure WinRM for Vagrant
    1
    netsh advfirewall firewall set rule group="remote administration" new enable=yes
    2
    netsh advfirewall firewall add rule name="Open Port 5985" dir=in action=allow protocol=TCP localport=5985
    3
    
                  
    4
    winrm quickconfig -q
    5
    winrm quickconfig -transport:http
  5. PowerShell-collection PowerShell-collection Public

    Forked from jhochwald/PowerShell-collection

    PowerShell Scripts, Tools, and Modules

    PowerShell

  6. Win10XPE Win10XPE Public

    Forked from ChrisRfr/Win10XPE

    Win10XPE is a Complete Project Based on Win10 Recovery Environment With Many Windows Features Added...