CyberAutomate.io
Home
About
Posts
Speaking
  • 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
  • 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
  • Remotely Install Adobe Reader with PowerShell

    May 3, 2016 · 1 min read · PowerShell YouTube Remote Management  ·
    Share on:

    This scripts is quick, dirty and could be made more efficient. That said, it works.Reads a As constructed it reads a txt file containing computer names and attempts to ping each machine. If the ping is successful, it copies the contents of c:\Install from the source computer to c:\install on the target machine. Once …

    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
  • Use PowerShell to retrieve 3rd party software versions

    Mar 23, 2016 · 0 min read · PowerShell YouTube  ·
    Share on:

    Read More
  • How to create and use custom PowerShell Functions

    Mar 17, 2016 · 0 min read · PowerShell YouTube  ·
    Share on:

    Read More
  • Force WSUS checkin with PowerShell

    Mar 14, 2016 · 0 min read · PowerShell YouTube  ·
    Share on:

    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