Jump to content

philip ross

Hornbill Users
  • Posts

    7
  • Joined

  • Last visited

philip ross's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • First Post

Recent Badges

3

Reputation

  1. About 4,000 endpoints and 180,000 rows for installed applications. We previously did this via KACE.
  2. However the asset-load utility will load data into it, but you can't update it via that tool. So we switched to using a GENERAL asset type for our stuff
  3. You can use the REGEX functions.... like ... "AssetFilters": [{ "ColumnName":"h_description", "ColumnValue": ".*from Intune", "Operator": "Regex", "IsGeneralProperty": true gives all descriptions ending with from Intune (that is from a delete script). But basically I found you can use Regex for conditions start end etc. I tested mine here : regex101: build, test, and debug regex
  4. I tried that but it creates a new asset. What do you mean by type_id? I need to change some assets from Desktop to Laptop?
  5. Hi, I want to do the same, but that link doesn't work anymore. I wanted to call this from powershell? My aim is to get hold of the relatedentitydata ?
×
×
  • Create New...