Search query: label/SID

Duplicate SIDs, Big Deal!  Why you might not need to care.

Duplicate SIDs, Big Deal! Why you might not need to care.

...the machine a Unique Domain Based SID and pretty much ignore the local SID anyway. Before we all get nuts, let’s take a quick step ... Read More

Simple Example of using YAML Node Anchors in Home Assistant

Simple Example of using YAML Node Anchors in Home Assistant

...code. The first instance of the key [rgb_color] is where you define the label (using &) and then the value after ward. So &red is ... Read More

NewSid, no more?!… Say it aint so!

NewSid, no more?!… Say it aint so!

...it now that it’s retired. Microsoft’s official policy on SID duplication will also now change and look for Sysprep to be updated in the future ... Read More

Sorting REG & INI files For Easy Comparison

Sorting REG & INI files For Easy Comparison

...a REG file). At the risk of stating the obvious, before comparing REG files exported from two different root keys (for example from HKU\{User-SID-1} and ... Read More

PowerShell Tutorial – How to Keep Tabs on XenApp Printer Queues

...Get-Content 'CitrixServerList.txt' ForEach ($server in $servers) { try { write-host "Processing printers for: " $server " ..." Get-WMIObject Win32_PerfFormattedData_Spooler_PrintQueue -computerName $server -ea stop | ?{$_.jobs ... Read More