I have two individual scripts that result in the information I need. How do I combine the two scripts so I can export it to .CSV?
Script #1
Get-DHCPServerv4OptionValue -ComputerName (server name here) | Select-Object Name,Value
Script #2
Get-DHCPServerv4Scope -Computername (server name here)