Skip to content

Instantly share code, notes, and snippets.

@vincentDcmps
Created February 2, 2022 14:31
Show Gist options
  • Save vincentDcmps/73b7b73d0bc00bd8666596e37559d6e6 to your computer and use it in GitHub Desktop.
Save vincentDcmps/73b7b73d0bc00bd8666596e37559d6e6 to your computer and use it in GitHub Desktop.
leaseDnsUpdate.ps1
Get-DhcpServerv4Scope |Get-DhcpServerv4Lease|?{$_.hostname -like "PPMA*"}|select hostname,DnsRegistration,clientID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment