Skip to main content

Posts

Build in-demand career skills | GitHub Action | LIVE

FREE COURSE LINK { Available for next 12 hours } Gift1:  Essential Tools for Windows System Administrators                           https://www.udemy.com/course/system-administration/ Gift2: Learning GitHub Actions         https://www.udemy.com/course/learning-github-actions/ GitHub Actions Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow. What Is GitHub Action and How Do They Help Software development is an industry that works on collaboration. Multiple teams from different domains work together to build a good product. However, every software needs an upgrade, and since many people work together on a single project at the same time, a platform that can provide the following functionalities is needed. GitHub  is the answer to these challenges. GitHub Actions GitHub is a
Recent posts

Automating Administration with Windows PowerShell

Click the link below to access the course for free of cost  https://www.udemy.com/course/powershell/?couponCode=LUCKYPRICE This course is designed to take the system administrators to an advanced level in PowerShell Scripting. You will find ways to automate your daily work using the advantages of PowerShell scripting. The professional who wants to start with PowerShell and have some basic idea of the command line will find it extremely easy to understand the underlying concepts of PowerShell and will be able to integrate PowerShell with non-Microsoft products as well.   Topics that may not be Windows PowerShell concepts but are important for developing PowerShell understanding are included which comes as a bonus. PowerShell ToolMaking: Application & Server Validation  We need application validation at the time of critical events like post monthly patching or application upgrades to ensure things are well and good or you need this several times while resolving critical issues leadi

Learn Azure Serverless Functions in a Weekend

 Azure Functions is a serverless computing platform that allows you to write less code, manage less infrastructure, and save money. Rather than worrying about establishing and managing servers, the cloud architecture delivers all of the current resources necessary to keep your apps running. Azure Functions uses an event-driven architecture, in which a pre-defined trigger calls a piece of code known as a function. When events arrive at Event Hubs, they trigger a function that processes the events and stores the results to storage in this architecture(slide). As a result, with Azure Functions, you can focus on the code that matters most to you while Azure Functions handles the rest. Not having to handle the infrastructure saves you time and money. Make use of it to bring even more innovations to your customers. I have designed the course in such a way that you can literally gain this skill and be good at it in just 1 weekend.  Please click here or use the link below to gain access to the

Practice Exercises for PowerShell Intermediate

  Dear Friend, If you have already gone through     practice exercises for PowerShell beginner,    This is another opportunity to take your Scripting knowledge to next level. Please go through the problems, develop a clear understanding, make a rough sketch and apply your PowerShell knowledge to solve the problems.  Use PowerShell's help as much possible in case you need, but don't directly search on the internet. Trust me, solving these problems will definitely boost your confidence. Problem 1: Service restart on multiple computers and logging. Write a PowerShell script to read the computer names from a text file Then, Stop a given service (say Print Spooler service ) and wait for 30 seconds after logging the status into a dedicated log file. Ensure no child process is alive so that graceful stop of service can be confirmed If there is any child process, kill it forcefully and log the information into the log file After waiting for 30 seconds, start the service Check for the s

Practice Exercises for PowerShell Beginner

  Practice Exercise1: File Operations/Searching/Basic PowerShell Operators 1.) Create a folder  TestingPurpose  and 3 Subfolders inside it SubFolder1, SubFolder2 2.) Create some test files inside these folders: TypeATest1.txt, TypeATest2.txt  … TypeATest50.txt into SubFolder1 TypeBTest51.txt, Purpose52Test2.txt … TypeBTest100 into SubFolder2 Needless to say that you have to use logic for creating these files. Not one by one 3.) Move all files which have an odd number in its name to SubFolder2 4.) Move all files which have even number in its name to SubFolder1 5.) Rename folder SubFolder1 to EvenFilesContainer and SubFolder2 to OddFilesContainer 5.) Prepare a list of all files currently existing inside folder  TestingPurpose      Example:  MasterFile.txt: As of YYYYMMDD HH: MM files inside Testing Purpose are: C:\testingPurpose\EvenFilesContainer\TypeBTest2.txt . . C:\testingPurpose\OddFilesContainer\TypeATest99.txt 6.) Delete all files which start with TypeA  

PSScriptAnalyzer to Analyze your Scripts

When you write a PowerShell script, you might constantly think about whether you are following best practices or no.  Do you know you have a tool that is very handy to use and can you in analyzing your PowerShell scripts? It is PSScriptAnalyze First of all you need to install the module.  Install-Module -Name PSScriptAnalyzer  If your Powershell version is less than 5.1( First run below command); Install-PackageProvider Nuget -MinimumVersion 2.8.5.201 –Force And make sure you are running PowerShell in admin mode and you are running PowerShell in admin mode. & That’s it.  Now your good friend PSScriptAnalyzer will help you in analyzing your scripts.   Import-Module PSScriptAnalyzer  Invoke-ScriptAnalyzer -Path .\test.ps1  How cool is that :)  Go ahead and analyze your script and let e know how many p For more information https://github.com/PowerShell/PSScriptAnalyzer

5 Tips to secure a job in Azure Cloud

I assume most of you are already doing well in your careers and have got no good reason to switch job profile. But at the same time, there may be many who due to many reasons, want to explore new carrier opportunities. This post is just to help those who are seeking a rewarding carrier in Cloud Computing.  Since I am working on Azure in my profession (Microsoft Azure, Technical Lead in an MNC), I will only be able to provide inputs for Azure, But I have nothing against other cloud service providers. You can still go through this post for reference. How to get a dream job and start a career in the world of Microsoft Azure? Time Required: 2 months ' Step1: Set Your Goal. There are so many areas in Cloud Services where you can contribute, doesn't matter what you are doing currently. It is very easy to get lost. So spend a decent amount of time thinking about what exactly you want to do. For example, If you are more interested in deploying the VMs, VNets, configure load bala