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 #…
💡 Uploading / Downloading files Azure Blog Storage The first thing we need to do is to install Az.Storage module, which in turn will also download Az.Accounts module. Install-Module -Name…
Building an azure homelab can help give you the opportunity to study for certifications or help grow your career as a cloud engineer. Using terraform to build your homelab will…
In azure vnets allow you to separate out parts of your cloud infrastructure into different network segments. This structure is almost the equivalent of building or setting up a new…
When it comes to protecting your azure resources, a question you may come across is when to use an azure firewall vs network security group. Azure firewalls and network security…
When building out your Amazon EC2 Instance, you are responsible for configuring appropriate and effective access controls to protect your EC2 instances from unauthorized use. AWS provides four tools to…
The Amazon Virtual Private Cloud is a virtual network that contains EC2 (Elastic Compute) instances as well as network resources for other AWS services. By default, every VPC is securely…