Skip to content
View VimalShekar's full-sized avatar

Block or report VimalShekar

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

    A repo for my public Cpp stuff!

    C++ 1

  2. PowerShell PowerShell Public

    PowerShell 3 1

  3. MyPublicRepository MyPublicRepository Public

    Lua

  4. Retrieve username and passwords of W... Retrieve username and passwords of Web Credentials stored in Credential Manager using PowerShell
    1
    #-- Get the full script here : https://github.com/VimalShekar/PowerShell/blob/master/GetCredmanCreds.ps1
    2
    
                  
    3
    #
    4
    # Function to read the IE/Edge password vault (Web Credentials portion of credential manager)
    5
    #
  5. Send and Receive sample using PowerS... Send and Receive sample using PowerShell
    1
    function TcpSendRecv()
    2
    {
    3
    param(
    4
    [int] $Port = 5005,
    5
    $IP = "127.0.0.1" ,