User Tools

Site Tools


misc:dhcp_test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
misc:dhcp_test [2016/02/10 07:22] rpleckomisc:dhcp_test [2016/02/10 07:36] (current) – external edit 127.0.0.1
Line 12: Line 12:
 ==== Checking DHCP Options with PowerShell script ==== ==== Checking DHCP Options with PowerShell script ====
  
-Do not forget to set **Set-ExecutionPolicy** to **Unrestricted** !!\\+Before executing PS Script, script execution has to be enabled in PS: \\ 
 +  Get-ExecutionPolicy 
 +  Set-ExecutionPolicy RemoteSigned
  
 Since the DhcpInterfaceOptions is always accessible (even when the client already received  the DHCP offer) you can always read the content. PowerShell script reads the registry key for each DHCP enabled NIC and shows the received DHCP options. Since the DhcpInterfaceOptions is always accessible (even when the client already received  the DHCP offer) you can always read the content. PowerShell script reads the registry key for each DHCP enabled NIC and shows the received DHCP options.
Line 20: Line 22:
 ReadDhcpOptions ReadDhcpOptions
  
-You can find the PowerShell script here:   ReadDhcpOptions+You can find the PowerShell script here:   {{downloads:ReadDhcpOptions-v1.1.zip|ReadDhcpOptions}}\\ 
 +or download it from the author's site [[http://www.ingmarverheij.com/download/5839/ ]]  \\
  
 The archive contains three files The archive contains three files
Line 31: Line 34:
  
 [[http://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml]] [[http://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml]]
 +    
 + 
  
  
-PowerShell script can be downloaded from:\\ 
-     
-[[http://www.ingmarverheij.com/download/5839/ ]]    
- 
-Before executing PS Script, script execution has to be enabled in PS: \\ 
-  Get-ExecutionPolicy 
-  Set-ExecutionPolicy RemoteSigned 
  
misc/dhcp_test.1455088938.txt.gz · Last modified: 2016/02/10 07:22 (external edit)