AzureRm | Create Internal Load Balancer with two VMs This post is part of a general idea, to create an
Category: PowerShell
Microsoft SQL 2012 on Failover Cluster
SQL Failover Cluster with AlwaysOn Availability Groups Αυτό είναι το δεύτερο Post της τριλογίας SQL Failover Cluster with AlwaysOn Availability Groups.
Public Folder Sizes
A nice PowerShell command to view all public folders’ sizes Get-PublicFolderStatistics | Sort-Object TotalItemSize -Descending | ft Name,@{label=”TotalItemSize(MB)”;expression={$_.TotalItemSize.Value.ToMB()}},@{label=”TotalDeletedItemSize(MB)”;expression={$_.TotalDeletedItemSize.Value.ToMB()}} -wrap | Out-String
Connect PowerShell to Office 365 (MsolService)
To connect the PowerShell to Office 365 you need: Microsoft Online Services Sign-In Assistant https://www.microsoft.com/en-us/download/details.aspx?id=39267 Azure Active Directory Module for Windows