Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor PowerShell script to reduce redundancy and improve maintaina… #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

evildevill
Copy link

  • Parametrized the OrgKit-CreateOU function to accept OU details as parameters.
  • Introduced an array of hashtables to store OU details, reducing repetitive code.
  • Replaced multiple hardcoded function calls with a loop that iterates over the array of OUs.
  • Maintained all existing features and functionalities while streamlining the script.

…bility

Parametrized the `OrgKit-CreateOU` function to accept OU details as parameters.
Introduced an array of hashtables to store OU details, reducing repetitive code.
Replaced multiple hardcoded function calls with a loop that iterates over the array of OUs.
Maintained all existing features and functionalities while streamlining the script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant