Skip to content
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

Missing Remove-NSSystemFile function #80

Open
julkwiec opened this issue Jul 21, 2017 · 2 comments
Open

Missing Remove-NSSystemFile function #80

julkwiec opened this issue Jul 21, 2017 · 2 comments

Comments

@julkwiec
Copy link

Expected Behavior

NetScaler module should provide a Remove-NSSystemFile function that, as the name suggests, will delete a given file from NetScaler's filesystem.

Current Behavior

Currently there's no way to delete a system file.

Possible Solution

Self-explanatory 😄

Context

This function is needed to provide complete filesystem control through API calls. Personally I need it to manage SSL certificates installed on the device.

Your Environment

  • Module version used: 1.4.0
  • Operating System and PowerShell version: Windows 10, Powershell 5.1
@dbroeglin
Copy link
Contributor

Hi @julkwiec,

I think it is already there (but in the dev branch):
https://github.com/devblackops/NetScaler/blob/dev/NetScaler/Public/Remove-NSSystemFile.ps1

I had the exact same need you had a few months ago.

I'm sorry I did not react sooner, I'm currently on a much needed vacation.

@devblackops
Copy link
Owner

I finally got off my butt and merged all the PRs (including #72 from @dbroeglin ) which includes Remove-NSSystemFile. Master and dev branches are in sync as well. v1.5.0 has been pushed to PSGallery with these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants