Randoltech.blogspot.com

RandolTech: Extracting Microsoft Surface Drivers

WEBExtracting Microsoft Surface Drivers. For the Surface Pro 6 I ended up downloading four .msi files and needed to extract them to get the drivers for import into …

Actived: 1 days ago

URL: https://randoltech.blogspot.com/2019/11/extracting-microsoft-surface-drivers.html

RandolTech: Basic Maintenance Confguration Baseline

WEBI like to create a configuration baseline, containing several configuration items, to check some basic client health items. This is not onl

Category:  Health Go Health

RandolTech: Setting Peer Download options for SCCM boundary

WEBHere you go: Set SCCM Boundary Group Peer Cache options to Allow peer cache downloads within this Boundary Group but restrict downloads to peers within the …

Category:  Health Go Health

Step-by-Step how PXE boots a machine using SCCM OSD

WEBThe file downloaded at this step is controlled/ monitored by SMSPXE. SMSPXE runs a stored procedure called getbootaction and depending on the result, it …

Category:  Health Go Health

RandolTech: Powershell

WEBIf, when you run the following command, your domain name appears in the list then your computer is inside of your network boundary (could be physically inside or …

Category:  Health Go Health

vbScript to inform users of impending reboot

WEBYou can wait for this countdown to finish or you can reboot the computer yourself, whichever is more convenient for you."& vbCrLf & vbCrLf & "Your computer will …

Category:  Health Go Health

A little script to back up your BitLocker keys to Active Directory

WEBIf you are using Azure AD then change Backup-BitLockerKeyProtector to BackupToAAD-BitLockerKeyProtector. # Backup-BitlockerKeys.ps1. # by Mark Randol. …

Category:  Health Go Health

Opening SCCM Client Consoles on Windows Server Core

WEBHow to Open SCCM Client Consoles on Windows Server Core Just real quick post of the commands to open SCCM client consoles on Windows Server Core.

Category:  Health Go Health

Powershell Script to Email an Alert if a Scheduled Task fails

WEBand sends an email listing those failures. .USAGE. Create a scheduled task that has three triggers. The triggers are on Task Scheduler log events 101, 103, and …

Category:  Health Go Health

RandolTech: Client Health Collections

WEBName = "03. Healthy - Client - SCCM Client is Installed" Comment = "These devices have an SCCM client installed. This is the baseline for what SCCM should be …

Category:  Health Go Health

Use SCCM to Centrally Manage Java Configuration

WEBThe contents of the four Java settings/configuration files are up to you. Steps to set up your configuration item: Build a configuration item with a compliance rule of …

Category:  Health Go Health

RandolTech: Powershell

WEBIt amazes me that if you search "Powershell Ping List Servers" it doesn't return something like this. So, here you go # Script by Mark Randol

Category:  Health Go Health

RandolTech: Registry Settings for Action Center alerts

WEBRegistry Settings for Action Center alerts. I found a lot of people on the web, like myself, looking for how to turn off Action Center alerts. Most of the responses were …

Category:  Health Go Health

RandolTech: SCCM

WEBIn the SCCM console add the untrusted forest. In the Administration workspace, expand Hierarchy Configuration, and click Active Directory Forests, then on …

Category:  Health Go Health

RandolTech: Detection Method for an APPX package

WEBNone of the standard SCCM application detection methods work for APPX packages. For an APPX package use "Use a custom script to detect the presence of this …

Category:  Health Go Health

List of Built-In Task OSD Sequence Variables

WEBList of Built-In Task OSD Sequence Variables. Built-in Variable Name. Description. _SMSTSAdvertID. Stores the current running task sequence advertisement …

Category:  Health Go Health

RandolTech: Task Sequence Built-in Variable List

WEBBuilt-in Variable Name. Description. _SMSTSAdvertID. Stores the current running task sequence deployment unique ID. It uses the same format as a …

Category:  Health Go Health

RandolTech: June 2016

WEBYou can find client health collections here if interested: http://randoltech.blogspot.com/2016/06/client-health-collections.html

Category:  Health Go Health

Check/Set/Change/Clear HP BIOS Password with Powershell

WEBCheck/Set/Change/Clear HP BIOS Password with Powershell. # Check if password is set. Get-WmiObject -Namespace root/hp/InstrumentedBIOS -Class HP_BIOSSetting | …

Category:  Health Go Health