├── .gitignore ├── Authorized User Check ├── CheckIfAuthorized.bundle.json ├── GetMSPUsers.bundle.json ├── README.md └── SetAuthorizedUsers.bundle.json ├── Azure Tables Actions ├── README.md └── workflow-d6e7e21a-2fb9-485d-89fb-9347e1dcdd28_20231024_001153.bundle.json ├── ImmyBot Storage Monitor ├── README.md └── workflow-fde71b32-286d-49bd-bd26-d1803388f6ef_20230811_230630.bundle.json ├── ImmyBot to CWM Device Assignment Sync ├── README.md └── workflow-1e5b455e-3b4b-423a-8a15-efbfe763f1ec_20230730_151858.bundle.json ├── LICENSE ├── README.md ├── SMTP2GO Send Email ├── README.md └── workflow-9dc5dfb3-7b17-49e6-bb60-d41795f225db_20240212_195401.bundle.json ├── Send Adaptive Card ├── SendAdaptiveCard.bundle.json └── readme.md └── Send Teams Approval Card ├── README.md └── workflow-0aae3b95-19bc-4cb4-b5fe-e61c303dbe76_20230730_160734.bundle.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /Authorized User Check/CheckIfAuthorized.bundle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/Authorized User Check/CheckIfAuthorized.bundle.json -------------------------------------------------------------------------------- /Authorized User Check/GetMSPUsers.bundle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/Authorized User Check/GetMSPUsers.bundle.json -------------------------------------------------------------------------------- /Authorized User Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/Authorized User Check/README.md -------------------------------------------------------------------------------- /Authorized User Check/SetAuthorizedUsers.bundle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/Authorized User Check/SetAuthorizedUsers.bundle.json -------------------------------------------------------------------------------- /Azure Tables Actions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/Azure Tables Actions/README.md -------------------------------------------------------------------------------- /Azure Tables Actions/workflow-d6e7e21a-2fb9-485d-89fb-9347e1dcdd28_20231024_001153.bundle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/Azure Tables Actions/workflow-d6e7e21a-2fb9-485d-89fb-9347e1dcdd28_20231024_001153.bundle.json -------------------------------------------------------------------------------- /ImmyBot Storage Monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/ImmyBot Storage Monitor/README.md -------------------------------------------------------------------------------- /ImmyBot Storage Monitor/workflow-fde71b32-286d-49bd-bd26-d1803388f6ef_20230811_230630.bundle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/ImmyBot Storage Monitor/workflow-fde71b32-286d-49bd-bd26-d1803388f6ef_20230811_230630.bundle.json -------------------------------------------------------------------------------- /ImmyBot to CWM Device Assignment Sync/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/ImmyBot to CWM Device Assignment Sync/README.md -------------------------------------------------------------------------------- /ImmyBot to CWM Device Assignment Sync/workflow-1e5b455e-3b4b-423a-8a15-efbfe763f1ec_20230730_151858.bundle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/ImmyBot to CWM Device Assignment Sync/workflow-1e5b455e-3b4b-423a-8a15-efbfe763f1ec_20230730_151858.bundle.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/README.md -------------------------------------------------------------------------------- /SMTP2GO Send Email/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/SMTP2GO Send Email/README.md -------------------------------------------------------------------------------- /SMTP2GO Send Email/workflow-9dc5dfb3-7b17-49e6-bb60-d41795f225db_20240212_195401.bundle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/SMTP2GO Send Email/workflow-9dc5dfb3-7b17-49e6-bb60-d41795f225db_20240212_195401.bundle.json -------------------------------------------------------------------------------- /Send Adaptive Card/SendAdaptiveCard.bundle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/Send Adaptive Card/SendAdaptiveCard.bundle.json -------------------------------------------------------------------------------- /Send Adaptive Card/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/Send Adaptive Card/readme.md -------------------------------------------------------------------------------- /Send Teams Approval Card/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/Send Teams Approval Card/README.md -------------------------------------------------------------------------------- /Send Teams Approval Card/workflow-0aae3b95-19bc-4cb4-b5fe-e61c303dbe76_20230730_160734.bundle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gigacodedev/Rewst/HEAD/Send Teams Approval Card/workflow-0aae3b95-19bc-4cb4-b5fe-e61c303dbe76_20230730_160734.bundle.json --------------------------------------------------------------------------------