As i understand i can use this Powershell to set the Attribute extensionName to a value of my choice
Set-ADUser -Identity "anyUser" -Add @{extensionName="myString"}
But how do i this with DSC?
or is this not suported by this module ActiveDirectoryDSC?
As i understand i can use this Powershell to set the Attribute extensionName to a value of my choice
Set-ADUser -Identity "anyUser" -Add @{extensionName="myString"}
But how do i this with DSC?
or is this not suported by this module ActiveDirectoryDSC?