Powershell Graphical user interface tool
https://poshgui.com
https://poshgui.com
https://community.spiceworks.com/how_to/24989-export-import-wireless-network-info-on-windows-machines Create a batch file and add it to the GPO. This Batch file checks if the name exist. If not, WLAN will be created. @echo off netsh wlan show…
At the custommer I needed to add SSTP VPN to all the laptops via GPO. But SSTP vpn profile can’t be created in GPO. So I looked further and found…
I use this program to make scripts and easy added to Landesk. And it works for Windows 10. Start iexpress Click on Next Click on Next Enter a Title of…
A department complained that they recieve a lot of emails with attachements to save on the network drive. They needed to open all the emails one by one and save…
The problem what I had with Landesk, when software is installed I want to inform the user to reboot. This is not configured in Landesk. I made this script that…
I created this script to send a message to all of our managed systems if there are problems and email is not working. Here is the overview of the files…
Source: deploymentbunny.com Changed the script for my enviroment Function Import-SMSTSENV{ try { $tsenv = New-Object -COMObject Microsoft.SMS.TSEnvironment Write-Output "$ScriptName - tsenv is $tsenv " $MDTIntegration = "YES" #$tsenv.GetVariables() | %…
How to disable the Project to this PC feature in Windows 10 1607 Using GPO, you can disable Project to this PC in the UI by settings the GPO setting…
How to disable the Mobile hotspot feature in Windows 10 1607 Using GPO, you can disable Mobile Hotspot in the UI by settings the GPO setting Prohibit use of Internet…