Skip to content
Archive of posts tagged PowerShell

ToolTip: HIDECALC – Hiding Drives in Windows

Want to make a drive disappear in Windows or prevent users from accessing it? then here’s the tool you need. HIDECALC allows you to define the drives to hide or prevent access to. HIDECALC does not apply the change on the system itself, but provides various options for exporting the settings into the following formats: [...]

Have you checked your Group Policy Health lately?

Group Policies are an essential part of every Windows Client infrastructure and it’s therefore critical to regularly spend some effort to ensure that things are in a healthy state. I would define a healthy Group Policy infrastructure as following: All Group Policies are correctly synched across all domain controllers There are no unlinked Group Policies [...]

BITSAdmin is deprecated in Windows 7 and 2008 R2

Just recently when I created a script using BITSAdmin, I noticed the following text when running the BITSAdmin executable: BITSADMIN is deprecated and is not guaranteed to be available in future versions of Windows. Administrative tools for the BITS service are now provided by BITS PowerShell cmdlets. So BITS with PowerShell landed on my to-look-at [...]

ToolTip: SMB BranchCache deployment Diagnosis script

Just found this SMB BranchCache deployment diagnosis script on MSDN Code Gallery. The Test-SMBBranchCache script is used to find common SMB BranchCache misconfiguration issues. It allows a user to verify the SMB BranchCache server or client configuration. When run on a server, it can test the state of a BranchCache-enabled network share. When run on [...]

Creating Group Policy Objects with PowerShell

In my previous post I wrote about how to create Group Policy reports using the Group Policy PowerShell CmdLets. Today I want to share with you my first hands-on experiences with creating a Group Policy using PowerShell. But first, why would one use PowerShell to create Group Policies? Well here are a few use cases: [...]

Creating Group Policy Reports with PowerShell

I’ve had this on my “must do some hands on” list for months, finally found some time to play a bit with the new PowerShell Group Policy CmdLets that where introduced with Windows 7. For today i decided to work with the Get-GPO and the Get-GPOReport CmdLets. The Get-GPO CmdLet allows you to list one [...]

A quick look at the Windows PowerShell Module for Intel vPro

In a previous post Using Intel AMT Power Management @ Home I wrote about how to use Intel AMT Power Management at home or let’s say in an environment where you don’t have systems managed by an infrastructure that provides integrated support for Intel AMT. Now Intel has released a PowerShell Module for Intel vPro. [...]

Finding unused User Accounts in Active Directory

As we move towards the end of the year I thought it’s a good time to do some housekeeping activities within the lab infrastructure in which we work on a daily basis. Throughout the year we often create test user and computer objects within Active Directory and of course sometimes we forget to delete them. [...]

Active Directory Powershell Blog

Those interested in managing Active Directory with PowerShell, have a look at the Active Directory Power Shell Blog.  

Windows PowerShell – Free booklet

As it looks like, Windows PowerShell will become part of Windows7, so it’s about time to start learning this powerfull scripting language. After i had downloaded PowerShell v1.0 (v2.0 is currently in CTP), i’ve started collecting and searching the documentation and learning guides. I’m not goig to list them all here, most resources and further [...]