Skip to main content

All Questions

3 votes
1 answer
1k views

How to get list of CLSIDs along with their associated COM Object names?

Searching for the ways to generate or get the list of CLSIDs, I found this link, that actually does it. But it's rather incomplete in my opinion, the complete list would include CLSIDs with their ...
Vicky Dev's user avatar
  • 472
1 vote
1 answer
3k views

Prompting for a user input to be used on a Powershell command?

I'm trying to execute the code below and it is working: PS C:\> Rename-Computer -NewName TEST -DomainCredential okadamanila\itservices Given that hostname is given on the PS1 file - however, I ...
Ruther Melchor's user avatar
0 votes
1 answer
516 views

Remotely start VLC w/Salt Stack

Using Salt Stack, how does one remotely start a Windows program on the console screen? In other words, from my Salt Master (CentOS based), I want to push this sort of command to Windows 7 (with Salt ...
Roger's user avatar
  • 151