Tag Archives: Powershell

Checking Out OneGet in PowerShell V5

In case you missed it, Windows Management Framework V5 Preview was released to the public today. One of the big things that this brings to the table is the OneGet module. What this module does is allow you to find … Continue reading

Posted in powershell | Tagged , , , | 15 Comments

5 Day Hey, Scripting Guy! Series on Remote Endpoints

Today begins my 5 day guest spot on Hey, Scripting Guy! talking about Remote PowerShell Endpoints. I am also doing the Power Tips as well during this week, so be sure to check those out as well! As always, let … Continue reading

Posted in News, powershell | Tagged , , , , | 1 Comment

Guest Post on Hey, Scripting Guy! Talking About File Signatures

I have a two day guest spot on Hey, Scripting Guy! talking about finding and using File Signatures to identify file types. Be sure to check them out and let me know what you think! Links to both blog posts … Continue reading

Posted in News, powershell | Tagged , , , | Leave a comment

Find Out Why ‘Acl’ (and Other Cmdlets) Without the ‘Get-‘ Still Work Using Trace-Command

The power of Trace-Command is amazing to help troubleshoot a command or to gain better insight into what goes on behind the scenes when a command or commands are running. What you may or may not know is that any … Continue reading

Posted in powershell | Tagged , , , | 2 Comments

Update KB2928680 Available to Fix Invalid Properties error when using Get-ADUser/Computer

For those of you running Windows 8.1 or Windows 2012 R2, you may have seen issues where using Get-ADComputer and Get-ADUser with the –Property parameter and specifying * to grab all properties of the object. Get-ADUser proxb -Server DC1 -Property … Continue reading

Posted in News, powershell | Tagged , , , | Leave a comment