Review of ‘Ownership Thinking’

Review of Ownership Thinking: How to End Entitlement and Create a Culture of Accountability, Purpose, and Profit by Brad Hams As I read Ownership Thinking, I couldn't help but think of some consistent concepts that keep getting repeated: open communication, including others and listening to their opinions, entitlements are the worst and it all boils …

gpupdate and RDP with PowerShell

How to gpudate and RDP with PowerShell In my first PowerShell post, I described running into the issue of maintaining a network where you do not have all admin permissions. A second issue that I ran into was how to gpupdate and RDP with PowerShell.  Updates were pushed out from group policy but machines were …

How to loop through AD objects with PowerShell

How to Loop through AD objects with PowerShell While at work, I came across the problem of ‘You don’t own the network but you must deploy and administer the network’. That’s when I had the idea to employ PowerShell scripts and Batch files. When you are given tier 2 admin access to only a particular …