Skip to content
View austoonz's full-sized avatar

Block or report austoonz

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

    Convert simplifies object conversions by exposing common requirements as PowerShell functions.

    PowerShell 32 8

  2. FastPing FastPing Public

    A PowerShell Module for faster pings.

    PowerShell 16 2

  3. powershell-core-simple-websockets-chat-app powershell-core-simple-websockets-chat-app Public

    This is a personal project created so I could learn about the websocket support in API Gateway.

    PowerShell

  4. Sample code for writing an AWS Syste... Sample code for writing an AWS Systems Manager Compliance Item.
    1
    $managedInstanceId = (Get-Content -Path 'C:\ProgramData\Amazon\SSM\InstanceData\Vault\Store\RegistrationKey' -Raw | ConvertFrom-Json).instanceID
    2
    $moduleNames = @(
    3
        'AWSPowerShell',
    4
        'ClipboardText',
    5
        'Convert',