Created
February 2, 2022 14:31
-
-
Save vincentDcmps/73b7b73d0bc00bd8666596e37559d6e6 to your computer and use it in GitHub Desktop.
leaseDnsUpdate.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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