Skip to content
View pablovillaronga76's full-sized avatar
đź’­
I may be slow to respond.
đź’­
I may be slow to respond.

Block or report pablovillaronga76

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. cheat-sheets cheat-sheets Public

    Forked from ChristianLempa/cheat-sheets

    My personal Cheat-Sheets for various projects, tools and technologies

  2. Enable PSRemoting port 5985 Enable PSRemoting port 5985
    1
    #Run winrm quickconfig defaults
    2
    echo Y | winrm quickconfig
    3
    
                  
    4
    Enter-PSSession -ComputerName 192.168.2.229  –Credential  <user>
    5
    
                  
  3. Configure WinRM to listen over SSL (... Configure WinRM to listen over SSL (port 5986) and use the web certificate generated by a certificate templated called 'WinRM'. Highly recommend reading Synopsis, Description, and Examples.
    1
     <#
    2
    .SYNOPSIS
    3
      Configures a secure WinRM listener over HTTPS to enable
    4
      SSL-based WinRM communications. This script has not been
    5
      tested on Windows Server 2003R2 or earier, and may not
  4. prep domain controller prep domain controller
    1
    <# Notes:
    2
    3
    Goal - Prepare the local machine by installing needed PowerShell Gallery modules.
    4
    5
    Disclaimer - This example code is provided without copyright and AS IS.  It is free for you to use and modify.
  5. AutoJoinDomain AutoJoinDomain Public

    Forked from satorioh/AutoJoinDomain

    add local computer(OA) to the company domain automatically

    AutoHotkey 1

  6. AZ-301-MicrosoftAzureArchitectDesign AZ-301-MicrosoftAzureArchitectDesign Public

    Forked from KoprowskiT/AZ-301-MicrosoftAzureArchitectDesign

    PowerShell 1 1