by George Chrysovaladis Grammatikos | Apr 30, 2018 | IT, Tools
In this post, i will share some of the tools I use daily in work. Name Description Link Cmder Cmder is a useful opensource console application Download SQL Nexus A tool that allows you to create charts & reports for SQL Server performance issues Download Pssdiag...
by George Chrysovaladis Grammatikos | Apr 27, 2018 | Azure, Storage
Azure Files support Server Message Block protocol standard (SMB) and give the capability to create a file share to an on-premises server as a mapped network drive. Create Storage Account Setting Value Name Type the Storage account name, must be unique. Deployment...
by George Chrysovaladis Grammatikos | Apr 27, 2018 | Azure, Storage
Azure File Sync is a new Azure file service for file syncing between On-premises server and Azure Files. With this New feature, Microsoft Azure saves a lot of time from IT staff daily routine. Before you get started must have checked the followings : Create an Azure...
by George Chrysovaladis Grammatikos | Apr 25, 2018 | Az-Troubleshooting, Azure
Symptom You get the following message on OMS (SQL Assessment) when you click its tile: “This computer is successfully connected, but it is not being assessed by this solution pack because it does not meet the requirements to be a valid assessment target. Review...
by George Chrysovaladis Grammatikos | Apr 25, 2018 | DevOps
The following script does several jobs : Backup IIS Website Files To be upgraded Stop IIS Website Application Pool Copy Newest Website Files Start IIS Website Application Pool Also can download this script from Microsoft Technet Gallery. <# .SYNOPSIS Update IIS...