- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot.
Can you suggest which method will be more efficient for getting host patch compliance
method1 Get-compliance -entity (get-folder -norecurssion)
Although, the vm's dont have any baelines attached, will this be still an overhead ? We don't need vm patch compliance anyway.
method2 Get-vmhost | get-compliance
this method will iterate for each host (pipeline), will this be a better way ?