Category: Powershell
-
Azure AD – Remove Registered Device
Today I was asked how to remove a registered Device from the Azure Active Directory, for all of those asking, what is a registered Device, see this Azure Article, and you can automate this step for your users, if you are following this Azure Article. But what if you would like to remove the registered…
Written by
-
Active Directory – Create Printer Queue with Powershell
Today I needed to create a lot of Print Queues in a Remote Domain, which I thought it should not be that hard with all the cmdlets given from Microsoft. But with my first shots with some cmdlets and also with the usage of my preferred Search engine, I could not find a working solution…
Written by
-
Azure AD Connect 1.1.105.0 – Missing Scheduled Task
Hi, today I have upgraded my Azure AD Connect to the newest Version available (Download here). Everything seemed to be fine, except that I was missing the Scheduled Task:
Written by
-
Windows 10 – Stop PhoneHome or elsewhere
On this page you will find the Information about the Stop Phone Home Powershell Script. What does the script for you? It helps to set privacy settings in an automatic way with a simple solution like a Powershell Script. Some of those settings are also available through GPO, but some are not. The following picture…
Written by
-
Windows 10 – Stop PhoneHome or elsewhere (V0.9)
Hey reader, my script gets soon a Number at it’s first position. But for now, I stay below the Majornumber 1, even there are some huge additions. Lets start with the new Help Text, which can be used with the normal get-help command (you may recognize the “-examples” parameter): get-help .\Windows10_NoPhoneHome-V0.9.ps1 -examples
Written by
-
Windows 10 – Stop PhoneHome or elsewhere (V0.8)
Hi there, after Microsoft has released a KB Article about how to disable Wi-Fi Sense (you can find it here https://support.microsoft.com/en-us/kb/3085719 ; thanks to https://twitter.com/HeikeRitter for the mention), I have added this setting to my script, which has now the Version 0.8. For a short explanation about the Script, see my older Blogpost:
Written by
-
Quickpost – Use Powershell to get DFS-R initial replication status
Hi all, because I didn’t found this in the first sight, and had to use a wmic query, I have prepared my Powershell command: Get-WmiObject -Namespace root\microsoftdfs -Class dfsrreplicatedfolderinfo | Select-Object ReplicatedFolderName,State
Written by
-
Windows 10 – Stop PhoneHome or elsewhere (V0.7)
Hi there, after some discussions about the home phone functionality of Windows 10, I looked for a tool, that does the work for me if needed. But some of them just replaces the Built-In settings with another Spyware (or whatever the correct name would be). So I decided to create a powershell script, which is…
Written by
-
Windows 10 – Stop PhoneHome or elsewhere
Hi there, after some discussions about the home phone functionality of Windows 10, I looked for a tool, that does the work for me if needed. But some of them just replaces the Built-In settings with another Spyware (or whatever the correct name would be). So I decided to create a powershell script, which is…
Written by