diff --git a/README.md b/README.md index 90f8932..1dbb584 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,28 @@ Collection of PowerShell Scripts | ---------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------- | | Reboot (Main Script).ps1 | Disables Bitlocker if enabled and forces a restart | [Help](Docs/add-firewall-rules.md) | | -[AD Scripts](AD Scripts/AD - Change FSMO Roles.ps1) + + + +``` +├── example.json +├── index.html +├── index.js +├── package.json +├── package-lock.json +├── README.md +└── src + ├── app.js + ├── models.js + ├── routes.js + └── utils + ├── another.js + ├── constants.js + └── index.js +``` + + + Feedback --------