From d37b5e48a0858a180bedf393bc784ed1a29365e4 Mon Sep 17 00:00:00 2001 From: Uladzislau Dadzimau <159532848+UladzislauDadzimau@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:59:58 +0100 Subject: [PATCH] Update README.md --- README.md | 55 +++---------------------------------------------------- 1 file changed, 3 insertions(+), 52 deletions(-) diff --git a/README.md b/README.md index aa8d968..d26c215 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Infoblox Sales Acceleration Scripts +# Infoblox Sales Acceleration Scripts About ===== @@ -7,55 +7,6 @@ Infoblox sales acceleration scripts are a set of scripts that can be used to aut - `collections`: A set of collection scripts to gather acurate and up-to-date information for Infoblox Solutions/Proposal. The scripts include the following: - `msad-cs`: Gathers up-to-date DDI information from a customers/prospects Microsoft Active Directory environment. -Requirements +Collection scrits ============ -- PowerShell 5.1 and above -- Windows 10 and above - -MS AD Collection Overview -=========================== -The `msad-cs` collection collects data DNS/DHCP/IPAM data from a Microsoft Active Directory environment. The collection includes MS AD topology, computers, users accounts, DNS zones, DHCP scopes, and IPAM data. - -How to use the `msad-cs` collection ------------------------------------- -To run this tool perform the following steps: -1. Log on to a Windows machine where you plan to run the script. -2. Ensure that all prerequisites are met to run the script. -3. Copy script to a writable directory where the output files are to be stored and CD to it using Powershell console. -4. Run the script. -5. Examine output for errors (in the same console window or in the log file in the ./@logs/ directory). -6. Logs will be created in the ./@logs/ directory, output file - in the ./@output/ directory. -7. Zip and send all output and log files. - -Prerequisites -------------- -The script is supporting Powershell 5.1 or later. - -The Window system from where the script will be run should be joined to the MS AD Domain. - -It's mandatory that you run this script on the server with several Management Tools installed. -You can check if you have them installed by running this command (run in elevated Powershell console): -Windows Desktop systems: -- Get-WindowsCapability -Name "Rsat.ActiveDirectory.DS-LDS.Tools" -Online | Select-Object State -- Get-WindowsCapability -Name "Rsat.DHCP.Tools" -Online | Select-Object State -- Get-WindowsCapability -Name "Rsat.DNS.Tools" -Online | Select-Object State - - Windows Server systems: - - Get-WindowsFeature -name "RSAT-AD-PowerShell" - - Get-WindowsFeature -name "RSAT-ADDS" - - Get-WindowsFeature -name "RSAT-ADLDS" - - Get-WindowsFeature -name "RSAT-DHCP" - - Get-WindowsFeature -name "RSAT-DNS-Server" - -You can install them by running this command (run in elevated Powershell console): -Windows Desktop systems: -- Add-WindowsCapability -Name "Rsat.ActiveDirectory.DS-LDS.Tools" -Online -- Add-WindowsCapability -Name "Rsat.DHCP.Tools" -Online -- Add-WindowsCapability -Name "Rsat.DNS.Tools" -Online - - Windows Server systems: - - Add-WindowsFeature -name "RSAT-AD-PowerShell" - - Add-WindowsFeature -name "RSAT-ADDS" - - Add-WindowsFeature -name "RSAT-ADLDS" - - Add-WindowsFeature -name "RSAT-DHCP" - - Add-WindowsFeature -name "RSAT-DNS-Server" +The latest version of collection scripts (MSAD and ISC) and their documentation can be downloaded by the following link: https://github.com/infobloxopen/infoblox-sa-scripts/releases/tag/latest.