Hi everyone! Today's topic gonna be a talk about collection in MEMCM, It's always there and we need to understand how they work so we can have a really good environment to work with right? There is not much documentation about Collection in MEMCM, you can find it below here: https://docs.microsoft.com/en-us/mem/configmgr/core/clients/manage/collections/manage-collections Limiting The thing is …
Working with Variables on CMDevices like a pro
Hey! We all know things that we want to do in MEMCM (SCCM) but we cant, because UI its not enough, yes ive been there, we all been there i think. One thing is working with Variables on CMDevices, Its not much we can do, but with powershell we can do it all, almost 😉 …
Continue reading "Working with Variables on CMDevices like a pro"
CopyLogs with slight of hand
Copy logs form a Client to Server its pretty easy, and you can get it very shiny with a easy solution. This solution is with username and computername, because we want to copy something in the users profile. Here is the bundle with .csv file, and the powershell script: CopyLogs.zip First you need a .CSV …
Powershell pop-up window like a king
How many times have you just googled "how to do pop-up window with Powershell?" for me its every time I do new script, always forget. Then a friend of mine showed his function yesterday, and its to good to not share this. 🙂 So here's he's GitHub https://gitlab.com/Popeen/EasyGUI/tree/master The function is here: New-Popup.zip …
Regionalsettings with powershell! GPO solution
Hey! Couple a of months ago i posted a Regional settings post, it was about how to change regional settings through SCCM. This time I'm gonna show how you guys how you can do it properly through GPO. One thing that you can have in mind if you trying to do the "intl.cpl,,/f:"C:\Windows\Temp\Country.xml" way of …
Continue reading "Regionalsettings with powershell! GPO solution"
Lets look into logs!
Sometimes when you troubleshoot a machine, what's the first thing you do? Look into the Windows logs right?, And yes it can be a mess, filtering out whats good info, and what's bad info. So a friend of mine worked on this scripts, and it too good to not share it. This script will look …
A Modern bginfo solution – just a simple powershell script
Hey, I've been looking around for a bginfo solution. I tried the original one from sysinternal tools https://docs.microsoft.com/en-us/sysinternals/downloads/bginfo but it always changes the background to "tile", I don't know why.. There are hotfixes out there but I don't want a hotfix. I want a "real solution" So I found this page. https://p0w3rsh3ll.wordpress.com/2014/08/29/poc-tatoo-the-background-of-your-virtual-machines/ So started with …
Continue reading "A Modern bginfo solution – just a simple powershell script"
Modify Regional Settings on Windows 10 (Multiple countries), just a simple powershell script!
Hey, I have been working with a script that modifies/changing the Regional settings for the client. Changing the following: Format Timezone Keyboard layout Welcome screen-Keyboard layout Its just one PowerShell script so this work even with Windows 10 Autopilot. Requirements: English Operating system (1703 or above) Client that a could run PowerShell in the customization …
Collection inside Collections, A good view!
Sometimes you using the "Include collections" to much, and you wonder which collections they are into, and so on. And just now, there is no good view of that. Until this day! no kidding, but made a nice script so you can dig further yourself! :)I got inspired by this Post, thanks to Jordan Benzinghttps://problemresolution.org/2017/10/01/sccm-collection-relationships/ …
Continue reading "Collection inside Collections, A good view!"
PowerShell app deployment toolkit – Check if Skype/Lync is in Presentation mode
Lately, Ive been working on a solution how to block installations when users are presenting anything on Skype/Lync. And its all possible with PowerShell isnt it?So this solution will cancel the installation, with no user interaction. Let's start with the requirements.Knowledge how Powershell app Deployment toolkit worksSkype/Lync 2013, 2016. Could work with older and higher, let …
Continue reading "PowerShell app deployment toolkit – Check if Skype/Lync is in Presentation mode"