PowerShell24 [PowerShell] Adding Values in Group Policy via PowerShell [Requirements] The business has a policy blocking USB sticks as default. For USB access, an user needs to raise a ticket, the system administrator should go to the Group Policy manage server and add exception USB device ID. This manual process requires time and effort thus the business wants this process automated. - Figure out automation feasibility of adding device ID via PowerShell for automa.. 2023. 7. 4. [PowerShell] GUI - S/W Installation with AD Group Assignment [Requirements] The Service Delivery team needs a GUI tool to assign AD groups to a user PC with few clicks - GUI(Graphic User Interface) - Searching PC with user and PC name - List of SW provided to the tool user - Create a Excel sheet to easily add SW and OU and get the SW in the SW list [OS] Windows 10 [Development Language] PowerShell [IDE] PowerShell ISE [Code] GUI - RISD_main.xaml Execution.. 2023. 6. 12. [PowerShell] GUI(Graphic User Interface) with XAML PowerShell is an easy and powerful tool from managing servers to supporting end user issues. Howerver, it would be hard for those who have no knowledge about PowerShell script. Further more, it costs time to run script either built in commands or written functions. Since PowerShell is on .Net framework, it can call assemblies in .Net framework. .Net framwork provide GUI assemly called "Presentat.. 2023. 5. 18. 9. Learning Projects - Lottery number generator Korean lottery is a game to select 6 numbers out of number range from 1 to 45 without same number and regardless order. 1st prize winner is one who gets all 6 numbers matched which are randomly chosen by lottery number picker machine. PowerShell provides "Get-Random" built-in command which makes things quite easy. To print out 6 numbers in the range between 1 to 45, one line script does it all. .. 2023. 5. 8. 이전 1 2 3 4 5 6 다음 반응형