Network Logon Profile Management Pack – Download for Free
Wouldn’t it be cool to be able to know who is logged into each computer on an hourly basis? Imagine the reporting opportunities? Does such
Executive IT Direct Hire Placement — Trusted Experts for CIOs, CISOs, CTOs, Architects & More!
Precision in IT solutions: keeping up with Microsoft tools, cybersecurity & cloud computing tips & trends.
Bridging the knowledge gap, swiftly and efficiently
Empowering you with actionable insights
Solving problems before they arise
Wouldn’t it be cool to be able to know who is logged into each computer on an hourly basis? Imagine the reporting opportunities? Does such
Set environment variable from PowerShell: [environment]::SetEnvironmentVariable(“<variable name>”,“variable value”,“Machine”) Ex: [environment]::SetEnvironmentVariable(“JAVA_HOME”,“C:\Program Files (x86)\Java”,“Machine”) This example sets a system wide variable. Replacing “Machine” with “User” will set
SCCM PKI Client on Workgroup Computers: Part 1 Recently, I was asked to install the SCCM client on a workgroup computer, meaning that the computer
Save stale computer objects in AD as a variable: import-module activedirectory$date = (get-date).adddays(-120)$comps = get-adcomputer -SearchBase “” -properties * -Filter ‘lastlogondate -lt $date You can
Execute SCCM client install without launching as a service: ccmsetup.exe /noservice /mp:<FQDN of management point> This can be used on machines that are joined to
Parallels released version four of their popular SCCM plugin. This plugin allows for true Mac management from the SCCM console. Parallels adds a Software Center-like
Citrix XenApp/XenDesktop Basics The article will serve as the foundation to a series about the Citrix XenApp and XenDesktop products. It will use the latest
Rebuild WMI. Sometimes, the SCCM client will not install or uninstall from a machine. Sometimes, you may have to rebuild the WMI repository. Here are
Windows Server 2003 EOL on 7/14/2015. Great blog series on migrating off: https://blogs.flexerasoftware.com/application-readiness/2014/06/windows-server-2003-migration-assessing-application-compatibility.html