aabuhasna
aabuhasna
When you connect to LDAP server using the following code ``` with Connection(Server(ladp_server, port=port, use_ssl=is_ssl), auto_bind=AUTO_BIND_NO_TLS, read_only=True, check_names=True, user=admin_userid, password=admin_password) as c: ``` _Get attribute_ ``` c.extend.standard.paged_search(search_base=base_dn, search_filter=obj_filter, search_scope=SUBTREE, attributes={list_of_attribute},...
Hi @isaiahh1013, would you please share a code sample to view the status of this property
Hi @stephengillie At the moment I am using an automation script to convert the string output to a JSON to help us with automation to save a lot of time...
Hi @mdanish-kh Thank you for your advise, Unfortunately, the command is not working as expected, I tried uninstalling and installing `Cobalt` but it did not resolve the issue ``` Get-WinGetPackage...
@mdanish-kh, unfortunately, I can't upgrade the version of PowerShell to version 7 due to several internal factors.
@mdanish-kh Thank you for your update, it's working now as expected, I had to tweak the first command you provided since the module already exists and relies on winget application,...