mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-11 21:07:23 +00:00
refresh for maxado-8631996
This commit is contained in:
parent
441905b7af
commit
51fef6768d
@ -9,7 +9,7 @@ metadata:
|
||||
author: aczechowski
|
||||
ms.author: aaroncz
|
||||
manager: aaroncz
|
||||
ms.date: 06/28/2024
|
||||
ms.date: 09/27/2024
|
||||
ms.topic: landing-page
|
||||
ms.service: windows-client
|
||||
ms.subservice: itpro-apps
|
||||
|
@ -4,7 +4,7 @@ description: Learn about per-user services, how to change the template service s
|
||||
author: aczechowski
|
||||
ms.author: aaroncz
|
||||
manager: aaroncz
|
||||
ms.date: 12/22/2023
|
||||
ms.date: 10/01/2024
|
||||
ms.topic: how-to
|
||||
ms.service: windows-client
|
||||
ms.subservice: itpro-apps
|
||||
@ -99,7 +99,7 @@ $services = Get-Service
|
||||
foreach ( $service in $services ) {
|
||||
# For each specific service, check if the service type property includes the 64 bit using the bitwise AND operator (-band).
|
||||
# If the result equals the flag value, then the service is a per-user service.
|
||||
if ( ( $service.ServiceType -band $flag ) -eq $flag ) {
|
||||
if ( ( $service.ServiceType -band $flag ) -eq $flag ) {
|
||||
# When a per-user service is found, then add that service object to the results array.
|
||||
$serviceList += $service
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ description: Learn how to sideload line-of-business (LOB) apps in Windows client
|
||||
author: aczechowski
|
||||
ms.author: aaroncz
|
||||
manager: aaroncz
|
||||
ms.date: 12/22/2023
|
||||
ms.date: 09/27/2024
|
||||
ms.topic: how-to
|
||||
ms.service: windows-client
|
||||
ms.subservice: itpro-apps
|
||||
|
Loading…
x
Reference in New Issue
Block a user