Archiv der Kategorie: PowerShell

PowerShell: How to use a COM Object

By using the windows PowerShell it is possible to access COM Objects. Within this article I want to show you how to create, use and remove a reference to a COM Object.   Creating a COM Object reference If you … Weiterlesen

Veröffentlicht unter PowerShell | Verschlagwortet mit , , , | Kommentar hinterlassen

PowerShell: Export EventLog to CSV and remove CR/LF

The windows event logs containing a lot of useful information and for example may help you to analyze software issues. By using the Windows PowerShell it is very easy to get the data of event logs and export this data … Weiterlesen

Veröffentlicht unter PowerShell | Verschlagwortet mit , , | 1 Kommentar

PowerShell: Restart Service

Sometimes it is necessary to restart a system service. In this case you can use the standard windows management tools to find and restart the service. This isn’t very complicated but a lot of mouse clicks are necessary. If you … Weiterlesen

Veröffentlicht unter PowerShell | Verschlagwortet mit , , | Kommentar hinterlassen

PowerShell: CSV to XML

I think all of you know the following issue: A colleague or customer gave you a data file and you want to open the file with your existing programs. And in most cases the format of the file does not … Weiterlesen

Veröffentlicht unter PowerShell | Verschlagwortet mit , , , , | 1 Kommentar