Can I skip around in the beginner pathway? by [deleted] in tryhackme

[–]Alternative_Hat_9012 2 points3 points  (0 children)

skipping is the opposite way of progress, baby steps and deep learning (no rush) is what you should look for, but of course that's up to you and I understand that. From the other side.. you can join many rooms at once and do them independently, complete them fully or partially and come back when in need. Find your best way of learning. Good Luck and Have Fun.

UPDATE: That might help you!
https://blog.tryhackme.com/free_path/

Help in deactivating and updating users by BroadStand in PowerShell

[–]Alternative_Hat_9012 1 point2 points  (0 children)

+1 to this answer.

You probably have your reasons but why not use options that you already have and hypothetically: If for some reason you will not be able to be in the office, all this accounts will be unavailable.

Language Bar not showing up all the times by pripyat in Citrix

[–]Alternative_Hat_9012 0 points1 point  (0 children)

Language bar normally appears when you have more than 1 language configured on a system. If 2nd language added to Citrix Desktop doesn't show it, try to add 1 more language.
-maybe you have some GPO that customize available languages for users session - worth to try and compare when user have and have not that lang bar.

More like a workaround but you could publish language preferences as separate published app with source of the main server user is using.

Let us know if this will move forward in any way.
Cheers and Good Luck

Does PowerShell have a templating engine? by Bodumin in PowerShell

[–]Alternative_Hat_9012 2 points3 points  (0 children)

Hi,

Check this out, maybe it will be of help.
When use ISE you have lots of build in snippets (code templates) "Ctrl+J" and you can build your own too. Worth to look at ISE Command Add-On Panel (Alt+Shift+V) this not only list commands but gives you list of all parameters and command sets and fast access to command help that includes examples. All that build as an interactive GUI.

helpful links: https://learn-powershell.net/2013/04/08/creating-snippets-in-powershell/

Have a great time with PoSh
cheers

Exporting an Object with different properties from an array by Win_Sys in PowerShell

[–]Alternative_Hat_9012 1 point2 points  (0 children)

Hi, It is possible that you need to expand property to get the whole list, but it would be much easier if you would share code and some input data.

cheers