Skip to content
View whiteken's full-sized avatar
:octocat:
:octocat:

Block or report whiteken

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
whiteken/README.md

👋 Hi there! Thanks for checking out my profile.

♾ DevOps enthusiast.. 25+ years IT Pro, playing with PowerShell in its various forms since ~2008

  • 🌱 Currently learning about Kubernetes
  • 🔭 I’m currently working on ☁ ... Azure DevOps & Azure

Most of my repos are for fun/home learning, or forks of interesting work by other people!

💬 Ask me about ... Azure DevOps, CI/CD, Terraform, PowerShell, DSC, AWS, Azure.

Pinned Loading

  1. terraform-universaldashboard-aws terraform-universaldashboard-aws Public

    This repo is an Infrastructure as Code home project containing HCL Terraform code to spin up a Windows Server 2019 EC2 t2.micro instance in AWS, running a basic IIS hosted Universal Dashboard (v.2.…

    HCL 3

  2. NSTrainTime NSTrainTime Public

    PowerShell Module for Dutch train times (trein dienstregeling)

    PowerShell

  3. Read an AWS S3 file in memory withou... Read an AWS S3 file in memory without download. I needed content from an S3 stored file inside a Lambda function (which is read only). Regular Read-S3Object has to download the file first. If there is an easier way please let me know!
    1
    function Get-S3ObjectContent {
    2
    
                  
    3
        <#
    4
        .Synopsis
    5
           Get-Content for AWS S3 file without download