Users Guide
Navigating using the Windows PowerShell console
After importing the module, navigate to DellSMBIOS drive. Run Get-ChildItem cmdlet to view the list of available categories.
Figure 2. Accessing categories and attributes
To access the attributes in each category, set location to the desired category and then run Get-Childitem cmdlet.
Supported cmdlets in Dell Command | PowerShell Provider
The following are the supported cmdlets in Dell Command | PowerShell Provider:
NOTE: Press Tab To complete the Dell Command | PowerShell Provider cmdlet in the Windows PowerShell console.
Table 2. Supported cmdlets
Cmdlet Alias Description
Get-Location pwd Displays the current path/location within the DellSMBIOS drive.
Set-Location cd Sets the working location to a specified path/location within the DellSMBIOS
drive.
Get-Item gi Displays the item at the specified location within the DellSMBIOS drive.
Get-ChildItem dir Displays the child items at the specified location within the DellSMBIOS drive.
Set-Item si Sets the value of the item.
Find-Module fimo Finds available modules from the online PowerShell Gallery.
Get-Module gmo Gets the list modules that have been imported or that can be imported into the
current session.
Install-Module inmo Installs the specified module from the PowerShell Gallery.
15