Fixes doc for changed basket file output handling

This commit is contained in:
Lord Hepipud 2019-10-30 18:20:27 +01:00
parent c257beab9b
commit 58ba229c4f

View file

@ -31,7 +31,7 @@ Get-IcingaCheckCommandConfig -CheckName Invoke-IcingaCheckBiosSerial, Invoke-Ici
Last but not least you can output the JSON-Basket directly into a file. To do this, simply use the `OutFile` argument. You only require to specify a directory here, as the file including a timestamp is generated by the Cmdlet itself
```powershell
Get-IcingaCheckCommandConfig -OutFile 'C:\Users\myuser\Documents\
Get-IcingaCheckCommandConfig -OutDirectory 'C:\Users\myuser\Documents\
```
Once the file is exported, you can navigate to your Icinga Director Basket menu and import the generated file. Afterwards all specified Check-Commands are available and ready to use