Skip to content

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

  • Home
  • About Dale
  • Useful links
  • WiseFAQ’s Lists O’ IT Goodness
    • Home
    • Active Directory
Active Directory

On removing ADM files–one small issue

Dale April 27, 2023 0 Comments

Back in May 2022, I wrote about Sysvol Bloat with Group Policy ADM Template files. I was removing the Office 2010 series of ADM Templates, as I’ve replaced them with…

Active Directory PowerShell

Increasing the event log file sizes under “Applications and Services Logs” via Group Policy.

Dale January 4, 2023 0 Comments

You can’t directly. Using Group Policy Preferences, though, you can. In other words, we’re going to set some Registry Keys. The Applications and Services Logs registry entries can be found…

Active Directory

So how do you remove an .ADM file from Group Policy?

Dale September 20, 2022 0 Comments

It’s the reverse of Importing a .ADM into Group Policy. Edit the Group Policy Expand the Policies Folder Select “Administrative Templates” In the menu, select “Action” Select “Add/Remove Templates…” Highlight…

Active Directory

So you have an .ADM file, how do you import it into Group Policy?

Dale May 12, 2022 0 Comments

After 10 years of ADMX templates, we had forgotten how to do it.  Much head scratching later ….In the Group Policy Management Editor, under Action, Add/Remove Templates.

Active Directory

So Sysvol Bloat is bad. But what is it?

Dale May 6, 2022 0 Comments

, all the default Administrative Template files are added to the ADM folder of a Group Policy object (GPO) on a domain controller. The GPOs are stored in the SYSVOL…

Active Directory AGPM Windows

Windows LegalNoticeText

Dale February 28, 2022 0 Comments

Not something we do often, and when we do, I tend to forget the “rules” of LegalNotice.  I’ve written this down, like some other posts, as a memory aide.History1993 was…

Active Directory Web links

Saturday Link Roundup – Group Policy Settings Reference Spreadsheet for Windows

Dale January 8, 2022 0 Comments

Had some difficulties finding these links on the Microsoft Website, so here they are for future reference:Group Policy Settings Reference Spreadsheet for Windows 11 October 2021 Update (21H2)Group Policy Settings…

Active Directory Azure

Getting a simple list of computers from Azure AD

Dale November 19, 2021 0 Comments

First we connect to Azure AD, I’m going to use the MSOnline module: connect-msoldevice Then we get the computers and export them to a CSV file. get-msoldevice -All | select-object…

Active Directory

Getting a simple list of AD Group Members

Dale November 17, 2021 0 Comments

Sometimes you just need a raw AD Group Membership list: Get-ADGroupMember -identity "<AD Group Name>" | Select-Object Name | Export-CSV –NoTypeInformation 'c:\temp\<AD Group Name>.csv' Which gives you this output: NODDY05…

Active Directory

Disabling your own corporate device in Azure AD

Dale October 26, 2021 0 Comments

Yes, if you go to My Account (microsoft.com), you have the ability to disable your device in Azure.... If you do this, in theory, the next AD sync will reset…

Posts navigation

1 2 … 4

Next Page »

IT Related

  • EpochConverter
  • Group Policy Administrative Templates Catalog
  • Official Microsoft Team Blogs List
  • Podfather Gear
  • Service Status Pages

NSNG

  • Grain Free Comfort Food

OH&S

  • Asbestos
  • Brodie Panlock
  • COVID-19 In Australia

Other stuff I read

  • Become Awesome in Excel
  • desiringGod
  • Harvest
  • Impro Wiki
  • Melbourne Laneway Learning
  • MyFridgeFood
  • Pet Loss Blog
  • Phil Factor
  • Writing or just Practicing

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

Copyright © All rights reserved | Blogus by Themeansar.