Skip to content
View PanosGreg's full-sized avatar

Block or report PanosGreg

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. Invoke-AzCommand Invoke-AzCommand Public

    A wrapper around Invoke-AzVMRunCommand to make it behave like Invoke-Command

    PowerShell 2 1

  2. Get AWS Credentials (access,secret,t... Get AWS Credentials (access,secret,token) by assuming the IAM Role attached to the instance
    1
    function Get-AwsTempCredential {
    2
    <#
    3
    .SYNOPSIS
    4
        This function gets the AWS Access,Secret and Token by assuming the IAM Role that is attached to the current EC2 instance.
    5
  3. Collect the count and memory size of... Collect the count and memory size of the .NET objects used by a process
    1
    function Get-RuntimeDiagnostics {
    2
    <#
    3
    .SYNOPSIS
    4
        Collect the count and memory size of the .net objects used by a process
    5
    .DESCRIPTION
  4. Get-WebCertificate.ps1 Get-WebCertificate.ps1
    1
    function Get-WebCertificate {
    2
    <#
    3
    .SYNOPSIS
    4
        It gets the certificate details from an HTTPS website
    5
    .EXAMPLE
  5. NetworkConnection NetworkConnection Public

    Initiate a client-server communication channel using PowerShell

    PowerShell 2

  6. LogProvider LogProvider Public

    Custom PS Drive for showing logs

    PowerShell