Explore >> Select a destination


You are here

blog.ropnop.com
| | lobsterpot.com.au
17.6 parsecs away

Travel
| | I don't like to write about client situations, but this one seemed worth mentioning for the sake of other people experiencing the same thing, so I asked my client for permission and they agreed. Following an on-prem server reboot, anything that tried to connect to SQL Server on that server, using Windows Authentication, was getting [...]
| | blog.oddbit.com
13.4 parsecs away

Travel
| | There are many guides out there to help you configure your Linux system as an LDAP and Kerberos client to an Active Directory server. Most of these guides solve the problem of authentication by embedding a username and password into a configuration file somewhere on your system. While this works, it presents some problems: If you use a common account for authentication from all of your Linux systems, a compromise on one system means updating the configuration of all of your systems. If you don't want to ...
| | jasonmasten.com
9.3 parsecs away

Travel
| | Problem: When looking for a computer object in Active Directory, depending on how you call "Get-ADComputer" will determine if an error is thrown or not. Solution: To avoid the terminating error, use the "Filter" parameter to search for the computer object. $Computer = Get-ADComputer -Filter {Name -eq $Name} Explanation: I was creating a test case...
| | daily.dev
29.9 parsecs away

Travel
| Explore online resources and strategies for learning software engineering fundamentals, full-stack development, and practical skills. Discover accredited programs, free courses, books, and tips for self-directed learning.