CyberAutomate.io
Home
About
Posts
Speaking
  • Group Policy Management Tips

    Dec 22, 2016 · 1 min read · Group Policy Youtube  ·
    Share on:

    There is very little PowerShell goodness in this video, just some Group Policy management tips and tricks I picked up over the years.

    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
  • Remote Computer Inventory with PowerShell

    Aug 25, 2016 · 1 min read · PowerShell Remote Management YouTube WMI  ·
    Share on:

    This script uses WMI CMDlets for the most part, to gather some client hardware and software information remotely over the network. Click the link below to see the contents of the CSV file. I use it to collect the following information: Computer Name Manufacturer Model Processor Type System Type Operating system …

    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
  • Get remote disk drive info with PowerShell

    Jun 9, 2016 · 1 min read · PowerShell Remote Management WMI YouTube  ·
    Share on:

    This script uses the win32_LogicalDisk WMI Class to get Local Disk Information for one or multiple computers. For more information on the DriveTypes available with the Win32_LogicalDisk class visit: https://technet.microsoft.com/en-us/library/ee176674.aspx. You could also expand on this script and add email capability …

    Read More
  • Search file structure for specific file type with PowerShell

    Jun 5, 2016 · 1 min read · PowerShell File Management YouTube  ·
    Share on:

    This script will search a file structure for a specific file type and export the results to a CSV file. This can be used to search a user accessible file share for file types that you may have policies against storing on a file share. If you don’t have access to Enterprise tools like FSRM this is an easy way to provide …

    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
    • ««
    • «
    • 2
    • 3
    • 4
    • 5
    • 6
    • »
    • »»

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