Closed evkogan1 closed 5 years ago
Remove-PhpIpamAddressByID
获取 Outlook for Androidhttps://aka.ms/ghei36
From: evkogan1 notifications@github.com Sent: Thursday, April 25, 2019 6:18:49 PM To: yoke88/PSPHPIPAM Cc: Subscribed Subject: [yoke88/PSPHPIPAM] remove IP address (#13)
Hi. I can't search how to delete the IP address. Can help?
― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/yoke88/PSPHPIPAM/issues/13, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAYAD4UMWEE6TXQWOGU7WELPSGAQTANCNFSM4HILXFCA.
PS C:> Get-Command -Module PSPHPIPAM
CommandType Name Version Source
I have downloaded the PS module from github and did a test , there was no problem like yours.
try the command below to see the file is up to date(addresses.ps1) , suggest you download the module again.
for example, C:\Users\xxx\Documents\WindowsPowerShell\Modules\PSPHPIPAM\functions\Addresses.ps1
PS C:\> (Get-Command Remove-PhpIpamAddressByID).module.path
C:\Users\xxx\Documents\WindowsPowerShell\Modules\PSPHPIPAM\PSPHPIPAM.psm1
PS C:\> (get-command Get-PhpIpamAddresses).module.path
C:\Users\xxx\Documents\WindowsPowerShell\Modules\PSPHPIPAM\PSPHPIPAM.psm1
PS C:\>
Thank. I understood. ISE Reload helped
Hi. I can't search how to delete the IP address. Can help?