Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:systems:dev:how_to_write_scripts_for_winrm_ad_connector [2019/09/05 11:50]
kucerar minor ps fix
devel:documentation:systems:dev:how_to_write_scripts_for_winrm_ad_connector [2019/10/08 13:05]
fiserp [Powershell]
Line 9: Line 9:
  
 This is example create script This is example create script
-<code>+<code python>
 #!/usr/bin/env python #!/usr/bin/env python
 # -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
Line 60: Line 60:
  
 This is example search script so I can show handling of response This is example search script so I can show handling of response
-<code>+<code powershell>
 # Search script, which will return information about user's exchange account # Search script, which will return information about user's exchange account
 # INPUT: # INPUT:
  • by kucerar