In this video, you will learn how to install iDRAC Service Module on Microsoft Windows Nano operating systems. To begin, open a Windows Powershell console as an Administrator. Login to the Nano OS as an administrator using the following PowerShell commandlet using hostname/IP address and credentials. Enter-PSSession –ComputerName the host IP address –Credential administrator Windows Powershell password credential request dialog box is displayed.
Enter your login password and click OK. Copy the iDRACSvcMod.appx webpack to a location on Nano OS. Navigate the folder location where you have copied the APPX package. You can install the AppxPackage by entering the following command: Add-AppxPackage .\iDRACSvcMod.appx Here, you can view the progress of the deployment operation. To start the iSM service enter the following command: net start “IDRAC Service Module” If iSM is installed on the OS, then the Appx package will be listed. Get-Appxpackage You can view the Package details below.
To check whether the iDRAC Service Module is running on the Nano OS, type the following commandlet: get-service “IDRAC Service Module” To stop the iSM service you can enter the following commandlet: net stop “IDRAC Service Module” Here, you can view a message that ‘iSM service was stopped successfully’. To remove the ‘Appxpackage’ you can type the following command: Remove-AppxPackage the PackageFullName On screen you can seen an example of the packagefullname. You can get the package full name by using the following commandlet Get-appxpackage. For more information about iDRAC Service Module, visit Dell.com/OpenManageManuals.