SHA-2 Certificates in AD FS 3.0

So I’ve come across this a couple of times and I’m sure it will begin to be more visible in the near future.  A big shout-out to  who posted this information -THANK YOU!

AD FS on Windows Server 2012 R2 (often referred to as “AD FS 3.0”) no longer has a dependency on IIS. One of the common methods used to generate a “Certificate Signing Request” (CSR) is to use IIS on the server you need the certificate on or by using another IIS server in the organization. Without access to IIS, your options for generating the CSR are to use the MMC snap-in, one of the native command line utilities or some third-party tools.

Continue reading

.NET 3.5 on Windows 10

I can’t tell how many times I have been burned when trying to simply enable .NET Framework 3.5.1 (and all the sub-goodies that so many programs need).  Lately, my struggle has been with Windows 10 or Server 2012 (& R2). I’ve found that installation files are usually not on an image I’m working with and there-in lies the problem. The next piece that throws me off is the lack of CD or DVD resources. Simply downloading .net only gives you the installer file, which does not work.

so first, get the files needed (\sources\sxs\microsoft-windows-netfx3-ondemand-package.cab)

Copy those files to a USB thumb drive (or capture an image)

Then from an elevated command prompt, run:

Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess

replacing D: with the appropriate drive letter, of course

PowerShell for Office 365

Got an awesome share today (in Yammer)

Welcome!

Are you an Office 365 IT administrator who is new to PowerShell? Are you looking for an Office 365 admin tool to automate repetitive administrative tasks? Or perhaps you are looking to access additional capabilities that aren’t available in the Office 365 Admin Center? Then PowerShell for Office 365 is for you

Continue Reading…