Skip to main content

All Questions

Tagged with
0 votes
1 answer
29 views

How can I find elements in Microsoft autogenerated XML file using Python?

I'm trying to parse an xml file representing a Powershell serialized object, according to the documentation: import xml.etree.ElementTree as ET state = ET.parse('d:\tmp\myxml.file') stateroot = state....
J. Diefenbaker's user avatar
0 votes
0 answers
22 views

WIN 10 Kiosk PC using PowerPoint Viewer Not Working

So I am trying to use Kiosk Mode on a PC to display digital signage. We don't want to assign a license to the PC, so we are trying to use PowerPoint Viewer. I get the PC to launch into the Kiosk ...
Trav0113's user avatar
2 votes
1 answer
35 views

Powershell howto Filter XML Nodes

I'm searching for a way to filter XML-Files. I couldn't find a good tutorial, so I ask here: for that here a small exmaple XML: <?xml version="1.0" encoding="utf-8"?> <...
TheRob87's user avatar
  • 134
0 votes
2 answers
60 views

PowerShell CMD to read XML data element [closed]

my XML <application-set> <application application-containing-files="true"> <application-information> <application-number application-type="**...
HoangMN's user avatar
1 vote
2 answers
129 views

hexadecimal value 0x00, is an invalid character. Line 2, position 1

We are running a PowerShell command and in that PowerShell command we are calling the XML file and trying to install veeam software. I am getting an error like hexadecimal value 0x00, is an invalid ...
jimmyafflick's user avatar
-2 votes
1 answer
31 views

I have following problem reading xml file with powershell

So i have example XML file part looking like this: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3&...
Rafi's user avatar
  • 17
1 vote
4 answers
90 views

PowerShell XML . (dot) notation, ho to read value of element with attribute?

Good morning i have an XML file and i'm not able to read the inner html of a node with an attribute defined. file: <?xml version="1.0" encoding="UTF-8"?> <Settings> ...
Dotmax's user avatar
  • 19
0 votes
3 answers
86 views

Fastest way to Split Large XML File -57000 records, 4 million lines using PowerShell script

I'm running a script on PowerShell to split a 115MB XML file. It contains over 50,000 records, and the lines go up to 4 million when opened on notepad++. Each record contains several nodes, one of ...
K_iduli's user avatar
1 vote
1 answer
33 views

How can I list all attributes of the 'Child' node (in this case 'name' and 'id' and get their values in a loop to be captured individually?

<Children name='Children'> <child name='Child_2' id='2'>child2_Parent_1</child> <child name='Child_4' id='4'>child4_Parent_1</child> <child name='Child_1' id='...
Anthony's user avatar
  • 11
0 votes
0 answers
29 views

Powershell ListView with GridView isnt updating properly

I want to remove one item from a ListView with GridView. After i removed the item from the GridView and reloading the GUI it still there. <ListView Name="ListView_Panel" Margin="5,0,...
Frank D.'s user avatar
2 votes
2 answers
79 views

Replacing illegal characters in XML / plist file and keeping the formatting

Embarcadero IDE uses a template plist file to be used for building iOS applications. The template file is a simple XML file, however it contains illegal placeholder symbols which Embarcadero resolves ...
Marvin Zakrzewski's user avatar
0 votes
0 answers
31 views

Why does `$content.AppendChild($desc)` inside function make the script fail? Inlining the function makes the script run fine [duplicate]

We have D:\temp\Foo.xml <Project> <Enable>true</Enable> </Project> And the following PowerShell script function CreateContent { # Doesn't fix error # [OutputType([...
joseville's user avatar
  • 943
1 vote
2 answers
64 views

Can't delete parent node from XML file with a special character [closed]

I have this XML: <Configuration> <Files> <File> <filename>"%test%\PKI\U"</filename> </File> <File> <filename>"%...
shakex's user avatar
  • 15
0 votes
0 answers
157 views

Using Windows Configuration Designer to pin apps to the taskbar

my department is working on rolling out new computers with Win 11 to our organization and as part of the base image we would like to unpin some default apps and repin others. The best way I've come ...
Ledian's user avatar
  • 3
1 vote
2 answers
45 views

Convert Terminals (Robert Chartier) favorites file to mRemoteNG config file

Attempting to convert Terminals (Robert Chartier) favorites file to mRemoteNG config file. Both files are XML. I need to loop through the favorites file that looks like this (C:\Temp\tempTerminals.xml)...
MB34's user avatar
  • 4,394

15 30 50 per page
1
2 3 4 5
144