Key benefits of using Azure AD Pass-through Authentication Great user experience Users use the same passwords to sign into both on-premises and cloud-based applications. Users spend less time talking to the IT helpdesk resolving password-related issues. Users can complete self-service password Read More …
Category: Azure
Microsoft Azure Cloud Services
Azure Virtual Machine Stuck on Bootup – Getting Device Ready
Microsoft Azure Virtual Machine got stuck at boot up with message “Getting device ready” Follow the steps below to fix it. Capture the Virtual Machine configuration information from Azure Portal $rgname = “ResourceGroupName” $loc = “DatacenterName” $vmsize = “Standard_E4_v3” $vmname Read More …
Change the Size of a Windows Azure Virtual Machine
How to: Change the Size of a Windows Azure Virtual Machine You can change the size of a Windows Azure virtual machine by using either the Windows Azure Management Portal or PowerShell commands. The size of a virtual machine Read More …
AzureAD Pass-Through Authentication and Seamless Single Sign-on
Azure AD Pass-Through Authentication and Seamless Single Sign-on are now both in public preview! Azure AD pass-through authentication Azure AD pass-through authentication provides a simple, secure, and scalable model for validation of passwords against your on-premises Active Directory via a Read More …
Powershell login Script for Office 365
Copy the following content to a notepad and save as .PS1 Start-Service WinRM Set-ExecutionPolicy RemoteSigned Import-Module MSOnline $O365Cred = Get-Credential $O365Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $O365Cred -Authentication Basic -AllowRedirection Import-PSSession $O365Session Connect-MsolService –Credential $O365Cred Open the powershell as Read More …
Creating a Cloud Readiness Assessment
It’s a lot easier to move your infrastructure into the cloud than have to migrate everything back into a private data centre. The idea is to make sure you deploy the right workloads and have the correct deployment methodology throughout Read More …
IoT and Cloud Computing
IoT is the about the devices that connected to the internet to performs the processes and service that support our basics needs, economics, health and environment. Hence, cloud computing acts as a front end to access Internet of Things. Cloud Read More …