Kubernetes Jenkins Windows and PowerShell
How to use Kubernetes Jenkins and Windows together
IF YOU ARE NOT DISRUPTING YOURSELF, SOMEBODY ELSE WILL.
How to use Kubernetes Jenkins and Windows together
I have always heard about FizzBuzz but was not really sure what it was. After some research it seems that FizzBuzz is pretty common interview question for Software Developers even … Continue reading How to solve Fizz Buzz with Go, Python and PowerShell
As you may be aware this month during the AWS conference it was announced AWS OpsWork for Chef Automate. You may be wonder what this means for you and how … Continue reading How to get started with Chef Automate and AWS OpsWorks
Before getting into DR as a service(DRAAS), let me give you my personal opinion about the cloud and why we should create or move workloads to the cloud. The cloud … Continue reading DR as a Service using Azure
Let’s star with what SMT is. SMT (Server Management Tools) is the new way to manage servers within azure. SMT can manage servers on Azure, AWS, premises, etc; of course … Continue reading How to set up SMT to manage servers on-premises, AWS, etc. from Azure for free
Now that PowerShell is open source and available on Linux, I went ahead and adventure to see what cmdlets are available on Linux. Let me show step by step on … Continue reading PowerShell and Linux
During the last two years there have been a lot of discussions about DevOps and winops (DevOps on the Windows stack). Personally, I think it is a little challenging to … Continue reading CI using AWS, Jenkins, Git and PowerShell
There have been some debate regarding when to use .net namespaces within PowerShell. Some people will call .net classes all the time just because they are used to write in … Continue reading When to use .NET namespaces within PowerShell
Sometimes we need monitor, CPU, Memory, Network utilization of a server or servers for a certain period of time. Maybe you want to know what happens when users hit your … Continue reading PowerShell and Performance Counters
WMF 5 offers this cool cmdlet called Get-Clipboard. This cmdlet let you paste the content of the clipboard into a PowerShell variable and use it in your script. Lets do a simple … Continue reading Get-Clipboard PowerShell V5
If you have used Get-Service in PowerShell V4, V3, V2 to find the status of a service or to restart a service you may have noticed that the get-service cmdlet … Continue reading How to find service start type in PowerShell V4 and V5
There are a lot of components that affect the file transfer speeds over a network and it is just not just only the network speed. The bottleneck is usually going … Continue reading Script to find file transfer time