Password Resets
Password Reset PowerShell Scripts are provided as standard for each of the following types of systems/accounts:
- Active Directory
- Windows Accounts
- Windowd Scheduled Tasks
- Windows Services
- IIS Application Pools
- Cisco Routers and Switches
- Linux Accounts (including root)
- Microsoft SQL Accounts
- MySQL Accounts
- Oracle Accounts
- COM+ Components
- HP iLO out of band management cards
- HP H3C switches and routers
- HP Procurve switches and routers
- Juniper ScreenOS firewalls
- Juniper Junos devices
- F5 BIG-IP Load Balancers
- IBM's IMM out of band management cards
- Dell's iDRAC out of band management cards
- VMWare ESX Accounts
Extensible Design
As the Password Reset feature is designed around the use of PowerShell scripts, it provides a flexible architecture where customers can modify the default scripts provided for their own environment, or create their own to meeting the requirements of their own infrastructure.
Connecting to Windows Servers to perform password resets, simply uses the power of PowerShell Remoting - which a lot of customers already use to manage their environment. Connecting to Linux/Unix/Routers/Switches can be achieved via SSH logins directly from the PowerShell Reset script, an connecting to database servers uses standard connectivity methods available in PowerShell and .NET.
Password Validation
In addition to performing Password Resets, you can also perform On-Demand or Scheduled validation (Heartbeat Validation) of the accuracy of passwords in your environment. Password Validations can be done for:
- Active Directory
- Windows Accounts
- Cisco Routers and Switches
- Linux Accounts
- Microsoft SQL Accounts
- MySQL Accounts
- Oracle Accounts
- HP iLO out of band management cards
- HP H3C switches and routers
- HP Procurve switches and routers
- Juniper ScreenOS firewalls
- Juniper Junos devices
- HP iLO out of band management cards
- F5 BIG-IP Load Balancers
- IBM's IMM out of band management cards
- Dell's iDRAC out of band management cards
- VMWare ESX Accounts
Account Discovery
To automate the process of performing Password Resets in your environment, there are several 'Discovery Jobs' available to discover the following objects on your network:
- Windows Hosts
- Local Administrator Accounts on Servers and Workstations
- Windows Services, IIS Application Pools and Schedule Tasks which are using accounts as their security context for execution or functionality
- Cisco IOS Accounts
- HP H3C Accounts
- Juniper Junos Accounts
- Linux and Mac Accounts
- MS SQL Database Accounts
- MySQL Database Accounts
- Oracle Database Accounts