Skip to main content

Posts

Showing posts from May, 2019

Office365: autologon credentials prompt

After enabling seamless sign on you can experience https://autologon.microsoftazuread-sso.com credential prompt. Using registry adding method, described here: https://www.blogger.com/blogger.g?blogID=2622078485295191193#editor/target=post;postID=7903981005079364156;onPublishedMenu=allposts;onClosedMenu=allposts;postNum=35;src=postname I've added this entry: Among with the others which were already existing

Azure AD - Roll over Kerberos keys

After enabling seamless SSO, you need to roll over Kerberos decryption key every month or so. Process is desribed on this site: https://docs.microsoft.com/pl-pl/powershell/azure/active-directory/install-adv2?view=azureadps-2.0 However, you can need to adjust your installation on the server to run AzureAD 2.0. Here is the short tutorial: http://windows.ittips.eu/2019/05/azuread-20-installing-on-windows-server.html And here the effect:

AzureAD 2.0 - installing on Windows Server 2012R2

In order to install AzureAD 2.0 you need to install WMF5.1 first: http://windows.ittips.eu/2019/05/windows-server-2008-2012-2012r2-install.html Then, run in powershell:  And then check and import it: You can now check new commands available: You can also check following Microsoft site: https://docs.microsoft.com/en-us/powershell/azure/active-directory/install-adv2?view=azureadps-2.0

Windows Server 2008, 2012, 2012R2: Install-Module is not recognized

When you want to user Install-Module on Windows Server 2018 or older you can see following error: This could happened if you for example need to install AzureAD 2.0 powershell. You then need to go to : https://docs.microsoft.com/en-us/powershell/wmf/5.1/install-configure and get the package for your operating system Follow on screen wizard and restart your server. After that you should not have problem using install-module cmdlet: