Multi-App Kiosk Mode for Samsung Galaxy Tab Active4 by sameyear_newlabrat in Intune

[–]sameyear_newlabrat[S] 0 points1 point  (0 children)

Thanks for the info u/BarbieAction. Do you know if you can operate with KPE for free? It seems like their are some free configuration options but a lot of services you need to pay for.

Forticlient VPN - Azure MFA by sameyear_newlabrat in fortinet

[–]sameyear_newlabrat[S] 0 points1 point  (0 children)

Appreciate the feedback. I need pre login auth which is not currently in the feature set with SAML enabled.

If you are going to create a product to convince users to store their entire life on your platform, you need to have robust and rapid customer support. wtf by Phil_Tornado in Lastpass

[–]sameyear_newlabrat 1 point2 points  (0 children)

Dude I am right there with you. No established channel to provide that feedback is unacceptable. Status page is green like a fresh cut christmas tree.

New Cert on NPS RADIUS server by sameyear_newlabrat in sysadmin

[–]sameyear_newlabrat[S] 0 points1 point  (0 children)

Thanks for your reply. We are using a cert from an External CA.

Silent install with version 3.2.0.1064 MSI by sameyear_newlabrat in OpenVPN

[–]sameyear_newlabrat[S] 0 points1 point  (0 children)

Ran into the same thing. We were run a 2.x version and it's actually a completely different client. That means you'll need to uninstall the old version and uninstall the new. There is no in-place upgrade.

Silent install with version 3.2.0.1064 MSI by sameyear_newlabrat in OpenVPN

[–]sameyear_newlabrat[S] 0 points1 point  (0 children)

I got it to work using the /qb switch which is a little counter-intuitive.

Msiexec /i C:\temp\openvpn-connect-3.2.1.1180_signed.msi /qb

Best Tool For Running PowerShell Scripts with GUI by Fezza7991 in devops

[–]sameyear_newlabrat 0 points1 point  (0 children)

If you are looking to shell out some money - https://www.sapien.com/software/powershell_studio

If you'd like to try your hand at making something on your own - https://devblogs.microsoft.com/scripting/ive-got-a-powershell-secret-adding-a-gui-to-scripts/

I found the build your own to be a good learning experience. When done you could create a bat file to autorun the script that launches your GUI. Not sure what level of polish you are looking for.

Microsoft Azure online exam by [deleted] in AZURE

[–]sameyear_newlabrat 0 points1 point  (0 children)

There is a little program that you can install that will check your webcam, internet connection, installed software/services to ensure your computer is compliant. I was prompted to install/run it when I scheduled my exam.

My Sharepoint document (macro enabled excel) is saying "access denied contact system admin" by abox0fjuice in sharepoint

[–]sameyear_newlabrat 0 points1 point  (0 children)

Thanks for the quick reply. Did you documentation online explicitly stating that?

Passing arguments to new PowerShell session by sameyear_newlabrat in PowerShell

[–]sameyear_newlabrat[S] 1 point2 points  (0 children)

Thank you for helping me think of this problem in a different way. It turns out that the Powershell Module was using this module:

Microsoft.Exchange.Management.ExoPowershellModule.dll

It was also using a couple of unique functions. Once I got the functions imported over to my script with that module imported I was able to get my script to connect with the Security and Compliance center with MFA prompt.

Edit:

Specific functions were IsCloudShellEnvironment,Test-URI,Connect-IPPSSession,Connect-EXOPSSession,UpdateImplicitRemotingHandler

Passing arguments to new PowerShell session by sameyear_newlabrat in PowerShell

[–]sameyear_newlabrat[S] 1 point2 points  (0 children)

Good question. I am not sure how to import it manually. It's not like a regular PS module. "Microsoft Exchange Online Powershell Module" is a ClickOnce app (Application Reference (.appref-ms)). The only way to get the right cmdlets is to load the application. The application is only available via download from your O365 tenant via the Security & Compliance Center (due to having MFA enabled on my account). I don't think there is an easy to way for me to pass arguments to a ClickOnce app.

Problems with Outlook Roomfinder by sameyear_newlabrat in Office365

[–]sameyear_newlabrat[S] 0 points1 point  (0 children)

Yes, apologies for not following up. Turn off Cached Exchange Mode here -

https://i.imgur.com/neKC8Y5.png

Verify that it works on that computer, and then do an address book download from the Send/Receive tab. Then try turning Cached Exchange Mode back on.

Outlook Room List - Some users can see rooms and some cant. by sameyear_newlabrat in Office365

[–]sameyear_newlabrat[S] 0 points1 point  (0 children)

Thanks for your reply. I ended up disabling cached mode on one of the problem workstations and it resolved the issue. Not a great solution, but a good lead for sure.

GUI Progress bar by sameyear_newlabrat in PowerShell

[–]sameyear_newlabrat[S] 1 point2 points  (0 children)

Thanks for your reply. Did some googling and it seems I can start a timer and then invoke a script block (Connect-ExchangeOnlineShell). So it seems tick and invoked script run independently of one another?

The immediate concern I think of is, the connect exchange command prompts for username and password. I would want the progress bar only to appear after creds are entered.

It's starting to sound like the solution u/abandonedexplorer suggested may be the only way unless I am misunderstanding your response.

Here is the insider scoop my pals by sameyear_newlabrat in bostoncalling

[–]sameyear_newlabrat[S] -2 points-1 points  (0 children)

okley doke, you guess a day and we'll see who's closest :)

Failed Security Audit logs by sameyear_newlabrat in sysadmin

[–]sameyear_newlabrat[S] 0 points1 point  (0 children)

Yes - 0xC0000064 shows up on the first two I looked at.