yoke88 / PSPHPIPAM

MIT License
21 stars 18 forks source link

remove IP address #13

Closed evkogan1 closed 5 years ago

evkogan1 commented 5 years ago

Hi. I can't search how to delete the IP address. Can help?

yoke88 commented 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.

evkogan1 commented 5 years ago

I update files. Then can't find this function. But in Addresses.ps1 this function present

PS C:> Get-Command -Module PSPHPIPAM

CommandType Name Version Source


Function Convert-IdentifiersArrayToHashTable 1.0.1 PSPHPIPAM
Function ConvertTo-HashtableFromPsCustomObject 1.0.1 PSPHPIPAM
Function ConvertTo-PsCustomObjectFromHashtable 1.0.1 PSPHPIPAM
Function Expand-PhpIpamTokenLife 1.0.1 PSPHPIPAM
Function Get-PhpIpamAddresses 1.0.1 PSPHPIPAM
Function Get-PhpIpamAddressesByID 1.0.1 PSPHPIPAM
Function Get-PhpIpamAddressesByIP 1.0.1 PSPHPIPAM
Function Get-PhpIpamAllSections 1.0.1 PSPHPIPAM
Function get-phpipamAllSubnets 1.0.1 PSPHPIPAM
Function Get-PhpIpamSectionByName 1.0.1 PSPHPIPAM
Function Get-PhpIpamSectionsByID 1.0.1 PSPHPIPAM
Function Get-PhpIpamSubnetAddressesByID 1.0.1 PSPHPIPAM
Function Get-PhpIpamSubnetByID 1.0.1 PSPHPIPAM
Function Get-PhpIpamSubnetFirst_freeByID 1.0.1 PSPHPIPAM
Function Get-PhpIpamSubnetsBySectionID 1.0.1 PSPHPIPAM
Function Get-PhpIpamSubnetSlaves_RecursiveByID 1.0.1 PSPHPIPAM
Function Get-PhpIpamSubnetSlavesByID 1.0.1 PSPHPIPAM
Function Get-PhpIpamSubnetUsageByID 1.0.1 PSPHPIPAM
Function Invoke-PhpIpamExecute 1.0.1 PSPHPIPAM
Function new-phpipamAddress 1.0.1 PSPHPIPAM
Function New-PhpIpamSection 1.0.1 PSPHPIPAM
Function New-PhpIpamSession 1.0.1 PSPHPIPAM
Function New-PhpIpamSubnet 1.0.1 PSPHPIPAM
Function Protect-Rijndael256ECB 1.0.1 PSPHPIPAM
Function Remove-PhpIpamSection 1.0.1 PSPHPIPAM
Function Remove-PhpIpamSession 1.0.1 PSPHPIPAM
Function Remove-PhpIpamSubnetAllAddressBySubnetID 1.0.1 PSPHPIPAM
Function Remove-PhpIpamSubnetAllPermissionsBySubnetID 1.0.1 PSPHPIPAM
Function Remove-PhpIpamSubnetByID 1.0.1 PSPHPIPAM
Function Search-PhpIpamAddressByHostname 1.0.1 PSPHPIPAM
Function Test-PhpIpamToken 1.0.1 PSPHPIPAM
Function UnProtect-Rijndael256ECB 1.0.1 PSPHPIPAM
Function Update-PhpIpamAddressByID 1.0.1 PSPHPIPAM
Function Update-PhpIpamSection 1.0.1 PSPHPIPAM
Function Update-PhpIpamSubnet 1.0.1 PSPHPIPAM

yoke88 commented 5 years ago

I have downloaded the PS module from github and did a test , there was no problem like yours.

批注 2019-04-26 084957

yoke88 commented 5 years ago

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:\>
evkogan1 commented 5 years ago

Thank. I understood. ISE Reload helped