Skip to content

Commit

Permalink
Updated to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KSchu26 committed Sep 4, 2024
1 parent 3981507 commit f9eb60d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Export-ActiveDirectoryVisioMap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Author : Tyler Cox
# Editor : Kyle Schuler
#
# Version : 1.2
# Version : 1.3
# Created : 11/2/2021
# Modified : 09/04/2024
#
Expand All @@ -17,6 +17,7 @@
# - Fixed issue with importing Visio module
# - Reduced output to console
# Ver 1.2 - Added more error handling and output, refactored, reformatted
# Ver 1.3 - Added options for user to include or exclude GPOs, and choose the direction of the layout
#
#############################################################################

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Export-ActiveDirectoryVisioMap
Exports AD OUs and GPOs to a Visio Map

# Version 1.2
# Version 1.3
Editor : Kyle Schuler</br>
Fork of : https://github.com/tcox8/Export-ActiveDirectoryVisioMap

Expand Down Expand Up @@ -30,4 +30,5 @@ Example GPO:
# Change Log:
Ver 1.0 - Initial release</br>
Ver 1.1 - Fixed Visio Cmdlet Parameters, Adjusted for Azure AD joined devices, Fixed issue with importing Visio module, Reduced output to console</br>
Ver 1.2 - Refactored, reformatted, added outputs and more error handling
Ver 1.2 - Refactored, reformatted, added outputs and more error handling</br>
Ver 1.3 - Added options for user to include or exclude GPOs, and choose the direction of the layout</br>

0 comments on commit f9eb60d

Please sign in to comment.