-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need help on the parameters #39
Comments
No problem! The structure for the query is a hash table, separate the pieces with a semi-colon.
|
about_Hash_Tables should help with anything more advanced. |
perfect thank you I have another question (sorry) I can't inject the result into a variable: the variable contains the set of interfaces |
@laboiteajb That space between
|
@evilensky yes is it a copy paste error |
I have good news, it works
if later I want to modify a value Here is the result
what is the object and the resources? |
set-nbinterface isn't accepting pipeline input -
get-nbobject is a generic way of retrieving any object, you should use a specific get like |
Hello,
It's been a while since I touched the powershell, sorry for my level
I will want to create a script to add the switch configuration files to netbox.
is it possible to indicate several parameters to Get-nbInterface -query
exemple : Get-nbInterface -query @{name='1/1'}, @{device = 'CR'}
thx
The text was updated successfully, but these errors were encountered: