▲ 5 r/Intune

Company calendar on private phone?

Hi,

I am tasked with providing a solution to the following situation. Before we implemented additional CA policies, our users could see their company calendar on their private phones. Since CA was implemented it is not possible anymore. I tried creating an app protection policy for iOS Outlook but it asks the user to download the company portal and here the "fear" creeps in, because they do not want to have the phone "half-company-monitored". Is it possible to do this without a company portal - I know that the app is the broker. Maybe i understood something wrong, but if the user does not join but only register - I guess this is fine and should be accepted by the user.

User shared the info that he used to download the calendar with .ics file? Or subscription, not sure and the company laptop is turned off at the moment. Will edit the post tomorrow morning.

Is there a guide on the internet on how to do this?

Cheers!

reddit.com
u/Master_Kidfisto — 13 hours ago

D&B recommendations W1

Hi party animals, any suggestions for drum and base artists like Sub Focus. I like his style, but he is not playing this year.

Also any replacment for Kölsch?

Thank you and have a great weekend!

reddit.com
u/Master_Kidfisto — 1 month ago

After last update 2nd account does not show

Hi,

before the update in June, I used to have my private account in teams, and teams would always load with it. I also had a company account which was always shown in the small windows when I would click on add another account and it would be shown. After update, there is no company account in the list, and I have to type it in every time.

ren "$env:LOCALAPPDATA\Microsoft\OneAuth" "OneAuth.old"

ren "$env:LOCALAPPDATA\Microsoft\IdentityCache" "IdentityCache.old"

nothing worked. Is this a new "feature"?

Cheers!

reddit.com
u/Master_Kidfisto — 2 months ago

What screen size does this Surface have?

Hi,

I never thought that I would be asking what screensize does a laptop have on reddit but here we go: colleague in a remote office got Surface Laptop 7th Edition Model 2036. And you would think that somewhere under the rainbow you could find out the size of the screen but no, not that easy. These are the specs from Surface App:

Surface model: Surface Laptop 7th Edition Model 2036

Edition: Windows 11 Enterprise

Operating system build: 26200.8457

Processor: Snapdragon(R) X 12-core X1E80100 @ 3.40 GHz Installed

GPU: Qualcomm(R) Adreno(TM) X1-85 GPU

Screen resolution: 2560 x 1440

We need the size in order to order a privacy filter for the laptop.

Cheers!

reddit.com
u/Master_Kidfisto — 3 months ago
▲ 5 r/ShittySysadmin+1 crossposts

Replacement for PS ISE custom menu options?

Hi,

in the good all days of PowerShell ISE, I had three items that would load on ISE startup and all was fine.

The three items:

  • Connecting to Exchange Online.
  • Connecting to Exchange OnPremise Server
  • Connecting to Azure AD OnPremise Server

This was the script:

Add-PSsnapin *Exchange* -ErrorAction SilentlyContinue

$psISE.CurrentPowerShellTab.AddOnsMenu.SubMenus.Add(

"Exchange Online", {

Connect-ExchangeOnline -UserPrincipalName admin@company.com

},

"Control+Alt+1"

)

$psISE.CurrentPowerShellTab.AddOnsMenu.SubMenus.Add(

"Exchange OnPremise Server", {

$UserCredential = Get-Credential

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://server.company.local/PowerShell/ -Authentication Kerberos -Credential $UserCredential

Import-PSSession $Session

},

"Control+Alt+2"

)

To automatically load the custom entries after starting up ISE, we’re going to define the entries in our default ISE profile file, Microsoft.PowerShellISE_profile.ps1, which location is stored in $profile. The file doesn’t exist by default, so when required you can simply create the file in the proper location using notepad $profile.

This is the page: https://eightwone.com/2012/10/25/adding-exchange-shell-items-to-powershell-ise/

But now in a new company, the ISE cannot be installed on Windows 11 because of deprecation and I would like the same thing. I found Visual Studio Code, but it is not so easy as ISE was.

any suggestions on how to do the same thing that worked flawlessly in ISE?

Cheers

P.S. I am PS Noob, anything remotly advance - please explain it to me like i am 10. Thanks

reddit.com
u/Master_Kidfisto — 3 months ago

Hi,

I am encountering an issue in MS Defender Portal, under "Vulnerability management" -> Inventories we have 100+ devices marked as not up-to-date in regards with Notepad++ version 8.9.4.

Yes, we do have a larger number of customer VMs with older versions, which i am not allowed to touch at the moment, BUT our company laptops are being updated by Patch My PC Cloud and it is being handled by PMP for a long time. Defender is showing the latest 8.9.4.0 version for company laptops, notice that .0 which is missing From the Product Version when you click on the notepad++.exe properties. Is this a reporting issue? What does MS actually take when doing the inventory? The File Version or Product Version?

this is the PowerShell requirement script that is auto-generated from PMP Cloud:

if([IntPtr]::Size-eq4){exit 0};try{$r='\d+(?:[-_.]\d+){0,3}';$t='silentlycontinue';$z='Notepad++ (64-bit x64)';$u=[System.Text.Encoding]::UTF8.GetString([Convert]::FromBase64String('XihOb3RlcGFkXCtcK3xOb3RlcGFkXCtcKyBcKDY0LWJpdCB4NjRcKSkk'));$o='Applicable';$d='8.9.4';function l {if($_.pschildname-eq($m='')){($f=$true)}elseif($e=''){$_.a-notlike$e-and($_.a-like$z-or($_.a-match$u-and$u-ne''))-and![bool]($_.pschildname-as[guid]-is[guid])}else{($_.a-like$z-or($_.a-match$u-and$u-ne''))-and![bool]($_.pschildname-as[guid]-is[guid])}}){if($f){l $g $true "$($s.a) $m";return $o}if((c $s.b)-lt(c $d)-or(!$s.b-and$s.c-ne''-and(c $s.c)-lt(c $d))){if(($s.b-like($v='')-or$s.c-like$v)){l $g $true "$($s.a) $d";return $o}}}l $g $false "$z $m $d"}}}catch{l '' '' $_.Exception.Message}if([IntPtr]::Size-eq4){exit 0};try{$r='\d+(?:[-_.]\d+){0,3}';$t='silentlycontinue';$z='Notepad++ (64-bit x64)';$u=[System.Text.Encoding]::UTF8.GetString([Convert]::FromBase64String('XihOb3RlcGFkXCtcK3xOb3RlcGFkXCtcKyBcKDY0LWJpdCB4NjRcKSkk'));$o='Applicable';$d='8.9.4';function l {param($h,$f,$s)$v=$env:username-eq"${env:computername}$";$l="$(ni...

Could this be the issue? It is also showing only 8.9.4 without the 0
reddit.com
u/Master_Kidfisto — 3 months ago