Wizz
Activity overview
Latest activity by Wizz-
Wizz commented, Hey, Here is my dirty PDQ Inventory tool (Run type : Local) for this : #Computer AD groups$Computer = "$(Computer:TARGET)"#MessageWrite-Host "'$Computer' is member of :" -ForegroundColor Cyan#Get A...
-
Wizz commented, Petit joueur ! 😂 Non blague à part, eh bien sans plus de précision, pas grand chose de plus à te répondre pour ma part que ce qui est sur les messages d'erreur..Pour le hostname, check sur ton DNS...
-
Wizz commented, Yep, the default tool is probably what you need.For others : Script Powershell to get logon history: https://github.com/wizz13150/PDQ_Repo/tree/master/Scripts/CheckLogonHistory More precise output,...
-
Wizz commented, Yop, okay for Windows 7, same keys. 👍
-
Wizz commented, Hey, My Inventory is installed on a Lenovo M700. With SSD, i5-6400T, 16GB RAM. On my daily computer. Just need to restart my computer every 15 days ~ (perfs). Probably because of Inventory or Googl...
-
Wizz commented, +1 A 'Step system' for Inventory's tools (to do local things). And logically, a local step in Deploy. Could be great !
-
Wizz created a post, Check Broken Shorcuts (Logged on User)
Hey, A simple tool I use to check broken shorcuts on remote computers, for the logged on user. You can modify "$env:USERPROFILE" if needed and adjust comments from French. Code: $Shortcuts = Get-...
-
Wizz commented, Yoh, i've created a post to do this, i hope it's not too late for you. Can help others. I present it for PDQ Inventory tools, but it's just a Powershell script. https://help.pdq.com/hc/en-us/commun...
-
Wizz created a post, Change Remote Local Admin's Password
Hey, so here we have 2 parts: 1-Save an encrypted Password in a file to use later. 2-Change Remote Local Admin Password with PDQ. Let's start. 1-Save an encrypted Password in a file to use later....
-
Wizz created a post, Get All Printers (Network or Local)
Hey, A simple but robust tool I use to get all printers installed/connected on a remote computer. Nothing to adjust, except translate comments from French. Code below. (Long) Screenshots : Outpu...