Search this site
Visitormap
-
Recent Posts
Categories
- .bat
- .NET
- 16bit pcm
- 3cx
- 8bit pcm
- Access Point
- Active Directory
- arduino
- aruba
- ATS
- Azure
- batch
- block
- Chrome
- cli
- command line
- Configuration
- Connector
- convert
- credssp
- Datastores
- Defender
- Dell 5570
- DISM
- EdgeRouter
- ESXi
- Exchange 2010
- Exchange 2016
- ffmpeg
- File sharing
- fix
- fsmo
- GPO
- Hardware
- Homepage
- hosts.deny
- hp
- hpssacli
- Internet Explorer
- iSCSI
- ldap
- led
- linux
- Mamut Business Software
- Microsoft
- Microsoft Update
- MS SQL
- mstsc
- NAS
- News
- nuget
- OID
- OneDrive
- P2000
- P2V
- partedUtil
- partition
- powershell
- raspi
- registry
- RIS
- shutdown
- smtp
- snmp
- Sonos
- ssacli
- ssh
- switch
- Thin Client
- TLS
- Trend Micro
- Trusted Sites
- Update
- usb
- VAAI
- VEEAM
- VLAN
- VMFS
- vmkfstools
- VMware
- WDS
- wifi
- WIM
- Win10
- Windows
- Windows Server
Category Archives: ldap
userAccountControl, Attributes for AD Users
I needed this today for use in querying a large AD. Repost. Credits go to http://www.selfadsi.org/ads-attributes/user-userAccountControl.htm you can query with this e.g. with powershell and do some counting: (Get-ADUser -LDAPFilter “(&(sAMAccountName=*)(!userAccountControl:1.2.840.113556.1.4.803:=2))” -SearchBase ‘OU=Users,DC=domain,DC=local’ ).Count But could also check if … Continue reading
Posted in Active Directory, ldap
Comments Off on userAccountControl, Attributes for AD Users
LDAP Configuration for HP Printers and Active Directory
I had to figure out how to configure LDAP on these HP Color LaserJet Pro MFP M476 series with LDAP support. The LDAP configuration was a tad bit different than I suspected. For some reason the SSL function didn’t work, … Continue reading
Ricoh and LDAP with Active Directory
Ricoh Multifunctionals working with LDAP to an Active Directory are fun! When it works. I ran into a problem with Ricoh Multifunctionals and the connection to an LDAP server. If you do too at some point run into trouble setting … Continue reading
Posted in Configuration, ldap, News
Comments Off on Ricoh and LDAP with Active Directory