Skip to content

Category: Storage

How to Configure SFTP in Microsoft Azure

How to Configure SFTP in Microsoft Azure In today’s fast-paced digital world, securely transferring files between systems is crucial for many businesses. Whether you’re sharing sensitive documents, migrating data between servers, or collaborating on projects, SFTP (Secure File Transfer Protocol) ensures that your data is transmitted securely over encrypted channels. But while SFTP offers robust…

Leave a Comment

Automating Azure Storage and File Share Creation with PowerShell

Automating Azure Storage and File Share Creation with PowerShell In the realm of cloud services, automation is key to efficient resource management and deployment. In this post, we’ll delve into a PowerShell script designed to streamline the creation of Azure Storage Accounts and File Shares, complete with a specified quota. This script is particularly useful…

Leave a Comment

Basic Tintri Storage Tasks with Powershell

Download Tintri powershell tools here: http://urbannerd-consulting.com/?page_id=7094 Launch the Tintri Powershell Module Next we will connect to the Tintri Server Using the following command : Connect-TintriServer TintriServer (zactst01) Next you will be prompted to provide “Super Admin” Credentials for the Tintri Storage Device Next screen will show that we made a successful connection to the device…

Leave a Comment