Advertisement
Guest User

CCL Example Script Header

a guest
Jan 26th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. ####################################################################################################
  2. ####################################################################################################
  3. #
  4. # ____ ____ _
  5. # / ___/ ___| |
  6. # | | | | | |
  7. # | |__| |___| |___
  8. # _____\____|_____| _ _ ____ _
  9. # | ____|_ __ __ _(_)_ __ ___ ___ _ __(_)_ __ __ _ | _ \ _____ _____ _ __ ___ __| |
  10. # | _| | '_ \ / _` | | '_ \ / _ \/ _ \ '__| | '_ \ / _` | | |_) / _ \ \ /\ / / _ \ '__/ _ \/ _` |
  11. # | |___| | | | (_| | | | | | __/ __/ | | | | | | (_| | | __/ (_) \ V V / __/ | | __/ (_| |
  12. # |_____|_| |_|\__, |_|_| |_|\___|\___|_| |_|_| |_|\__, | |_| \___/ \_/\_/ \___|_| \___|\__,_|
  13. # |___/ |___/
  14. #
  15. ####################################################################################################
  16. #
  17. # Enable / Disable AD Users
  18. #
  19. # Description: Enables and disables AD users based on CSV input, designed to be run on the hour.
  20. # Compares current time vs enable or disable time in CSV.
  21. #
  22. # Input CSV Format:
  23. # UserName,EnableTime,DisableTime
  24. # <String>,<Integer>,<Integer>
  25. # [AD username],[24 hour time],[24 hour time]
  26. #
  27. # Script Author: Shane Clayton, CCL
  28. #
  29. # Script Date: 27/1/2020
  30. #
  31. ####################################################################################################
  32. ####################################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement