Mike Kanakos Printer mgmt via Group Policy January 31, 2019 0 Comments Active-Directory, Group-Policy, Printers Printer management is one of those tasks that I think NO ONE looks forward to. I'd like to show how to configure printer deployment via GPO.
Mike Kanakos Building a better Group Policy backup with Powershell January 18, 2019 0 Comments PowerShell, Group-Policy, Scripts How I built a better Group Policy backup tool using PowerShell than what is possible with the built-in cmdlets from Microsoft
Mike Kanakos How to secure PowerShell Remoting in a Windows Domain October 27, 2018 0 Comments PowerShell, WinRM, PS-Remoting, PKI-Certificates, Group-Policy, WMI, CIM Out of the box, PowerShell remoting is very secure but there are enhancements you can make to increase security.
Mike Kanakos Remove-GPO - Overview and Examples March 05, 2018 0 Comments PowerShell, Group-Policy, Remove-GPO SYNOPSIS Deletes a GPO. DESCRIPTION The Remove-GPO cmdlet deletes GPO's from Active Directory. SYNTAX Remove-GPO [-Domain ] [-KeepLinks] [-Server ] -Guid [-Confirm] [-WhatIf] [] Remove-GPO [-Name] [-Domain ] [-KeepLinks] [-Server ] [-Confirm] [-WhatIf] [] EXAMPLES Remove-GPO -Name TestGPO * deletes the GPO named TestGPO