Hi there In this article I'm covering a need that my client had when his IAAS SQL VM was ready for Dev, UAT environment and he didn't want to use Azure backup. He asked for the VMs disks to be exported to VHD.Shutdown the VMDealocated the VMgo to VM \ Settings \ Diskson each disk … Continue reading Azure – IAAS VM + SQL export snapshot disks
Category: Storage
Azure – add disk to a VM (sql)
Hi thereToday's article will demonstrate how to add a data disk to a production vm to run SQLAccess the VMCreate the new disk (add the new disk and create a new one at the same time)Select the disk type and sizeGo back to the VM and check the Disk ManagementYou should see a new disk … Continue reading Azure – add disk to a VM (sql)
Azure Cloud Shell
Hi there If you don't want to worry about having all required Azure PowerShell modules up to date in your PC you can use the Azure Cloud Shell to execute your tasks on Azure. Azure Cloud Shell is an interactive, authenticated, browser-accessible shell for managing Azure resources. To access it. Go to your Azure Portal … Continue reading Azure Cloud Shell
Exporting File and Folder security ACLs
Hi there Have you ever to export file and folder security ACLs from a specific folder on disk or remote network path on a server? The following approach it's kind old school but works. cd c:\temp cacls . to list current dir only cacls *.* to list all folder and subfolders from the current folder … Continue reading Exporting File and Folder security ACLs
Are you willing to migrate data to Office 365? Must read this first.
Hi there After a couple file server to cloud migration projects I decided to write this article to help you to think about the main points to be considered before migrating data (legacy data, backup, personal folders, home folder, shared folders, departmental folder, etc.) to OneDrive and / or SharePoint Online. Here are the basic … Continue reading Are you willing to migrate data to Office 365? Must read this first.