Hello,
i need to get specific value from below text -
E:\apps2_s2_rpa\FactoryINDUSAPPS2\iPLAN\User Addition-License Activation>dsquery * domainroot -filter “(&(objectCategory=User)(sAMAccountName=“kmathkar”))” -attr cn
cn
kmathkar
E:\apps2_s2_rpa\FactoryINDUSAPPS2\iPLAN\User Addition-License Activation>
i need outpt - kmathkar
what regex should i use to get this value?
kmathkar will change but place remai same.
help me with regex




