-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Description
Steps to reproduce
Install Optional Features to enable RSAT for Active Directory, reboot, then run PSCore6 and test AD cmdlets by doing "Get-ADUser username" - this should show you your NT acct details. If that does work without issue (indicating the modules loaded as expected) you can reproduce my error by running
Get-ADUser username -Properties *
Expected behavior
You should get an export of all your AD acct properties like below (taken from Windows Powershell - which works as expected)
Actual behavior
Environment data
PS C:\Users\nmyron> $PSVersionTable
Name Value
PSVersion 6.2.1
PSEdition Core
GitCommitId 6.2.1
OS Microsoft Windows 10.0.18362
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0

