AzureRm | Create Site to Site VPN This post is part of a general idea, to create an end-to-end high available
Tag: powershell
AzureRm | Create Internal Load Balancer with two VMs
AzureRm | Create Internal Load Balancer with two VMs This post is part of a general idea, to create an
SQL Failover Cluster with AlwaysOn Availability Groups
SQL Failover Cluster with AlwaysOn Availability Groups Η ιδέα είναι να έχουμε ένα SQL Flailover Cluster στο Primary Site και στο υπάρχον
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