Ebag333
Ebag333
Not the current player skill list, but the actual back end skill list (static data, but not in the SDE). https://gist.github.com/Ebag333/8ba25934d42ebad00cdc3331f9037f08 This isn't published anywhere (that I know of), and...
`$Volumes = Get-Volume | Where-Object {$_.DriveType -eq "Fixed" -and $env:SystemDrive -like ($_.DriveLetter+"*") -and $_.DriveLetter}`
$OBJ_OperatingSystem = Get-WmiObject -Class Win32_OperatingSystem $BootTime = [System.Management.ManagementDateTimeConverter]::ToDateTime($OBJ_OperatingSystem.LastBootUpTime) $LocalTime = [System.Management.ManagementDateTimeConverter]::ToDateTime($OBJ_OperatingSystem.LocalDateTime) $TimeSpan = New-TimeSpan -Start $Boot -End $Local Write-Output $TimeSpan.Days
djc [4:26 PM] @ebag333 found a typo in one of your ci items - Windows Features: BITS - the discovery script for BITSExtensions-AdminPack should be State not Stat
# If version is a number like 1.2.3, then prepend with [VERSION] # If version starts with A, then leave it a string # CHANGE ME $TargetBIOSVersion = [VERSION]"1.6.4" #...
hellphish [3:22 PM] the remediation script for CoreFileServer and BITS is the same ```Enable-WindowsOptionalFeature -Online -FeatureName BITS -All``` not sure if that is by design or was a copy-paste error...
https://gallery.technet.microsoft.com/PowerShell-script-that-a8a7bdd8
Need to build a PowerBI report for this. Might break this into 3 different ones, for NIST/CIS, Microsoft, and DoD.
Need to build a PowerBI report for this
Need to build a PowerBI report for this