The purpose of this script is to retrieve the following HP iLO board informations : HP Server model, iLO model, iLO firmware version. You only need a host file filled in with all your iLO IP addresses. The script has
Different ways of getting AD group members
I will show you, in the scripts below, different ways of getting Active Directorw group members with Powershell. Scripts ADSI method $root=([ADSI]””).distinguishedName $Group = [ADSI](“LDAP://CN=Domain Admins, CN=Users,”+ $root) $Group.member Get-ADGroupMember cmdlet $root = (get-ADDomain).Distinguishedname $group = “CN=Domain Admins, CN=Users,”+$root (Get-ADGroupMember
Get the version and patch level on remote MS SQL Servers
Local Administrator Password Solution with Powershell
The “Local Administrator Password Solution” (LAPS) provides a centralized storage of secrets/passwords in Active Directory (AD) – without additional computers. Each organization’s domain administrators determine which users, such as helpdesk admins, are authorized to read the passwords. Source Boe Prox
Reset a lost local administrator password
Active Directory Password complexity checker
Resolve the CBS.log file size problem
ServiceNow workflow, Powershell and JSON
ServiceNow provides ITSM solutions and products: Configuration Management Database Edge Encryption Knowledge Management Performance Analytics Reporting Service Catalog Service Portal Designer Subscription Management Visual Task Boards Workflow The last feature is very interesting. Each workflow can contain “activities”. These activities