Performancing Metrics

Group Policy Team Blog - Site Home - TechNet Blogs

Group Policy Team Blog

Microsoft's official Group Policy blog

Posts
  • Group Policy Team Blog

    Windows Server “8” Settings Spreadsheet

    • 1 Comments
    The latest Group Policy settings reference spreadsheet that covers the available administrative template settings and security settings for Windows Server “8” Beta, Windows 8 Consumer Preview and all earlier versions of Windows is now available in the...
  • Group Policy Team Blog

    How to add comment for a GPO with PowerShell

    • 0 Comments
    You might have seen GP MVP Jeremy Moskowitz’s post on how to recycle GPO comments . While Jeremy points out you can do this without a script…. You can also do it with a script! Our tech writer, Judith, walks us through the process:   After I import...
  • Group Policy Team Blog

    Listing all GPOs in the current forest

    • 0 Comments
    This post was written by Judith, a technical writer for Group Policy. This is the second post in a series on ways to use Powershell with Group Policy. See the first post on getting started with RSAT and Group Policy Let’s say I have a forest and I’d like...
  • Group Policy Team Blog

    RSAT & GP Cmdlets

    • 0 Comments
    This post was written by Judith, a technical writer for Group Policy. This will be the first post in a series on ways to use Powershell with Group Policy I wanted to play around with the Group Policy cmdlets. These are installed on Windows Server 2008...
  • Group Policy Team Blog

    Get GPO Backup with Powershell

    • 0 Comments
    Jeff Hicks, one of Microsoft’s Powershell MVPs, has written a great script for managing GPO backups : The GroupPolicy module from Microsoft offers a great deal of functionality from a command line. In terms of regular maintenance or administration it...
  • Group Policy Team Blog

    Copy and Merge GPOs through Powershell

    • 0 Comments
    Ashley McGlone has a great script up for merging GPOs together through powershell. I wish I had this script five years ago. At the time I was searching for a way to combine or merge GPOs, but there simply wasn’t a way to do it. And today there still isn...
  • Group Policy Team Blog

    AGPM Least Privilege for Child Domain

    • 0 Comments
    Michael has covered “least privilege” for AGPM before (the Active Directory team followed up with a bit more detail). However, those scenarios are for single-domains. What if you have a forest where you want to manage all the child domains using AGPM...
  • Group Policy Team Blog

    Tales from the Community - Deleting a registry value

    • 0 Comments
    Tales from the Community – Deleting registry values Okay, I've seen this question in the Technet Forums that basically goes like this: " Hey I have this reg script that deletes a value off the registry for me. The .reg file does [HKEY_CLASSES_ROOT...
  • Group Policy Team Blog

    More on searching group policy

    • 0 Comments
    Here’s a quick follow-up to our last post on the existence of GPO search . One of our MVPs, Alan, has a great post up about a Group Policy Search webapp (Previously mentioned on this blog ). It includes instructions on how to install a Windows Search...
  • Group Policy Team Blog

    Group Policy Videos

    • 0 Comments
    We've got two new videos for you! The TechNet guys dropped by to ask Lilia some questions (always a good idea, in my opinion), and in return she dropped some knowledge. http://edge.technet.com/Media/Group-Policy-Search-with-Lilia/ - Did you know...
  • Group Policy Team Blog

    More powershell & group policy

    • 4 Comments
    I do not know about you but I LOVE PowerShell, especially the Group Policy cmdlets. Unfortunately, I didn’t have too many opportunities to really use them - but luckily got a chance in preparation for a presentation where I would demo a script that...
  • Group Policy Team Blog

    Group Policy & Scripting

    • 0 Comments
    Hey, Scripting Guy! has a great series of posts around Group Policy & scripting: Using group policy cmdlets for backup and restore Test AD replication with group policy cmdlets How to compare 2 GPOs offline ( Part II )
  • Group Policy Team Blog

    Cross post: AskDS Group Policy Search Settings in the cloud

    • 0 Comments
    Kapil posted a great article about a new tool created by Stephanus Schulte and Jean-Pierre Regente. It's an Azure-hosted tool that keyword searches Group Policy settings. Read about it here: http://blogs.technet.com/b/askds/archive/2010/06/24/announcing...
  • Group Policy Team Blog

    How long does this script / WMI Filter take?

    • 0 Comments
    I was reading GP MVP Darren Mar-Elia’s forum about WMI Filters and discovered a sweet PowerShell trick from another awesome friend of the GP team, Thorbjörn Sjövold (CTO of Specops Software ) You can use the PowerShell cmdlet “measure...
  • Group Policy Team Blog

    Re-post: Darren Mar-Elia's "Controlling Shares on Windows Systems"

    • 0 Comments
    Darren Mar-Elia, aka GPOGuy, wrote a cool post about using Group Policy Preferences to remove unwanted network shares from your environment. Group Policy Preferences can do everything! If you've got Windows Server 2008 or above, you've already got GP...
  • Group Policy Team Blog

    Importing and Exporting with AGPM

    • 0 Comments
    Thanks for tuning in this lovely Friday! Time for a glimpse into the advanced side of Group Policy, with Advanced Group Policy Management . This awesome product comes as part of MDOP (Microsoft Desktop Optimization Pack), which you can get easily if you...
  • Group Policy Team Blog

    Scripts I Mentioned

    • 1 Comments
    Hey everyone at MMS (or TechReady, or anywhere for that matter) If you've followed my advice and you're checking the blog, here's a neat little present for you! Did someone make 1000 GPO's with the word 'test' in them just to test out some sweet...
  • Group Policy Team Blog

    WMI Filter Friday

    • 2 Comments
    It’s Friday and it’s sunny in my neighborhood, which means it is blog posting time! Let’s talk about WMI filters today, shall we? If I have WMI Filters and Group Policy Preferences targeting, do they cancel out? Does one have precedence? Will the world...
  • Group Policy Team Blog

    Visual C# Samples Using the GPMC Class Library Published!

    • 0 Comments
    We're pleased to inform that four new Visual C# samples have been published to the MSDN Library that demonstrate using the Group Policy Management Console (GPMC) Class Library to perform some basic GP tasks. Note that all samples include step-by-step...
  • Group Policy Team Blog

    Troubleshooting Group Policy

    • 0 Comments
    Troubleshooting Group Policy can be a pain. I agree. When I try out new awesome Group Policy Preferences, or I experiment with the GP cmdlets, I am sometimes stumped. Here's what we do when we are troubleshooting our own test environments on the Group...
  • Group Policy Team Blog

    GP Editorial: Group Policy Best Practices

    • 1 Comments
    Lots of people ask the Group Policy Team: What are the best settings to configure? What is the most secure GPO we can deploy? I've been talking about this a lot with the Group Policy customer support folks, and the topic resulted in the following editorial...
  • Group Policy Team Blog

    Tales from the Community: How do I deploy Windows 7 policy settings

    • 2 Comments
    From the Newsgroups: "Hi! In order to use all of windows 7 AD Policies you need to be running Windows Server 2008 R2?Can i get a list of Group Policies that i cannot be leveraging when a windows 7 client is in a windows 2003 domain? ...
  • Group Policy Team Blog

    Tales from the Community: Enforced vs. Block Inheritance

    • 0 Comments
    From the Group Policy TechNet Forum, featuring Florian, ever-helpful Group Policy MVP: Hi What is the difference between “no-override” and “block policy inheritance” in group policy option? Regards M. Hey M.! It looks like you’re trying...
  • Group Policy Team Blog

    How to Install GPMC on Server 2008, 2008 R2, and Windows 7 (via RSAT)

    • 0 Comments
    Happy Holidays! http://www.youtube.com/user/jeremymoskowitz#p/u/0/UsYkbLzVsM8 This is the Group Policy present you've been asking for : a step by step video of how to install the GPMC using a GUI or a commandline from Jeremy Moskowitz, one of our...
  • Group Policy Team Blog

    TechEd Australia 2009 talks published

    • 0 Comments
    If you couldn't make it to the TechEd Australia 2009 conference in the Gold Coast, you missed a lot of great presentations! Luckily, they were recorded and published here: What’s new in Win7/Server 2008 R2 (Gutnik) SRV310 http://www.msteched...
Page 1 of 7 (158 items) 12345»