Browse Forum Posts by Tags

Showing related tags and posts for the Ask the Experts group. See all tags in the site
  • VERB name to Sync Offline files folder in Windows 7

    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...
    Posted to PowerShell for Windows (Forum) by jcTW on 01-11-2011
    Filed under: powershell, powershell Windows-programming, windows, COM
  • Re: Make files available offline with PowerShell

    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...
    Posted to PowerShell for Windows (Forum) by jcTW on 01-11-2011
    Filed under: powershell, powershell Windows-programming, windows, COM
  • Confirm website login

    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...
    Posted to PowerShell for Windows (Forum) by Ironbone on 02-10-2011
    Filed under: powershell, windows, COM
  • Display a list of all the classes on the local system.....

    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
Page 1 of 1 (4 items)
Copyright 2012 PowerShell.com. All rights reserved.