Frank Geisler
c973eeb735
Merge 865a07d4ad into d14244d727
2023-08-18 06:19:28 +00:00
Frank Geisler
865a07d4ad
Added Cmdlet New-SnipeItCustomFieldset
2023-08-18 08:19:20 +02:00
Frank Geisler
a016c4eb54
Corrected some typos in description, added password to mandatory, test if password is less than 8 chars
2023-08-18 08:05:21 +02:00
Petri Asikainen
29c23e92ea
Merge pull request #295 from PetriAsi/fix/jorips1
...
Rebased Fix/jorips1 orginal PR
New/Set licenses
Removed Validate Length from New-SnipeitLicense -license_email, bringing it in line with Set. This was causing the parameter to fail as it cannot validate the mailaddress object.
Added code to convert -license_email to string, as required by the SnipeitAPI.
Added -purchase_order functionality.
New Supplier
Fixed typo in API which was causing the command to fail.
2022-11-29 05:44:21 +02:00
JoriPS1
016dde001d
Fixed: Typo
2022-11-29 05:37:53 +02:00
JoriPS1
cc664e851e
Fixed: -license_email must be string.
2022-11-29 05:37:53 +02:00
JoriPS1
b23f73737a
Removed: [ValidateLength()] from -license_email
2022-11-29 05:37:53 +02:00
JoriPS1
d64978fd6f
Added: -purchase_order
2022-11-29 05:37:53 +02:00
Petri Asikainen
971239c6e6
Merge pull request #291 from erikjunker/Docs-correction
...
Docs correction
2022-10-06 20:07:34 +03:00
erikjunker
f99ea3d8af
Update Set-SnipeitAsset.md
2022-10-06 19:03:42 +02:00
erikjunker
ba1fdef8e5
Update New-SnipeitAsset.md
2022-10-06 19:03:20 +02:00
Petri Asikainen
d14244d727
Merge pull request #283 from snazy2000/develop
...
Merge Develop
Support for more search fields and updated documentation @mattcarras
2022-08-31 22:11:12 +03:00
Petri Asikainen
fadfa2d797
Merge pull request #282 from mattcarras/feature/update_get_functions
...
Update Get Functions
2022-08-31 22:05:15 +03:00
Matthew Carras
3a5d951cb9
Update Get Functions
...
* Add additional parameters to Get functions, especially -name wherever possible.
* Add some missing function help
2022-08-31 14:30:45 -04:00
Petri Asikainen
7582b0fa1a
Merge pull request #278 from snazy2000/develop
...
Support for setting group on user creation and api request throttling
Now there's API request throttling support in SnipeitPS . You can specify throttlelimit and period with Connect-SnipeitPS . After that SnipeitPS know when to pause. You can start limit 120 and period 60000 (ms) from hosted snipeit installation. For the fine tune there's throttlemode parameter that can be set to Burst, Constant or Adaptive.
2022-08-10 09:15:43 +03:00
Petri Asikainen
381b6e3586
Merge pull request #276 from PetriAsi/feature/throttlerequests
...
Feature/throttlerequests
2022-08-08 13:59:43 +03:00
Petri Asikainen
79b94981ec
Support request throttling
2022-08-08 13:04:05 +03:00
Petri Asikainen
6b3bc0f459
Merge pull request #275 from chaosjester/develop
...
Add Groups to New/Set-SnipeitUser.ps1
2022-08-05 10:13:09 +03:00
chaosjester
4a889cfb44
Add Groups to New/Set-SnipeitUser.ps1
2022-07-29 23:47:38 +10:00
Petri Asikainen
98095b6a53
Merge pull request #267 from snazy2000/develop
...
Publish develop
2022-03-30 20:50:02 +03:00
Petri Asikainen
758c5140b6
Merge pull request #266 from PetriAsi/feature/setsnipeituser
...
Added Set-SnipeitUser -ldap_import parameter
2022-03-30 20:48:00 +03:00
Petri Asikainen
d70f22d5f5
Updated docs
2022-03-30 20:45:50 +03:00
Petri Asikainen
5feafa0574
Added ldap_import
2022-03-30 14:17:56 +03:00
Petri Asikainen
72215faf0b
Merge pull request #262 from snazy2000/develop
...
Added: Set supplier_id of asset
2022-02-24 23:11:19 +02:00
Petri Asikainen
8af189e95b
Merge pull request #261 from PetriAsi/fix/setsnipeitasset
...
Added set supplier_id to Set-SnipeitAsset
2022-02-24 11:51:24 +02:00
Petri Asikainen
56a4525230
Updated docs, supplier_id
2022-02-24 11:47:55 +02:00
Petri Asikainen
32c95f8077
Added supplier_id
2022-02-24 11:47:04 +02:00
Petri Asikainen
cc475abf8c
Added description of supplier_id
2022-02-24 11:46:46 +02:00
Petri Asikainen
f3391bb521
Merge pull request #259 from snazy2000/develop
...
Added: Next Audit Date to New-SnipeItAudit.ps1
2022-02-05 13:41:20 +02:00
Petri Asikainen
5aa6a2eed5
Merge pull request #258 from PetriAsi/update/docs
...
updated docs
2022-02-05 13:34:59 +02:00
Petri Asikainen
452573c9a0
updated docs
2022-02-05 13:33:22 +02:00
Petri Asikainen
72c6ccbd38
Merge pull request #257 from PetriAsi/patch-1
...
@RussellLeVasseur : Add Next Audit Date to New-SnipeItAudit.ps1
2022-02-05 13:22:21 +02:00
Petri Asikainen
e321cd3fa1
corrected missed next_audit_date
2022-02-05 13:17:19 +02:00
Russell LeVasseur
b4c2b51024
changed var to next_audit_date
2022-02-04 23:24:39 +02:00
RussellLeVasseur
f26db93a16
Fix variable naming and one grammar error
...
Changed from nextAudit to next_audit.
2022-02-04 23:24:39 +02:00
RussellLeVasseur
51cb9f88f5
Update New-SnipeitAudit.ps1
...
- Modified nextAudit param to [datetime]
- Added parameter description at beginning of doc
- Added code to format date to yyyy-MM-dd for SnipeIT
2022-02-04 23:24:39 +02:00
RussellLeVasseur
68ae039013
Add Next Audit Date to New-SnipeItAudit.ps1
2022-02-04 23:24:39 +02:00
Petri Asikainen
9e014ad06b
Merge pull request #254 from snazy2000/develop
...
Fail when snipe it returns unauthorized
2021-12-18 12:26:06 +02:00
Petri Asikainen
7ac8a5c9bd
Merge pull request #253 from PetriAsi/fix/#252
...
Fail when request is unauthorized
2021-12-18 12:24:29 +02:00
Petri Asikainen
e2923cade8
Fail when request is unauthorized
2021-12-18 11:49:27 +02:00
Petri Asikainen
e10f520008
Merge pull request #248 from snazy2000/develop
...
Fixed #246 : Notes on checkin
2021-11-24 17:44:18 +02:00
Petri Asikainen
4e4a739418
Merge pull request #247 from PetriAsi/fix/#246
...
fix #246
2021-11-24 15:10:35 +02:00
Petri Asikainen
2f1873497d
fix #246
2021-11-24 15:09:16 +02:00
Petri Asikainen
db2fb6278c
fix #246
2021-11-24 15:07:36 +02:00
Petri Asikainen
536bff19bb
Merge pull request #244 from snazy2000/develop
...
Added #242 : Set-SnipeitAsset set asset_tag
2021-10-28 10:11:16 +03:00
Petri Asikainen
ec40912018
Merge pull request #243 from PetriAsi/feature/#242
...
Added #242 : Set-SnipeitAsset set asset_tag
2021-10-28 10:03:58 +03:00
Petri Asikainen
83e8e43bc2
set asset_tag
2021-10-28 09:59:53 +03:00
Petri Asikainen
26ae35d1bd
Fix/#239 : New-SnipeitModel make fieldset_id optional
...
Fix/#239 : New-SnipeitModel make fieldset_id optional
2021-10-27 14:27:34 +03:00
Petri Asikainen
2a6d62bff5
Merge pull request #240 from PetriAsi/fix/#239
...
Fix/#239 : New-SnipeitModel make fieldset_id optional
2021-10-27 14:14:25 +03:00
Petri Asikainen
dd2bf7371e
updated docs
2021-10-27 14:11:27 +03:00