Tag Archives: powershell

How to clean up the FHIR objects using bundle in PowerShell?

Summary This post is continuation of the previous post. How to clean up the FHIR objects in the Postman received as a bundle? PowerShell Code Conclusion This is other ways you can clean up the FHIR objects.

Posted in FHIR | Tagged , , , , | Leave a comment

C# Powershell snapin not registering using installutil

Problem I used the sample from the following article to learn the custom PowerShell Snap In http://msdn.microsoft.com/en-us/magazine/cc163293.aspx I kept getting issue that the snap in was not registered. Solution The reason was I was not using the FrameWork64 directory InstallUtil.exe … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

PowerShell goodies and usefull links

Syntax http://ss64.com/ps/syntax.html

Posted in Uncategorized | Tagged | Leave a comment