PowerShell - 读取 XML 文件



Cmdlet

Get-Content cmdlet 用于读取 xml 文件的内容。

在这个示例中,我们正在读取 test.xml 的内容。

Get-Content D:\temp\test\test.xml 

输出

可以在 PowerShell 控制台中看到如下输出。

<title>Welcome to TutorialsPoint</title>
powershell_files_io.htm
广告