|
You are here |
janikvonrotz.ch | ||
| | | | |
jasonmasten.com
|
|
| | | | | 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... | |
| | | | |
hackaday.io
|
|
| | | | | I've posted the scripts used to generate the anti-aliased text used in the User Interface. The first is a Photoshop script,CreateFontData.jsx. This makes a set of PNG files, one for each character. The second isConvertText.py, a Python script that takes the output of CreateFontData and generates C code for display the characters on the Epson LCD used in the project. Note these scripts have some hard-coded pathnames in them (to the development folder) but this is pretty easy to find and modify. | |
| | | | |
ryanackerland.com
|
|
| | | | | When managing SQL Server AlwaysOn Availability Groups and/or standard Database Mirroring, setting up SQL Alerts should be standard protocol. (See this SQL Server Pro article for more background on this.) These types of Alerts can be configured to send e-mails any time the defined event occurs which is greatfor beingnotified of unexpected failovers and errors.... | |
| | | | |
kevingimbel.de
|
|
| | | A digital garden of sorts; always growing ?? | ||