Tagged: PowerShell

PowerShell 0

Configure HPE G10 Server BIOS via PowerShell

Last post was about configuring HPE smart array and create logical drives on HPE G10 servers via PowerShell (HPE Scripting Tools for PowerShell). This post is about configuring HPE G10 BIOS via PowerShell by using HPE BIOS cmdlets. As I have mentioned in the last post, there are cmdltes available for Smart Array, BIOS, iLO and OA which helping administrators to configure and deploy servers faster than regular ways and without no additional cost. In order to configure HPE BIOS via PowerShell, you need to download and install HPE Scripting Tools for PowerShell: Scripting Tools for Windows PowerShell Sample Script...

PowerShell 1

How to Create Logical Drive on HPE DL580 G10 by PowerShell

I have published some posts about HPE Scripting Tools for PowerShell to automating physical server preparation and deployment services. The tools helping administrators to deploying services on HPE servers faster than normal ways, also there is no additional costs, just buy a PowerShell book! The scripting tools provides PowerShell cmdlets for configuring BIOS, iLO, OA and Smart Array. The tools are available for download as free tools on HPE website. Scripting Tools for Windows PowerShell The smart array cmdlets are compatible with HPE Generation 10 and not all smart array adapters. Read the user guide document to find list of...

PowerShell 3

Configure NTP on iLO via HPE Scripting Tools for Windows PowerShell

In order to keep synchronize iLO time with NTP server or time server, you have to enable NTP configuration and add proper NTP server address. Configuring NTP on more than one server is a difficult task for any administrator, because you have to do it via iLO command line or web based GUI manually. At this post I want to share an example for NTP configuration as a PowerShell script.