Script options Move only files under 60days old Move files older than 60days Move files back Move files older than 182 is number of days (6 months roughly) Move only…
Automating File-Based Backups of vCenter Server…
Automating File-Based Backups of vCenter Server Appliance Automating File-Based Backups of vCenter Server... Did you know the vCenter Server Appliance (VCSA) has file-based backup options? This ability was actually released…
WSUS – GPO and Windows 10 / Server 2016 Registry Settings
You create a WSUS GPO and apply it to the Computers. Now how do you validate its working Open the registry and browse to : computer\HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate The GPO for…
WSUS and Windows 10 – Clients not checking in or checking in and then disappearing
Clients not checking in or checking in and then disappearing Cloned images - SUSCLIENTID is not reset with Sysprep!!! This needs to be done if your creating a template for…
WSUS and Windows 10 Clients – UsoClient.exe
So, you deploy a GPO to Window 10 clients, but your in a hurry to get the clients to check in... As a SysAdmin for many years I would log…
Create an ISO file with PowerShell post by Ben Liebowitz
Recently I came across this post. As a VMware admin, you often want to create an ISO as a quick method to copy files or installation files to a VM.…
List Computer Object in an Active Directory OU using PowerShell
How to get a list of computer objects in an active directory OU ( tested against Windows 2016 Active Directory ) A quick PowerShell script using Get-ADComputer command, a wild…