

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://randombrainworks.com/</id>
  <title>Random Brainworks</title>
  <subtitle>Musings of a Desktop Engineer, Scripter, and Developer.</subtitle>
  <updated>2024-06-19T12:36:13-04:00</updated>
  <author>
    <name>Nasir Zubair</name>
    <uri>https://randombrainworks.com/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://randombrainworks.com/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="https://randombrainworks.com/"/>
  <generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator>
  <rights> © 2024 Nasir Zubair </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>PowerShell - Background Jobs, Runspace Jobs, and Thread Jobs</title>
    <link href="https://randombrainworks.com/2018/01/28/powershell-background-jobs-runspace-jobs-thread-jobs/" rel="alternate" type="text/html" title="PowerShell - Background Jobs, Runspace Jobs, and Thread Jobs" />
    <published>2018-01-28T21:39:17-05:00</published>
  
    <updated>2018-01-30T19:30:00-05:00</updated>
  
    <id>https://randombrainworks.com/2018/01/28/powershell-background-jobs-runspace-jobs-thread-jobs/</id>
    <content src="https://randombrainworks.com/2018/01/28/powershell-background-jobs-runspace-jobs-thread-jobs/" />
    <author>
      <name>Nasir Zubair</name>
    </author>

  
    
  

  <summary>Update Jan 30,2018 Updated with information about Invoke-Parallel and Split-Pipeline.


Parallelization in PowerShell has been a painful endeavor. There are the native BackgroundJobs, also refered to as PSJobs, which you may recall kicking off using Start-Job cmdlet. However, they felt clunky to use. This can be attributed to the fact that each job was run in its own process. This, combined wit...</summary>

  </entry>

  
  <entry>
    <title>PowerShell - Canonical Paths and Case-Sensitivity</title>
    <link href="https://randombrainworks.com/2017/02/27/powershell-canonical-paths-and-case-sensitivity/" rel="alternate" type="text/html" title="PowerShell - Canonical Paths and Case-Sensitivity" />
    <published>2017-02-27T16:07:51-05:00</published>
  
    <updated>2017-02-27T16:07:51-05:00</updated>
  
    <id>https://randombrainworks.com/2017/02/27/powershell-canonical-paths-and-case-sensitivity/</id>
    <content src="https://randombrainworks.com/2017/02/27/powershell-canonical-paths-and-case-sensitivity/" />
    <author>
      <name>Nasir Zubair</name>
    </author>

  
    
  

  <summary>PowerShell is not case-sensitive.

Windows is not case-sensitive.

Generally, these statements do not matter when you’re working with PowerShell and Windows.
However, as .Net Core and PowerShell Core move towards supporting *nix platforms, this has the potential of causing problems.

Most PowerShell cmdlets, will ingest the path parameter as provided.
For example, Set-Location C:\wINDows\sYsTEm...</summary>

  </entry>

  
  <entry>
    <title>Git - Moving Commits Between Repositories</title>
    <link href="https://randombrainworks.com/2017/02/17/git-moving-commits-between-repositories/" rel="alternate" type="text/html" title="Git - Moving Commits Between Repositories" />
    <published>2017-02-17T17:15:57-05:00</published>
  
    <updated>2024-06-17T13:04:57-04:00</updated>
  
    <id>https://randombrainworks.com/2017/02/17/git-moving-commits-between-repositories/</id>
    <content src="https://randombrainworks.com/2017/02/17/git-moving-commits-between-repositories/" />
    <author>
      <name>Nasir Zubair</name>
    </author>

  
    
  

  <summary>I use a local git repository as my scratch/temp workspace when playing around with and developing scripts.
I developed this habit a couple of years ago and have stuck with it fairly successfully.

A simple PowerShell script I had been toying with recently, ended up evolving into something that can be used in another project.
The script, along with commit history, was in my non-public personal r...</summary>

  </entry>

  
  <entry>
    <title>Extracting Files from Appsense Environment Manager Database</title>
    <link href="https://randombrainworks.com/2014/09/02/extracting-files-from-appsense-environment-manager-database/" rel="alternate" type="text/html" title="Extracting Files from Appsense Environment Manager Database" />
    <published>2014-09-02T16:55:08-04:00</published>
  
    <updated>2024-06-19T12:02:07-04:00</updated>
  
    <id>https://randombrainworks.com/2014/09/02/extracting-files-from-appsense-environment-manager-database/</id>
    <content src="https://randombrainworks.com/2014/09/02/extracting-files-from-appsense-environment-manager-database/" />
    <author>
      <name>Nasir Zubair</name>
    </author>

  
    
  

  <summary>We recently experienced some data loss issues with our Appsense Environment Manager installation. Long story short, a change we made to our application groups ended up deleting the user data associated with a particular application group.

What is Appsense Environment Manager, you ask? It’s a desktop personalization platform, which consists of an agent running on the client and a database to go...</summary>

  </entry>

  
  <entry>
    <title>External Filters for Kendo Grid</title>
    <link href="https://randombrainworks.com/2014/03/16/external-filters-for-kendo-grid/" rel="alternate" type="text/html" title="External Filters for Kendo Grid" />
    <published>2014-03-16T21:33:08-04:00</published>
  
    <updated>2024-06-19T12:02:07-04:00</updated>
  
    <id>https://randombrainworks.com/2014/03/16/external-filters-for-kendo-grid/</id>
    <content src="https://randombrainworks.com/2014/03/16/external-filters-for-kendo-grid/" />
    <author>
      <name>Nasir Zubair</name>
    </author>

  
    
  

  <summary>So What is Keno UI Grid? 

Kendo UI Grid is a feature rich HTML5 Grid control provided as part of Telerik’s Kendo UI Web framework. Kendo Grid provides a lot of features out of the box, such as filtering, grouping, paging, sorting, and support for various data formats.

Filtering

The default filtering interface for Kendo Grid is very powerful. However, it is generic to accommodate for all kind...</summary>

  </entry>

</feed>


