CyberAutomate.io
Home
About
Posts
Speaking
  • Hey PowerShell… Text me if my Domain Admins Group changes

    Jun 28, 2017 · 2 min read · PowerShell Youtube Active Directory  ·
    Share on:

    This is why I Love PowerShell… It’s simple, yet functional. From an Administrative perspective, I think we can all agree that any changes in your Domain Admins group without your knowledge would be of interest to you. If you’re in a large organization with access to enterprise management tools you probably have some …

    Read More
  • Create an HTML report of AD Info with PowerShell

    Nov 22, 2016 · 2 min read · Active Directory PowerShell Youtube  ·
    Share on:

    The intent of this script is to quickly get some basic information about an Active Directory infrastructure. I have used it when I’m doing some work on an environment I’m not familiar with, it gives you a quick look at what you’re dealing with without a whole lot of effort. NOTE: I tested this code exclusively on a …

    Read More
  • Create Mail Enabled Users in Bulk with PowerShell

    Sep 20, 2016 · 1 min read · Active Directory Exchange Youtube PowerShell  ·
    Share on:

    This is a simple script that will read the contents of a CSV file and create a new Active Directory User as well as a new Exchange Mailboxes for each object (row in the spreadsheet). You can select which Organizational Unit you want to put the Users in as well as which Exchange Database each users mailbox is created …

    Read More
  • Protect AD OUs from Accidental Deletion with PowerShell

    Jun 28, 2016 · 1 min read · Active Directory PowerShell YouTube  ·
    Share on:

    Today we’re talking a little more about Active Directory reconnaissance, for lack of a better term. If I start a new job, the first thing I want to do is find out how my infrastructure is configured. This script will search through Active Directory, or a subset of Active Directory, and look for Organizational Units …

    Read More
  • Create New AD Users in Bulk with Password verification

    Jun 22, 2016 · 1 min read · PowerShell Active Directory YouTube  ·
    Share on:

    More Active Directory PowerShell goodness… this time, creating Active Directory User objects in bulk using a CSV file. You will see 2 different code blocks below. The first, is as simple as you can get using minimal parameters and code. The second code block includes more parameters and addresses the issue of storing …

    Read More
  • Get the Members of all Security Groups in AD with PowerShell

    Jun 16, 2016 · 2 min read · PowerShell Active Directory YouTube  ·
    Share on:

    Update 4 May 2017: I’ve been contacted by a few people that were having trouble running the code in the Get-GroupMember function. I have replicated the error on one of my DCs but another DC in a different domain the Get-GroupMember function works fine. I’m still not entirely sure why the code works for some but not …

    Read More
  • Find Stale Active Directory User Objects with PowerShell

    May 23, 2016 · 1 min read · PowerShell Active Directory YouTube  ·
    Share on:

    In this video, I talk a little more about performing Active Directory Maintenance with PowerShell. Specifically, finding user objects that have not authenticated to the domain in X number of days. This script will search an Organizational Unit for Users accounts that have not authenticated to the Domain in 1 hour. …

    Read More
  • Create Active Directory Groups from a CSV with PowerShell

    May 16, 2016 · 1 min read · PowerShell Active Directory YouTube  ·
    Share on:

    I have a pretty simple script today. All it does is import your Active Directory group information from the CSV file and create the groups based on the information imported. This is pretty much as simple as it gets but very effective for creating multiple groups in different organizational units. The format of the CSV …

    Read More
  • Active Directory: Find Stale Computers with PowerShell

    Apr 7, 2016 · 1 min read · PowerShell YouTube Active Directory  ·
    Share on:

    If you’re in a large Enterprise you may have computer objects lurking in Active Directory that have not authenticated to the Domain in a while. This script will allow you to find those objects, disable them and move them to an alternate Organizational Unit.

    Read More

Recent Posts

  • MustLearnKQL - Create your first analytics rule in Microsoft Sentinel
  • MustLearnKQL - The Union and Join Operators
  • MustLearnKQL - The Let Statement
  • MustLearnKQL- The Order/Sort and Top Operators
  • MustLearnKQL - The Distinct Operator

Categories

YOUTUBE 58 POWERSHELL 38 KQL 17 MUSTLEARNKQL 17 ACTIVE-DIRECTORY 9 DSC 5 REMOTE-MANAGEMENT 4 AZURE 2 VSCODE 2 WMI 2 AZURE-DEVOPS 1 CHOCOLATEY 1 EXCHANGE 1 FILE-MANAGEMENT 1
All Categories
ACTIVE-DIRECTORY9 AZURE2 AZURE-DEVOPS1 CHOCOLATEY1 DSC5 EXCHANGE1 FILE-MANAGEMENT1 GROUP-POLICY1 KQL17 MUSTLEARNKQL17 POWERSHELL38 QUICKTIP1 REMOTE-MANAGEMENT4 VSCODE2 WMI2 YOUTUBE58
[A~Z][0~9]

Tags

YOUTUBE 58 POWERSHELL 38 KQL 17 MUSTLEARNKQL 17 ACTIVE-DIRECTORY 9 DSC 5 REMOTE-MANAGEMENT 4 AZURE 2 VSCODE 2 WMI 2 AZURE-DEVOPS 1 CHOCOLATEY 1 EXCHANGE 1 FILE-MANAGEMENT 1
All Tags
ACTIVE-DIRECTORY9 AZURE2 AZURE-DEVOPS1 CHOCOLATEY1 DSC5 EXCHANGE1 FILE-MANAGEMENT1 GROUP-POLICY1 KQL17 MUSTLEARNKQL17 POWERSHELL38 QUICKTIP1 REMOTE-MANAGEMENT4 VSCODE2 WMI2 YOUTUBE58
[A~Z][0~9]
CyberAutomate.io

Copyright  CYBERAUTOMATE.IO. All Rights Reserved