├── Adaptiva ├── Get-AOLog.ps1 └── Set-AdaptivaServer.ps1 ├── Helpers ├── Add-Duration.ps1 ├── Get-PnPDrivers.ps1 └── Out-ConsoleGraph.ps1 ├── LICENSE ├── README.md └── SCCM ├── Get-CMLog.ps1 └── Set-CMSite.ps1 /Adaptiva/Get-AOLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichPrescott/Functions/HEAD/Adaptiva/Get-AOLog.ps1 -------------------------------------------------------------------------------- /Adaptiva/Set-AdaptivaServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichPrescott/Functions/HEAD/Adaptiva/Set-AdaptivaServer.ps1 -------------------------------------------------------------------------------- /Helpers/Add-Duration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichPrescott/Functions/HEAD/Helpers/Add-Duration.ps1 -------------------------------------------------------------------------------- /Helpers/Get-PnPDrivers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichPrescott/Functions/HEAD/Helpers/Get-PnPDrivers.ps1 -------------------------------------------------------------------------------- /Helpers/Out-ConsoleGraph.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichPrescott/Functions/HEAD/Helpers/Out-ConsoleGraph.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichPrescott/Functions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichPrescott/Functions/HEAD/README.md -------------------------------------------------------------------------------- /SCCM/Get-CMLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichPrescott/Functions/HEAD/SCCM/Get-CMLog.ps1 -------------------------------------------------------------------------------- /SCCM/Set-CMSite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichPrescott/Functions/HEAD/SCCM/Set-CMSite.ps1 --------------------------------------------------------------------------------