CyberAutomate.io
Home
About
Posts
Speaking
  • How to view PowerShell DSC resource properties

    Apr 9, 2017 · 1 min read · DSC PowerShell youtube  ·
    Share on:

    Since my two previous Desired State Configuration Manager videos, I have gotten more than a few questions asking how to view a specific DSC resources properties. Unlike your typical PowerShell CMDlet, you can’t view properties of a DSC resource using Get-Member. To view DSC resource properties you have to use …

    Read More
  • PowerShell Desired State Configuration How-To Pull Mode

    Feb 28, 2017 · 1 min read · DSC PowerShell Youtube  ·
    Share on:

    This script will accomplish 3 things; configure a pull server, create a basic configuration to be pulled by a target node, and create a Local Configuration Manager configuration for the target node. Execute the following code on the Pull Server. Create the mof to configure the target node. Execute this code on the …

    Read More
  • PowerShell Desired State Configuration How-To for Beginners

    Jan 19, 2017 · 1 min read · DSC PowerShell Youtube  ·
    Share on:

    In this video, I cover only a few very basic PowerShell Desired State Configuration Manager (DSC) concepts. The terminology How to create a Local Configuration Manager (LCM) configuration How to push the LCM configuration to the target node How to create a basic DSC configuration to maintain the MSExchangeTransport …

    Read More
  • 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
  • Get the last user logged into a computer with PowerShell

    Aug 16, 2016 · 2 min read  ·
    Share on:

    As an Administrator, I have been asked more than once to find out where a computer is on the network. This question is usually asked by someone that needs to inventory or lifecycle the equipment. If your IT department is well organized or you have some sort of 3rd party software running that does this for you, you …

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

Recent Posts

  • MustLearnKQL - The Summarize Operator
  • MustLearnKQL - The Count Operator
  • MustLearnKQL - The Take / Limit Operator
  • MustLearnKQL - The Where Operator
  • MustLearnKQL - The Schema Operator

Categories

YOUTUBE 50 POWERSHELL 38 ACTIVE-DIRECTORY 9 KQL 9 MUSTLEARNKQL 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 KQL9 MUSTLEARNKQL9 POWERSHELL38 QUICKTIP1 REMOTE-MANAGEMENT4 VSCODE2 WMI2 YOUTUBE50
[A~Z][0~9]

Tags

YOUTUBE 50 POWERSHELL 38 ACTIVE-DIRECTORY 9 KQL 9 MUSTLEARNKQL 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 KQL9 MUSTLEARNKQL9 POWERSHELL38 QUICKTIP1 REMOTE-MANAGEMENT4 VSCODE2 WMI2 YOUTUBE50
[A~Z][0~9]
CyberAutomate.io

Copyright  CYBERAUTOMATE.IO. All Rights Reserved