Simple way to connect to FTPS and SFTP using PowerShell
💡 Multiple ways to connect to FTP/FTPS server using PowerShell To connect and list files on FTP server all you have to do is run 3 line of code #…
A Drink of Technology for the Thirsty Mind
💡 Multiple ways to connect to FTP/FTPS server using PowerShell To connect and list files on FTP server all you have to do is run 3 line of code #…
Here’s a PowerShell script to uninstall Java from Windows computers. This script uses the Get-WmiObject cmdlet to find the Java application and the Invoke-Expression cmdlet to uninstall it. cmdlet to…
This year 2019 has been very good to me 🙂 I accomplished some some of the things I wanted to do such as obtaining some IT Certification such as Azure.…
Have you ever tried to get on the Internet on a Windows Server to download apps or access any web portal to configure an application and the IE ESC gets…
Check this out… ==================== First you will need to download Chocolatey ( https://chocolatey.org/ the package manager for Windows – Software Management Automation ). ***Before you start, make sure you have…
Feels really good getting this certification, it helps validate what I have been doing for the past year or so within DevOps. Description: The DevOps Foundation Certification course is an…
After a month of intense studying and practicing for the Microsoft Azure Infrastructure and Deployment exam (AZ-100) I took it in April and passed. This exam earned me the Microsoft…
Today I passed the Microsoft Azure Fundamentals AZ-900 exam 🙂 !!! “This exam is designed for candidates looking to demonstrate foundational level knowledge of cloud services and how those services…
I came across a brilliant solution that will blow your mind away and save all you System Admins out there having similar issue. The solution that I am referring to…