Weekly Tip 12
Create shortcut from PowerShell: # define shortcut directory $short_dir = “C:\ProgramData\Microsoft\Windows\Start Menu\Programs\<application>” # create start menu folder if it doesn’t already exist If ( (test-path
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
Create shortcut from PowerShell: # define shortcut directory $short_dir = “C:\ProgramData\Microsoft\Windows\Start Menu\Programs\<application>” # create start menu folder if it doesn’t already exist If ( (test-path
Copy files to all existing user profiles and default user profile during application deployment using PowerShell: $profiles = (get-childitem C:\Users –force | where-object {$_.mode –eq
Deploy SCCM Boot Media on Standalone PXE Server This post is going to focus on deploying your SCCM boot media to either an already existing
Event Log Management Pack is up and can be downloaded for free! If you are like me, you are working with SCOM and you would
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
SQL Server Connection String Builder from WME Rocks! Especially when it is FREE! Don’t know about you, but I’m really tired of trying to figure
What’s New: System Center 2016 System Center 2016 is currently in technical preview 3. To download it and try it out, go here: https://microsoft.com/en-us/evalcenter/evaluate-system-center-technical-preview. These
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
Stay ahead of the competition with our Professional IT offerings.