Users Guide
Table Of Contents
- Dell Command | PowerShell Provider Version 2.3 User's Guide
- Introduction to Dell Command | PowerShell Provider 2.3
- System requirements and prerequisites for Dell Command | PowerShell Provider 2.3
- Download and installation steps for Dell Command | PowerShell Provider 2.3
- Getting started with Dell Command | PowerShell Provider 2.3
- Importing Dell Command | PowerShell Provider
- Navigating using the Windows PowerShell console
- Supported cmdlets in Dell Command | PowerShell Provider
- Custom functions in Dell Command | PowerShell Provider
- Parameters supported in Dell Command | PowerShell Provider
- Configuring attributes using Dell Command | PowerShell Provider
- Features supported in Dell Command | PowerShell Provider
- Using the AutoOn feature
- Using the AdvanceBatteryChargeConfiguration feature
- Using the PrimaryBattChargeCfg feature
- Using the PeakShiftDayConfiguration feature
- Using the Keyboard Backlight Color feature
- Using the BootSequence feature
- Using the BIOS password feature
- Using the HardDisk Drive password feature
- Using TpmSecurity feature
- Desired State Configuration (DSC) for Dell Command | PowerShell Provider
- Setting up Dell Command | PowerShell Provider 2.3 in Windows Preinstallation Environment
- Accessing help for Dell Command | PowerShell Provider 2.3
- Frequently asked questions for Dell Command | PowerShell Provider 2.3
- Troubleshooting scenarios for Dell Command | PowerShell Provider 2.3
- Accessing documents from the Dell EMC support site
- Third-party licenses
Configuring Windows PowerShell
● Ensure that you have Administrative privileges on the Dell business client system.
● By default Windows PowerShell has its ExecutionPolicy set to Restricted. To run the Dell Command | PowerShell Provider
cmdlets and functions, ExecutionPolicy must be changed to RemoteSigned at a minimum. To apply the ExecutionPolicy, run
Windows PowerShell with Administrator privileges, and run the following command within the PowerShell console:
Set-ExecutionPolicy RemoteSigned -force
NOTE:
○ If there are more restrictive security requirements, set the ExecutionPolicy to AllSigned. Run the following command
within the PowerShell console: Set-ExecutionPolicy AllSigned -Force
○ If using an ExecutionPolicy based process, run Set-ExecutionPolicy each time a Windows PowerShell console is
opened.
● To run Dell Command | PowerShell Provider remotely, you must enable PS remoting on the remote system. To initiate
remote commands, check system requirements and configuration requirements by running the following command:
PS C:> Get-Help About_Remote_Requirements
8 System requirements and prerequisites for Dell Command | PowerShell Provider 2.3