Using the -UseActiveDirectory option, the following error is thrown:
Exception calling "Register" with "6" argument(s): "This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms."
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PSPKI\Client\Register-ObjectIdentifier.ps1:32 char:3
+ [Security.Cryptography.Oid2]::Register($Value,$FriendlyName,$Group,$UseActiveD ...
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : InvalidOperationException
-Tim
Comments: Running from a Windows 2012 member server in a windows 2008 forest level domain. Command used: Register-ObjectIdentifier -FriendlyName "Remote Desktop Authentication" -Value 1.3.6.1.4.1.311.54.1.2 -OidGroup ApplicationPolicy -UseActiveDirectory -Force
Exception calling "Register" with "6" argument(s): "This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms."
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PSPKI\Client\Register-ObjectIdentifier.ps1:32 char:3
+ [Security.Cryptography.Oid2]::Register($Value,$FriendlyName,$Group,$UseActiveD ...
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : InvalidOperationException
-Tim
Comments: Running from a Windows 2012 member server in a windows 2008 forest level domain. Command used: Register-ObjectIdentifier -FriendlyName "Remote Desktop Authentication" -Value 1.3.6.1.4.1.311.54.1.2 -OidGroup ApplicationPolicy -UseActiveDirectory -Force