Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- . .\FilewavePS.ps1
- $filesetList = Get-FWFileset -ExpandAll
- $filesetList | foreach {
- new-object psobject -Property @{
- Name = $_.name.value
- Comment = $_.comment
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement