News

News

The latest about what I've been working on

Technology and robotics workspace

Practical notes

Technology insights and field notes

Articles on systems administration, digital tools, security, and the ideas shaping everyday technology work.

Deploy Office 365 (for IT Pros)

To download 32bit office networkSharePath\office\Office365> .\setup.exe /download Configuration-32.xml create a file save it as add the content below download Configuration-32.xml <Configuration> <Add OfficeClientEdition=”32” Channel=”Current” SourcePath=”networkSharePath\office\Office365\86” AllowCdnFallback=”FALSE”> <Product ID=”O365BusinessRetail”>...

Read article

Powershell Windows Updates

1st: We need to install the PSWindowsUpdate module, [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force

Read article

Batch Commands

BATCH: Get the date into ISO 8601 standard date format (yyyy-mm-dd) and store it in the “CUR_DATE” variable FOR /f %%a in (‘WMIC OS GET LocalDateTime ^| find...

Read article

User Profile Size

Recursively scans every folder in C:\Users, then adds up the size of every file to get an approximate size for every user’s profile.

Read article

Start a conversation

Have a technology question worth exploring?

Connect directly—there is no automated form or third-party handoff.

Contact LearnTech