https://github.com/voleresistor/PSJunkDrawer
A random assortment of PS scripts I have borrowed, modified, or created for managing SCCM and MDT functions. Also contains scripts and functions for DHCP, DNS, AD, DFS, OSD, and more.
https://github.com/voleresistor/PSJunkDrawer
Last synced: 4 months ago
JSON representation
A random assortment of PS scripts I have borrowed, modified, or created for managing SCCM and MDT functions. Also contains scripts and functions for DHCP, DNS, AD, DFS, OSD, and more.
- Host: GitHub
- URL: https://github.com/voleresistor/PSJunkDrawer
- Owner: voleresistor
- License: mit
- Created: 2017-11-20T20:33:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T21:45:53.000Z (over 1 year ago)
- Last Synced: 2024-05-23T00:32:50.366Z (11 months ago)
- Language: PowerShell
- Size: 1.8 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
- Security: Security/Get-BlacklistStatus.ps1
Awesome Lists containing this project
- jimsghstars - voleresistor/PSJunkDrawer - A random assortment of PS scripts I have borrowed, modified, or created for managing SCCM and MDT functions. Also contains scripts and functions for DHCP, DNS, AD, DFS, OSD, and more. (PowerShell)
README
PowerShell Junk Drawer v0.2.0
Description:
A random assortment of PS scripts I have borrowed, modified, or created for managing SCCM and MDT
functions. Also contains scripts and functions for DHCP, DNS, AD, DFS, OSD, and more.Changes:
11/20/2017
Initial creation of this repository with all of its faults intact
11/21/2017
Completed initial cleanup of AD scripts.
Increment version to 0.2.0
11/27/2017
Create PSReadData folder in Misc
Create data.psd1 file in this folder
This file is an example file for reading data from a psd1 file into a PS script
Delete unnecessary scripts from Applications folder
Slightly modify Remove-AppxPackagesPre to be more concise