Powershell mysteries - QUSER.EXE
Sometimes I don't understand Powershell's behaviour. I'd love to hear someone explain the following.
Read more »
Finding an IP in a subnet with CIDR notation
Just a code snippet today that can be useful for other admins. Also, feedback could be useful for me because there's one thing I am not satisfied of.
In big networks, you sometimes need to find out if a certain IP is a part of a certain subnet.
I have various reasons to match my servers with a big list of subnets with their line speeds and geographical locations. A script was needed.
In big networks, you sometimes need to find out if a certain IP is a part of a certain subnet.
I have various reasons to match my servers with a big list of subnets with their line speeds and geographical locations. A script was needed.
Read more »
Taboes in bed deel IV: Hoe meer zielen, hoe meer vreugd' 
Het was in een voetnoot aangekondigd in een rant van enkele dagen geleden, maar na exact een jaar stilte omtrent seksualiteit, hoewel deze blogposts populair waren (gezien de views). Inspiratie genoeg sindsdien, maar het indertijd geplande volgende deel over pornografie ging na overleg met de crew niet door wegens te gewaagd omdat ik een minimum van beeldmateriaal moet voorzien bij zo'n onderwerp (de condities waren, als ik me goed herinner, dat één klacht m'n blogpost zou censureren). Daarna heb ik bijzonder weinig tijd gehad door mijn werk, mijn vriendin die bij me is komen wonen - trouwe lezers weten dit nog uit het India blog - en door gezondheidsproblemen waar ik het vooral niet over wil hebben.
Vandaag dus 1 jaar na datum een nieuwe post in de reeks Taboes in bed. Een titel als "Hoe meer zielen, hoe meer vreugd'" kan enkel betekenen dat we de wereld induiken van seks met meer dan 2 personen
Vandaag dus 1 jaar na datum een nieuwe post in de reeks Taboes in bed. Een titel als "Hoe meer zielen, hoe meer vreugd'" kan enkel betekenen dat we de wereld induiken van seks met meer dan 2 personen
Lees verder »
SCDPM Scripting: Trouble with LastRecoveryPoint
Many a DPM admin who scripts in Powershell will want to create a script at one point that asks from a specific data source its last recovery point. For this, a data source object has the property ($DataSource).LatestRecoveryPoint.
Many a DPM admin will have been utterly disappointed to find out that the value returned is 01/01/0001 00:00:00.
Many a DPM admin will have been utterly disappointed to find out that the value returned is 01/01/0001 00:00:00.
Read more »