Advertisement
nsaunders

Untitled

Dec 10th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. PS /home/nicholas/powershell>
  2. PS /home/nicholas/powershell> $date=Get-Date | ConvertTo-Xml
  3. PS /home/nicholas/powershell>
  4. PS /home/nicholas/powershell> $date.ChildNodes
  5.  
  6. Version : 1.0
  7. Encoding : utf-8
  8. Standalone :
  9. Value : version="1.0" encoding="utf-8"
  10. InnerText : version="1.0" encoding="utf-8"
  11. Name : xml
  12. LocalName : xml
  13. NodeType : XmlDeclaration
  14. PreviousSibling :
  15. NextSibling : Objects
  16. ParentNode : #document
  17. ChildNodes : {}
  18. Attributes :
  19. OwnerDocument : #document
  20. FirstChild :
  21. LastChild :
  22. HasChildNodes : False
  23. NamespaceURI :
  24. Prefix :
  25. IsReadOnly : False
  26. OuterXml : <?xml version="1.0" encoding="utf-8"?>
  27. InnerXml :
  28. SchemaInfo : System.Xml.Schema.XmlSchemaInfo
  29. BaseURI :
  30. PreviousText :
  31.  
  32. Object : Object
  33.  
  34.  
  35. PS /home/nicholas/powershell>
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement