-
We have code that invokes the "Sync" VERB for a folder that has been made available Offline via Offline Files. We basically achieve this by using Shell32 to programmatically invoke the Sync option available in the right click menu of a folder (context menu). The code is simple and works in...
-
Any idea how to invoke verbs that are in a sub menus like the Sync for Offline Files in Windows 7 ("Sync > Sync selected offline files")? This option is available once the folder/file has been made Available Offline. For more details about my question see this thread http://powershell.com...
-
Hi I want to monitor an intranet site and wrote a loginscript. However I need the script to do something and return a value to confirm that the site loaded. The script so far: $username ="xxxx"; $password="yyyy"; $url="http://intranet.company.com"; $ie= new-object -com internetexplorer...
-
I want to display a list of all the objects in in powershell. I used the get-wmiobject -class win32_volume, and printer. Using these I got output but I want to see a list of all the classes and their subtrees if possible. I also used get-wmiobject -list but I don't know if this is what I'm looking...
Posted to
PowerShell for Windows
(Forum)
by
jwhite
on
04-15-2011
Filed under: powershell, XP GET-WMIOBJECT, windows, COM, windows system32 grouppolicy machine scripts startup windows 7 powershell