Zu den Hauptinhalten
  • Bestellungen schnell und einfach aufgeben
  • Bestellungen anzeigen und den Versandstatus verfolgen
  • Profitieren Sie von exklusiven Prämien und Rabatten für Mitglieder
  • Erstellen Sie eine Liste Ihrer Produkte, auf die Sie jederzeit zugreifen können.
  • Verwalten Sie mit der Unternehmensverwaltung Ihre Dell EMC Seiten, Produkte und produktspezifischen Kontakte.

Dell Command Powershell Provider Wake-on-LAN Capabilities

Zusammenfassung: This article provides information about Dell Command | Powershell Provider Wake-on-LAN capabilities.

Dieser Artikel wurde möglicherweise automatisch übersetzt. Wenn Sie eine Rückmeldung bezüglich dessen Qualität geben möchten, teilen Sie uns diese über das Formular unten auf dieser Seite mit.

Artikelinhalt


Weisungen

Affected Products:

  • Dell Command | Powershell Provider

Wake on LAN/WLAN option allows the computer to turn on from the S4 or S5 state when triggered by a special LAN signal or when triggered by a special wireless LAN signal. This feature only works when the computer is connected to AC. Ethernet connections, including home and work networks, wireless data networks and the Internet itself, are based on packets of data that are sent between computers.

Wake-on-LAN is implemented using a specially designed packet that is called a magic packet, which is sent to all computers in a network, among them the computer to be woken up. Powered-down or turned off computers capable of Wake-on-LAN contain network devices able to listen to incoming packets in low-power mode while the computer is turned off. If a magic packet is received that is directed to the device's MAC address, the network adapter signals the computer's power supply or motherboard to initiate computer wake-up, in the same way as pressing the power button would do. In case the computer being awakened is communicating using Wi-Fi, a supplementary standard that is called Wake on Wireless LAN must be employed.

Note: Programs like MagicPacket in the Windows Store (https://apps.microsoft.com/store/detail/magicpacket/9WZDNCRCW1MX?hl=en-us&gl=us This hyperlink is taking you to a website outside of Dell Technologies.) are designed to send magic packets. There are also PowerShell commandlets that can send magic packets.
Disclaimer: Dell does not endorse or support these applications or commandlets. They are being provided as an example of how to send a magic packet.

BIOS F2 Functions screen

As seen in the screen above BIOS F2 provides three options Disabled, LAN Only, and LAN with PXE Boot. The import of the above attribute values is explained below:

  • Disabled - Does not allow the computer to turn on by special LAN signals when it receives a wake-up signal from the LAN or wireless LAN.
  • LAN Only - Allow the computer to be turned on by special LAN signals.
  • LAN with PXE Boot - Allow the computer to be turned on by special WLAN signals and immediately boot to PXE.

Dell Command PowerShell Provider (DCPP) has strived hard to match the F2 screen. DCPP presents this feature to the user in the form of an attribute named WakeOnLAN.

Wake on the LAN

Possible values for this attribute can be obtained with the command as shown below:

Dir WakeOnLAN|Select PossibleValues

Possible Values

As seen in the above screenshot, DCPP provides more attribute values apart from default ones as facilitated by BIOS F2. The attribute values and their import are as described below:

  • LANOnly - Allow the computer to be turned on by special LAN signals.
  • Disabled - Does not allow the computer to turn on by special LAN signals when it receives a wake-up signal from the LAN or wireless LAN.
  • LanWithPXEBoot - Allow the computer to be turned on by special WLAN signals and immediately boot to PXE.

The user can set any of the attribute values as shown in the sample screenshot below:

SLN312566_en_US__4I_BIO_F2_Possible values_VE_V1

In the above example, the user has set the value of an attribute WakeOnLan to LANOnly as shown when done dir.

Note: If a computer or admin password is set, then this has to be provided with –Password switch.

Artikeleigenschaften


Betroffenes Produkt

Dell Command | Powershell Provider

Letztes Veröffentlichungsdatum

18 Juli 2024

Version

8

Artikeltyp

How To