With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. In the first part of this series we showed you how to create a simple list and what options you have for providing data for these lists. In the second part we showed you how to make these lists […]
Tag: XML
PrimalScript adds Custom PrimalSense (Part 2: Images and multiple selection)
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. In the first part of this series we showed you how to create a simple list and what options you have for providing data for these lists. If you missed the post, click here. If your list has just […]
PrimalScript adds Custom PrimalSense (Part 1: Basic lists and static data)
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. While many items in a script can be determined dynamically based on context and offered as a selection in a list, there are equally as many items that are tied to your specific environment or your business logic. There […]
WMI Explorer 2014: Running Queries
WMI has a large amount of namespaces, classes and properties. While the WMI Explorer allows you to browse, search and filter all these items, it also enables you to query the underlying data for all of this. What you see above here is a standard query for the selected class. It is the same as […]
PrimalScript 2012: What’s new? (Part 8)
Last time we looked at the new code navigator on top of the source code views in PrimalScript 2012. Today we’ll have a look at the other tabs on the new ribbon interface. There are four additional tabs that are always available: View This is the place where you can show or hide all the […]
Inventory Report to XML
Lately I seem to be answering a number of PowerShell XML related questions. When that happens I figure its time for an example. I have a script that I think originally was posted in a forum. I apologize that I didn’t note where it came from. But I’ve enhanced it (as I am likely to do). The script reads a bare bones XML file of computernames and builds a new XML file with inventory information such as operating system, computer system, logical disks and more retrieved from WMI. My script will hopefully serve as examples for working with XML files. I also use Write-Progress so that you can track what the script is doing.
Creating XML Configuration Files the PowerShell Way.
Several weeks ago I posted an entry on creating configuration files. This same technique can also work with XML files. I’m still working on a more advanced technique but wanted to share this simpler approach.
Product Highlight – PrimalSQL and PrimalXML Example
In this blog, I will demonstrate how to use the features of PrimalSQL and PrimalXML to accomplish sample tasks. In this example, I will need to gather product information from a database and produce an XML file that will be used for offline processing. In addition, I would like to create a static drop down […]
Get TweeterTagged User
If you use Twitter and like to script, especially in PowerShell, then I think you’ll like this. A new site, TweeterTags.com has launched that allows you to tag your Twitter profile. The upshot is that this makes it easier to discover like-minded individuals. So let’s say I want to find all the PowerShell tagged users, here’s how I can do it directly from PowerShell with a simple script.
PrimalXML 2009 Ready for Beta
PrimalXML is now available for beta testing as part of our 2009 lineup of new tools. PrimalXML is the must have tool for the user who needs to interact with XML but isn’t necessarily an expert XML developer. PrimalXML document formatting and color coded syntax makes XML viewing and editing even easier. At the touch […]