Advertisement
cyid

Untitled

Aug 12th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. queries = {
  2. 'IIsWebServerSetting': {
  3. 'query': "SELECT * FROM IIsWebServerSetting",
  4. 'namespace': 'microsoftiisv2',
  5. },
  6.  
  7. 'IIsWebVirtualDirSetting': {
  8. 'query': "SELECT * FROM IIsWebVirtualDirSetting",
  9. 'namespace': 'microsoftiisv2',
  10. },
  11.  
  12. 'IIs7Site': {
  13. 'query': "SELECT Name, Id, ServerAutoStart FROM Site",
  14. 'namespace': 'WebAdministration',
  15. },
  16.  
  17. 'IIs7VirtualDirectory': {
  18. 'query': "SELECT * FROM VirtualDirectory",
  19. 'namespace': 'WebAdministration',
  20. },
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement