An IT engineering family’s journey…
-

PowerShell: Install ActiveDirectory Easily
I have found this make installing the ActiveDirectory Module FAR easier.Quick.Painless.
-

PowerShell/PowerCLI: UMount All ISOs At Once
Get-VM -Name $vm | Get-CDDrive | Set-CDDrive -NoMedia -StartConnected $false
-

ChatGPT-AzureAI:Tail in Windows
To use this function, simply call it with the path to the file you want to tail and the number of lines you want to show: tail “C:\Path\To\File.txt” 10
-

PowerShell: Check your local server performance
Collects performance data for 30 seconds and exits
-

PowerShell: Copy $Profile to every Windows Server
…Just remember to put your domain in for the ‘-SearchBase’
-

PowerCLI: Add Hot Add / Hot Plug Status to a Specific VM Guest
Add Hot Add / Hot Plug Status to a specific VM Guest
-

PowerCLI: Get the report of Hot Add / Hot Plug Status of the VMS
Get the report of Hot Add / Hot Plug Status of the VMS (updated from www.vmwarearena.com)
-

🎓 AI is learning how to create itself | MIT Technology Review
A little stick figure with a wedge-shaped head shuffles across the screen. It moves in a half crouch, dragging one knee along the ground. It’s walking! Er, sort of. Yet Rui Wang is delighted. “Every day I walk into my office and open my computer, and I don’t know what to expect,” he says.
-

Check Wildcarded AD User Properties with PowerShell 5.1
Get all user properties, or just one, with a wildcard
-
Student suspended for talking about Jesus
The child’s father told radio host Todd Starnes of a meeting he was called upon to attend with school administrators over his son’s ‘continued behavior’
-

100 count restrictions in PowerShell and PowerCLI
Now why do ya think this may be so, there, now, yet?
-

Remove that annoying top output line
HOWTO get that annoying top line off the output of PowerShell exports
-

PowerShell: Make a list of every account that connected to a server in the last 30 days
Gets every connection made, but only the last one, in the last 30 days
-

Install Any Command Easily in PowerShell
That’s how you would install ANY module for a command you need. Now TELL me that’s not convenient!
-

Our Azure Resource Group, Tenant, and Subscription Questions to ChatGPT.org
Azure RGs, Subscriptions and Tenants can get confusing; This Q&A my son Ryan and I asked ChaGPT.org, during our AZ-104 training, should help.. Can an Azure Subscription be accessible by multiple tenants? And why?In Azure, can there be multiple subscriptions in a tenant? Can users access multiple subscriptions? How?
-

4sysops.com: how to change the PowerShell prompt (Mirror)
-

Are EVs Really Green, or SAFE????
A measured look at the electric vehicle and how green it really is… The Net-Zero Fairy Tale of Lithium batterieshttp://www.bitchute.com/video/xR1zcokuYvTz Take the Tesla Model S (below),. In the winter of 2012, producing the electricity for a full charge created 124g of carbon emissions per km driven is roughly the same as a 2L Range Rover…
-

Log4J scanning fails to create csv file
invoke-command -scriptblock {powershell -File “D:\batch\Fix-4Log4J.ps1”} -computer $Server -AsJob -JobName “Scan4Log4J” -Verbose -EA SilentlyContinueWhen I run this script locally, with enter-pssession the script works just fine but NO CSV & D:\batch\Fix-4Log4J.ps1Yet every time I try to invoke, directly or with SAPS it fails to create file When I run this script locally, with enter-pssession the script…
-

How to quiesce an AWS instance to perform an uninterrupted OS upgrade
How do we quiesce an AWS instance to perform an uninterrupted operating system upgrade in-place, like from Microsoft Server 2012R2 to 2019, which can be easily done on other virtualized platforms, like VMware? We have a problem in our upgrades in Windows Server where the install backs out at 90%. AWS has looked and claims the install is being…
-

How do YOU get GDPR reconciliation for versioned storage?
In this climate of heightened, even ridiculous, security compliance expectations (like the GDPR), businesses and their IT staff have mandates from multiple sources to reliably remove specific data content, on request, from every source. When this requirement falls to SharePoint site stored data, like from Microsoft Teams Projects, you run into the problem of ‘revisioned’…
-

Get-AdComputer is not showing originating server
When I run an AD enumeration script, the Server I am running FROM never shows in the list…
-

Why is the Interactive PowerShell 5.1 So Limited?
I have discovered that the interactive powershell in version 5.1 is badly limited.
-

Windows Server 2019 Safe_OS Error Correction Poll
…did you just bail to a new build?
-

HOWTO: Discover Where a LOCAL ISO is Mounted – Windows Server 2016/2012R2
..the ISO still throws the “Sorry…” error

