Showing tag results for Windows PowerShell

Sep 12, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Read from Excel Without Using Excel?

ScriptingGuy1

Hey, Scripting Guy! I have an Microsoft Office Excel spreadsheet with server names in it, and I would like to be able to use this in a Windows PowerShell script. The thing is, I do not have Microsoft Office or Excel installed on the server. How can I use this spread sheet without installing Office on my server (which I understand is unsupported...

Scripting Guy!Windows PowerShellOffice
Sep 9, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Do I Find Information About the Network Adapter Cards on My Computer?

ScriptingGuy1

Hey, Scripting Guy! When I use WMI to query for network cards on my laptop, it comes back with 32 network cards. 32! I am not lying. My laptop does not even have 32 slots, so how does it have 32 network cards in it? How can I find information about the "real" network cards on my laptop? I figure I should only have two: the wired NIC and the wi...

Scripting Guy!Windows PowerShellscripting techniques
Sep 5, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Tell When I Last Logged On?

ScriptingGuy1

Hey, Scripting Guy! I came into work this morning and my computer was running, and it was logged in. Of course I have a locking screen saver, and the screen was locked, but I am positive that I logged out and shut down my computer last night before I went home. Now I am wondering if someone logged into my computer. I know about the security log...

Scripting Guy!Windows PowerShelloperating system
Sep 3, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Do I Use Windows PowerShell to Run the Same WMI Queries Against Multiple Computers?

ScriptingGuy1

Hey, Scripting Guy! I need to run the same WMI queries against multiple computers on our network. Can I do this with Windows PowerShell?- KB Hi KB, Not only can you do this with Windows PowerShell, but you will be surprised at how easy it is to do. If you can create a text file in Notepad, you can run your multiple queries against multiple ser...

Scripting Guy!Windows PowerShellscripting techniques
Aug 29, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! What’s Going on in the Service Host Process?

ScriptingGuy1

Hey, Scripting Guy! I think I might have a problem on my server. When I go into Task Manager, all the processes that are eating up the most CPU time and the most memory are the stupid svchost.exe process. I know this is the Service Host process and that it is being used by multiple services, but how can I know what is really going on in there?- ...

Scripting Guy!Windows PowerShelloperating system