Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
C:\>Get-ActiveSyncDevice | where {$_.deviceos -match "iOS 6.1"} | select devicetype,deviceos,deviceuseragent
C:\>Get-ActiveSyncDevice | where {$_.deviceos -match "iOS"} | select devicetype,deviceos,deviceuseragent
C:\>Get-ActiveSyncDevice | where {$_.deviceos -match "iOS"}
C:\>Get-ActiveSyncDevice | where {$_.deviceos -match "iOS"} | select devicetype,deviceos,deviceuseragent,userdisplayname